Lines Matching refs:web
26 var_dump(Phar::createDefaultStub('my/custom/thingy.php', 'the/web.php'));
39 $web = 'index.php';
44 Phar::webPhar(null, $web);
100 include $web;
105 $pt = $web;
333 $web = 'index.php';
338 Phar::webPhar(null, $web);
394 include $web;
399 $pt = $web;
635 $web = 'the/web.php';
640 Phar::webPhar(null, $web);
696 include $web;
701 $pt = $web;
928 Illegal web filename passed in for stub creation, was 401 characters long, and only 400 or less is …