Lines Matching refs:web
26 var_dump(Phar::createDefaultStub('my/custom/thingy.php', 'the/web.php'));
38 $web = 'index.php';
43 Phar::webPhar(null, $web);
99 include $web;
104 $pt = $web;
332 $web = 'index.php';
337 Phar::webPhar(null, $web);
393 include $web;
398 $pt = $web;
634 $web = 'the/web.php';
639 Phar::webPhar(null, $web);
695 include $web;
700 $pt = $web;
927 Illegal web filename passed in for stub creation, was 401 characters long, and only 400 or less is …