Home
last modified time | relevance | path

Searched refs:web (Results 1 – 25 of 60) sorted by relevance

123

/PHP-7.0/ext/phar/tests/
H A Dwithphar_web.phpt2 Phar: default web stub, with phar extension
9 REQUEST_URI=/withphar_web.php/web.php
10 PATH_INFO=/web.php
16 web
H A Dnophar_web.phpt2 Phar: default web stub, no phar extension
11 web
H A Dphar_createdefaultstub.phpt39 $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 Dfatal_error_webphar.phpt2 Phar web-based phar with fatal error
H A Dphar_setdefaultstub.phpt59 $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 …]
/PHP-7.0/ext/standard/tests/array/
H A D008.phpt35 '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.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar.inc6 $p['web.php'] = '<?php echo "web\n";';
9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
H A Dnophar.phar3 $web = 'web.php';
8 Phar::webPhar(null, $web);
64 include $web;
69 $pt = $web;
293 ������������������� ���index.php����:/H���E ٜ����������web.php����:/H���q%�����������b/…
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
/PHP-7.0/ext/phar/tests/files/
H A Dnophar.phar.inc6 $p['web.php'] = '<?php echo "web\n";';
9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
H A Dnophar.phar3 $web = 'web.php';
8 Phar::webPhar(null, $web);
64 include $web;
69 $pt = $web;
293 ������������������� ���index.php����:/H���E ٜ����������web.php����:/H���q%�����������b/…
294 <?php echo "web\n";<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents(…
/PHP-7.0/ext/phar/
H A Dstub.h21 static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len… in phar_get_stub() argument
33 …return strpprintf(name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, newstub… in phar_get_stub()
H A Dshortarc.php3 $web = '000'; variable
8 Phar::webPhar(null, $web);
64 include $web;
69 $pt = $web;
H A Dphar_path_check.re9 | 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.0/
H A Dheader9 | 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 DREADME.TESTING226 on localhost. localhost is required since either the web server must
28 must be copied to a directory under the web server
33 the web server runs under will be skipped. Since the test harness defines a number
34 of ini settings by default, the web server may require special configuration to
50 4. run tests over http, php sources have been aliased in web server
H A DINSTALL54 * Websites and web applications (server-side scripting)
59 a web server and a web browser. You probably already have a web
61 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
72 module support for your web server, you can always use it as a CGI or
139 * A web server
424 current web servers read the note about subrequests.
488 can place your php.ini in your web server config directory.
854 and/or the web server was restarted after installation.
913 bundled mod_php on Mac OS X for the Apache web server (the default web
973 the web files. Files in this directory are served from the web
[all …]
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI17 1) Configure your web server to run the PHP binary itself.
20 web server appropriately. Some web servers may also not support this method,
23 2) Run PHP separately from the web server.
25 In this setup, PHP is started as a separate process entirely from the web
37 If your web server sits on a remote host, you can make FastCGI listen
45 You must also configure your web server to connect to the appropriate port
49 web server and PHP process, so that one cannot disrupt the other. It also
50 allows PHP to be on an entirely separate machine from the web server if need
51 be, you could even have several web servers utilising the same running PHP
60 PHP code from the web server removes 'bloat' from the main server, and should
/PHP-7.0/Zend/
H A Dheader9 | 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.0/sapi/litespeed/
H A DREADME.md7 spawning and PHP configuration modification through web server
16 changed at runtime via configuration files like .htaccess files or web
26 PHP scripting with LiteSpeed web server.
42 'lsws/fcgi-bin/lsphp' or wherever you prefer, if LiteSpeed web server
50 Usually, lsphp is managed by LiteSpeed web server in a single server
52 LiteSpeed web server at the front, load balancing lsphp processes
78 Detailed information about how to configure LiteSpeed web server with
89 1) Login to web administration interface, go to 'Server'->'Ext App' tab,
115 LiteSpeed web server dynamically spawn/stop PHP processes, in this mode
198 orphan process when web server is restarted. However, it is desirable
[all …]
/PHP-7.0/main/
H A Dinternal_functions.c.in9 | 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 Dbuild-defs.h.in9 | 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.0/sapi/phpdbg/
H A Dconfig.m48 PHP_ARG_ENABLE(phpdbg-webhelper, for phpdbg web SAPI support,
9 [ --enable-phpdbg-webhelper Build phpdbg web SAPI support], no)
/PHP-7.0/sapi/cli/tests/
H A Dbug66830.phpt2 Bug #66830 (Empty header causes PHP built-in web server to hang)
H A Dbug68745.phpt2 Bug #68745 (Invalid HTTP requests make web server segfault)
H A Dphp_cli_server_017.phpt2 Implement Req #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using route…

Completed in 78 milliseconds

123