Test: /ext/phar/tests/tar/phar_commitwrite.phpt - Version 5.5.17    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught exception 'RuntimeException' with message 'Unable to read stub' in %s/phar_commitwrite.php:5
002+ Stack trace:
003+ #0 %s/phar_commitwrite.php(5): Phar->getStub()
004+ #1 {main}
005+ thrown in %s/phar_commitwrite.php on line 5
001- string(60) "<?php // tar-based phar archive stub file
002- __HALT_COMPILER();"
003- string(200) "<?php
004- function __autoload($class)
005- {
006- include 'phar://' . str_replace('_', '/', $class);
007- }
008- Phar::mapPhar('brandnewphar.phar');
009- include 'phar://brandnewphar.phar/startup.php';
010- __HALT_COMPILER(); ?>
011- "
012- bool(true)
013- ===DONE===