Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 25 of 33) sorted by relevance

12

/PHP-7.1/ext/phar/tests/
H A Dphar_commitwrite.phpt20 include 'phar://brandnewphar.phar/startup.php';
39 include 'phar://brandnewphar.phar/startup.php';
H A Dphar_create_in_cwd.phpt21 include 'phar://brandnewphar.phar/startup.php';
42 include 'phar://brandnewphar.phar/startup.php';
/PHP-7.1/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt20 include 'phar://brandnewphar.phar/startup.php';
40 include 'phar://brandnewphar.phar/startup.php';
/PHP-7.1/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt20 include 'phar://brandnewphar.phar/startup.php';
40 include 'phar://brandnewphar.phar/startup.php';
/PHP-7.1/TSRM/
H A Dtsrm_win32.c478 STARTUPINFOW startup; in popen_ex() local
542 memset(&startup, 0, sizeof(STARTUPINFOW)); in popen_ex()
545 startup.cb = sizeof(STARTUPINFOW); in popen_ex()
546 startup.dwFlags = STARTF_USESTDHANDLES; in popen_ex()
547 startup.hStdError = GetStdHandle(STD_ERROR_HANDLE); in popen_ex()
554 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in popen_ex()
555 startup.hStdOutput = out; in popen_ex()
558 startup.hStdInput = in; in popen_ex()
559 startup.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in popen_ex()
590 …mdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &process); in popen_ex()
[all …]
/PHP-7.1/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.1/ext/session/tests/
H A Dsession_encode_variation8.phpt32 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
H A Dsession_decode_variation3.phpt37 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
/PHP-7.1/ext/standard/tests/streams/
H A Dbug70198.phpt39 /* wait a bit for the server startup */
/PHP-7.1/Zend/
H A Dzend_extensions.c183 if (extension->startup) { in zend_extension_startup()
184 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
H A Dzend_extensions.h86 startup_func_t startup; member
/PHP-7.1/sapi/embed/
H A Dphp_embed.c200 if (php_embed_module.startup(&php_embed_module)==FAILURE) { in php_embed_init()
/PHP-7.1/sapi/phpdbg/
H A DChangelog.md12 6. Fix crash on startup errors
H A DREADME.md69 - -q do not print banner on startup
H A Dxml.md69 - appears on startup if -q flag wasn't provided as command line arg
471 - cleans environment (basically a shutdown + new startup)
606 - startupfailure: couldn't startup Zend extension / module
H A Dphpdbg_prompt.c1357 if (new_extension->startup) { in phpdbg_load_module_or_extension()
1358 if (new_extension->startup(new_extension) != SUCCESS) { in phpdbg_load_module_or_extension()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1700 cgi_sapi_module.startup(&cgi_sapi_module);
1737 cgi_sapi_module.startup(&cgi_sapi_module);
1748 cgi_sapi_module.startup(&cgi_sapi_module);
1771 cgi_sapi_module.startup(&cgi_sapi_module);
1788 cgi_sapi_module.startup(&cgi_sapi_module);
1810 if (cgi_sapi_module.startup(&cgi_sapi_module) == FAILURE) {
/PHP-7.1/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
H A Dsapi_apache2.c498 apache2_sapi_module.startup(&apache2_sapi_module); in php_apache_server_startup()
/PHP-7.1/main/
H A DSAPI.h223 int (*startup)(struct _sapi_module_struct *sapi_module); member
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in86 ; pm.start_servers - the number of children created on startup.
95 ; ondemand - no children are created at startup. Children will be forked when
115 ; The number of child processes created on startup.
414 ; specified at startup with the -d argument
/PHP-7.1/
H A Dphp.ini-development439 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
441 ; initial startup
479 ; The display of errors which occur during PHP's startup sequence are handled
481 ; errors from clients. Turning the display of startup errors on can be useful in
487 ; http://php.net/display-startup-errors
1401 ; Initialize session on request startup.
H A Dphp.ini-production439 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
441 ; initial startup
479 ; The display of errors which occur during PHP's startup sequence are handled
481 ; errors from clients. Turning the display of startup errors on can be useful in
487 ; http://php.net/display-startup-errors
1401 ; Initialize session on request startup.
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1348 if (sapi_module->startup(sapi_module) == FAILURE) { in WinMain()
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re163 /* FIXME: OnUpdate*Hosts cannot set default to $_SERVER['HTTP_HOST'] at startup */

Completed in 65 milliseconds

12