Test: /ext/phar/tests/cache_list/copyonwrite9.phar.phpt - Version 5.3.9RC2-dev    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ 6[0x0]???
001- string(188) "<?php
002- $p = new Phar(__FILE__);
003- var_dump($p->getStub());
004- $p2 = new Phar(__FILE__);
005- $p->setStub("<?php __HALT"."_COMPILER();");
006- echo $p2->getStub(),"\n";
007- echo "ok\n";
008- __HALT_COMPILER(); ?>
009- "
010- <?php __HALT_COMPILER(); ?>
011-
012- ok