Test: /ext/phar/tests/cache_list/copyonwrite11.phar.phpt - Version 5.3.9RC4    

There is 1 diff reported by users for this test.

Count Diff
7 (100%)
001+ ??[0x0][0x0]?[0x0]?
001- string(174) "<?php
002- $p = new Phar(__FILE__);
003- var_dump($p->getStub());
004- $p2 = new Phar(__FILE__);
005- $p->setDefaultStub();
006- echo strlen($p2->getStub()),"\n";
007- echo "ok\n";
008- __HALT_COMPILER(); ?>
009- "
010- 6685
011- ok