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

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ ??[0x0][0x0]?[0x0]?
001- string(214) "<?php
002- $p = new Phar(__FILE__);
003- var_dump($p->getStub());
004- $p2 = new Phar(__FILE__);
005- $a = fopen("phar://" . __FILE__ . "/test.txt", "r");
006- $p->setStub($a);
007- echo $p2->getStub(),"\n";
008- echo "ok\n";
009- __HALT_COMPILER(); ?>
010- "
011- <?php __HALT_COMPILER(); ?>
012-
013- ok