Return to frontcontroller3.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: static $b = array(b"/hi" => b"a.phps"); ! 5: if (isset($b[$a])) return $b[$a]; ! 6: return $a; ! 7: } ! 8: Phar::webPhar("whatever", "/index.php", null, array(), "s"); ! 9: echo "oops did not run\n"; ! 10: var_dump($_ENV, $_SERVER); ! 11: __HALT_COMPILER(); ?> ! 12: v &