Home
last modified time | relevance | path

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

12

/PHP-5.6/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-5.6/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt23 include 'phar://brandnewphar.phar/startup.php';
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.6/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt23 include 'phar://brandnewphar.phar/startup.php';
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.6/TSRM/
H A Dtsrm_win32.c461 STARTUPINFO startup; in popen_ex() local
500 memset(&startup, 0, sizeof(STARTUPINFO)); in popen_ex()
503 startup.cb = sizeof(STARTUPINFO); in popen_ex()
504 startup.dwFlags = STARTF_USESTDHANDLES; in popen_ex()
505 startup.hStdError = GetStdHandle(STD_ERROR_HANDLE); in popen_ex()
512 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in popen_ex()
513 startup.hStdOutput = out; in popen_ex()
516 startup.hStdInput = in; in popen_ex()
517 startup.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in popen_ex()
542 …, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process); in popen_ex()
[all …]
/PHP-5.6/Zend/
H A Dzend_extensions.c161 if (extension->startup) { in zend_extension_startup()
162 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
H A Dzend_extensions.h66 startup_func_t startup; member
/PHP-5.6/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-5.6/sapi/phpdbg/
H A DChangelog.md12 6. Fix crash on startup errors
H A DREADME.md69 - -q do not print banner on startup
/PHP-5.6/sapi/embed/
H A Dphp_embed.c197 if (php_embed_module.startup(&php_embed_module)==FAILURE) { in php_embed_init()
/PHP-5.6/sapi/apache2filter/
H A DREADME63 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.6/sapi/pi3web/
H A Dpi3web_sapi.c417 if (pi3web_sapi_module.startup) { in PHP5_startup()
418 pi3web_sapi_module.startup(&pi3web_sapi_module); in PHP5_startup()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c1722 cgi_sapi_module.startup(&cgi_sapi_module);
1759 cgi_sapi_module.startup(&cgi_sapi_module);
1770 cgi_sapi_module.startup(&cgi_sapi_module);
1793 cgi_sapi_module.startup(&cgi_sapi_module);
1810 cgi_sapi_module.startup(&cgi_sapi_module);
1832 if (cgi_sapi_module.startup(&cgi_sapi_module) == FAILURE) {
/PHP-5.6/sapi/phttpd/
H A Dphttpd.c268 phttpd_sapi_module.startup(&phttpd_sapi_module); in pm_init()
/PHP-5.6/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.6/main/
H A DSAPI.h224 int (*startup)(struct _sapi_module_struct *sapi_module); member
/PHP-5.6/sapi/webjames/
H A Dwebjames.c320 sapi_module.startup(&sapi_module); in webjames_php_init()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in80 ; pm.start_servers - the number of children created on startup.
89 ; ondemand - no children are created at startup. Children will be forked when
109 ; The number of child processes created on startup.
408 ; specified at startup with the -d argument
H A Dphp-fpm.conf.in214 ; pm.start_servers - the number of children created on startup.
223 ; ondemand - no children are created at startup. Children will be forked when
243 ; The number of child processes created on startup.
538 ; specified at startup with the -d argument
/PHP-5.6/sapi/tux/
H A Dphp_tux.c438 tux_sapi_module.startup(&tux_sapi_module); in TUXAPI_init()
/PHP-5.6/sapi/continuity/
H A Dcapi.c468 capi_sapi_module.startup(&capi_sapi_module); in phpFinit()
/PHP-5.6/sapi/isapi/
H A Dphp5isapi.c948 if (isapi_sapi_module.startup) { in DllMain()
949 isapi_sapi_module.startup(&sapi_module); in DllMain()
/PHP-5.6/sapi/aolserver/
H A Daolserver.c603 sapi_module.startup(&aolserver_sapi_module); in Ns_ModuleInit()

Completed in 76 milliseconds

12