/PHP-7.4/ext/phar/tests/ |
H A D | withphar_web.phpt | 2 Phar: default web stub, with phar extension 9 REQUEST_URI=/withphar_web.php/web.php 10 PATH_INFO=/web.php 16 web
|
H A D | nophar_web.phpt | 2 Phar: default web stub, no phar extension 11 web
|
H A D | phar_createdefaultstub.phpt | 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'; 696 include $web; [all …]
|
H A D | fatal_error_webphar.phpt | 2 Phar web-based phar with fatal error
|
H A D | phar_setdefaultstub.phpt | 59 $web = 'index.php'; 64 Phar::webPhar(null, $web); 120 include $web; 125 $pt = $web; 354 $web = 'index.php'; 359 Phar::webPhar(null, $web); 415 include $web; 420 $pt = $web; 649 $web = 'the/web.php'; 710 include $web; [all …]
|
H A D | cached_manifest_1.phpt | 30 string(7) "web.php"
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | 008.phpt | 35 'gate'=>'web', 58 'gate'=>'web' 61 'gate'=>'web', 220 'gate' => 'web', 242 'gate' => 'web', 245 'gate' => 'web', 260 string(3) "web" 271 string(3) "web" 282 string(3) "web" 303 string(3) "web"
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar.inc | 6 $p['web.php'] = '<?php echo "web\n";'; 9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
|
H A D | nophar.phar | 3 $web = 'web.php'; 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web; 293 � index.php8�XEٜ�web.php8�Xq%��b/… 294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
|
H A D | openssl.phar | 3 $web = 'web.php'; 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web; 293 � index.phpׅXEٜ�web.phpׅXq%��b/c.… 294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | nophar.phar.inc | 6 $p['web.php'] = '<?php echo "web\n";'; 9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
|
H A D | nophar.phar | 3 $web = 'web.php'; 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web; 293 � index.php�XEٜ�web.php�Xq%��b/… 294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
|
H A D | openssl.phar | 3 $web = 'web.php'; 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web; 293 � index.phpׅXEٜ�web.phpׅXq%��b/c.… 294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
|
H A D | include_path2.phar | 3 $web = 'index.php'; 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web;
|
/PHP-7.4/ext/phar/ |
H A D | stub.h | 19 static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len… in phar_get_stub() argument 30 …return strpprintf(name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s", newstub0, web, newstub1_… in phar_get_stub()
|
H A D | shortarc.php | 3 $web = '000'; variable 8 Phar::webPhar(null, $web); 64 include $web; 69 $pt = $web;
|
H A D | phar_path_check.re | 9 | available through the world-wide-web at the following url: | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-7.4/main/ |
H A D | internal_functions.c.in | 9 | available through the world-wide-web at the following url: | 12 | obtain it through the world-wide-web, please send a note to |
|
H A D | build-defs.h.in | 9 | available through the world-wide-web at the following url: | 12 | obtain it through the world-wide-web, please send a note to |
|
/PHP-7.4/sapi/litespeed/ |
H A D | README.md | 6 configuration modification through web server configuration and `.htaccess` 15 runtime via configuration files like `.htaccess` files or web server's virtual 24 with LiteSpeed web server. 40 prefer, if LiteSpeed web server has been configured to run PHP with LiteSpeed 46 Usually, `lsphp` is managed by LiteSpeed web server in a single server 47 installation. lsphp can be used in clustered environment with one LiteSpeed web 81 Detailed information about how to configure LiteSpeed web server with PHP 91 1. Login to web administration interface, go to 'Server'->'Ext App' tab, add an 113 Managed Mode and Self Managed Mode. In Server Managed Mode, LiteSpeed web 186 process when web server is restarted. However, it is desirable to disable this [all …]
|
/PHP-7.4/sapi/cli/tests/ |
H A D | bug66830.phpt | 2 Bug #66830 (Empty header causes PHP built-in web server to hang)
|
H A D | bug68745.phpt | 2 Bug #68745 (Invalid HTTP requests make web server segfault)
|
H A D | php_cli_server_017.phpt | 2 Implement Req #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using route…
|
H A D | php_cli_server_019.phpt | 2 Implement Req #65917 (getallheaders() is not supported by the built-in web server)
|
/PHP-7.4/sapi/phpdbg/ |
H A D | config.m4 | 9 [for phpdbg web SAPI support], 11 [Build phpdbg web SAPI support])],
|