Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/phar/tests/
H A Dphar_commitwrite.phpt20 include 'phar://phar_commitwrite.phar/startup.php';
39 include 'phar://phar_commitwrite.phar/startup.php';
H A Dphar_create_in_cwd.phpt21 include 'phar://phar_create_in_cwd.phar/startup.php';
42 include 'phar://phar_create_in_cwd.phar/startup.php';
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt20 include 'phar://phar_commitwrite.phar/startup.php';
40 include 'phar://phar_commitwrite.phar/startup.php';
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt20 include 'phar://phar_commitwrite.phar/startup.php';
40 include 'phar://phar_commitwrite.phar/startup.php';
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-7.4/TSRM/
H A Dtsrm_win32.c452 STARTUPINFOW startup; in popen_ex() local
515 memset(&startup, 0, sizeof(STARTUPINFOW)); in popen_ex()
518 startup.cb = sizeof(STARTUPINFOW); in popen_ex()
519 startup.dwFlags = STARTF_USESTDHANDLES; in popen_ex()
520 startup.hStdError = GetStdHandle(STD_ERROR_HANDLE); in popen_ex()
527 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in popen_ex()
528 startup.hStdOutput = out; in popen_ex()
531 startup.hStdInput = in; in popen_ex()
532 startup.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in popen_ex()
563 …mdw, &security, &security, security.bInheritHandle, dwCreateFlags, envw, cwdw, &startup, &process); in popen_ex()
[all …]
/PHP-7.4/tests/output/
H A Dbug74815.phpt2 Bug #74815 crash with a combination of INI entries at startup
/PHP-7.4/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.4/ext/standard/tests/streams/
H A Dbug70198.phpt41 /* wait a bit for the server startup */
/PHP-7.4/Zend/
H A Dzend_extensions.c187 if (extension->startup) { in zend_extension_startup()
188 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
H A Dzend_extensions.h84 startup_func_t startup; member
/PHP-7.4/sapi/embed/
H A Dphp_embed.c198 if (php_embed_module.startup(&php_embed_module)==FAILURE) { in php_embed_init()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc35 echo "Server did not output startup message";
/PHP-7.4/sapi/phpdbg/
H A DREADME.md66 * `-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.c1312 if (new_extension->startup) { in phpdbg_load_module_or_extension()
1313 if (new_extension->startup(new_extension) != SUCCESS) { in phpdbg_load_module_or_extension()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1662 cgi_sapi_module.startup(&cgi_sapi_module); in main()
1700 cgi_sapi_module.startup(&cgi_sapi_module); in main()
1711 cgi_sapi_module.startup(&cgi_sapi_module); in main()
1734 cgi_sapi_module.startup(&cgi_sapi_module); in main()
1751 cgi_sapi_module.startup(&cgi_sapi_module); in main()
1773 if (cgi_sapi_module.startup(&cgi_sapi_module) == FAILURE) { in main()
/PHP-7.4/main/
H A DSAPI.h222 int (*startup)(struct _sapi_module_struct *sapi_module); member
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in87 ; pm.start_servers - the number of children created on startup.
96 ; ondemand - no children are created at startup. Children will be forked when
116 ; The number of child processes created on startup.
434 ; specified at startup with the -d argument
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c486 if (apache2_sapi_module.startup(&apache2_sapi_module) != SUCCESS) { in php_apache_server_startup()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1327 if (sapi_module->startup(sapi_module) == FAILURE) { in WinMain()
/PHP-7.4/
H A Dphp.ini-development444 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
446 ; initial startup
484 ; The display of errors which occur during PHP's startup sequence are handled
486 ; errors from clients. Turning the display of startup errors on can be useful in
492 ; http://php.net/display-startup-errors
1371 ; Initialize session on request startup.
H A Dphp.ini-production444 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
446 ; initial startup
484 ; The display of errors which occur during PHP's startup sequence are handled
486 ; errors from clients. Turning the display of startup errors on can be useful in
492 ; http://php.net/display-startup-errors
1371 ; Initialize session on request startup.
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re163 /* FIXME: OnUpdate*Hosts cannot set default to $_SERVER['HTTP_HOST'] at startup */

Completed in 70 milliseconds

12