![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: Phar: phar run with pecl/phar with default stub ! 3: --SKIPIF-- ! 4: <?php if (!extension_loaded("phar")) die("skip"); ?> ! 5: --FILE-- ! 6: <?php ! 7: include dirname(__FILE__) . '/files/nophar.phar'; ! 8: ?> ! 9: ===DONE=== ! 10: --EXPECT-- ! 11: in b ! 12: <?php include "b/c.php"; ! 13: in d ! 14: ===DONE===