Return to frontcontroller14.phar CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / phar / tests / files |
1.1 ! misho 1: <?php ! 2: function s($a) ! 3: { ! 4: return "/html/index.php"; ! 5: } ! 6: Phar::interceptFileFuncs(); ! 7: Phar::mungServer(array("PHP_SELF", "REQUEST_URI")); ! 8: Phar::webPhar("whatever", "/html/index.php", null, array(), "s"); ! 9: echo "oops did not run\n"; ! 10: var_dump($_ENV, $_SERVER); ! 11: __HALT_COMPILER(); ?> ! 12: <