Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A DREADME.EXTENSIONS18 NULL, /* extension-wide startup function */
20 PHP_RINIT(foo), /* per-request startup function */
35 NULL, /* extension-wide startup function */
37 PHP_RINIT(foo), /* per-request startup function */
/PHP-5.5/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.5/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt23 include 'phar://brandnewphar.phar/startup.php';
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_commitwrite.phpt23 include 'phar://brandnewphar.phar/startup.php';
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.5/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.5/Zend/
H A Dzend_extensions.c153 if (extension->startup) { in zend_extension_startup()
154 if (extension->startup(extension)!=SUCCESS) { in zend_extension_startup()
H A Dzend_extensions.h66 startup_func_t startup; member
/PHP-5.5/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.5/sapi/embed/
H A Dphp_embed.c197 if (php_embed_module.startup(&php_embed_module)==FAILURE) { in php_embed_init()
/PHP-5.5/sapi/apache2filter/
H A DREADME63 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.5/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.5/sapi/fpm/fpm/
H A Dfpm_main.c1690 cgi_sapi_module.startup(&cgi_sapi_module);
1723 cgi_sapi_module.startup(&cgi_sapi_module);
1734 cgi_sapi_module.startup(&cgi_sapi_module);
1757 cgi_sapi_module.startup(&cgi_sapi_module);
1774 cgi_sapi_module.startup(&cgi_sapi_module);
1796 if (cgi_sapi_module.startup(&cgi_sapi_module) == FAILURE) {
/PHP-5.5/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
H A Dsapi_apache2.c457 apache2_sapi_module.startup(&apache2_sapi_module); in php_apache_server_startup()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c268 phttpd_sapi_module.startup(&phttpd_sapi_module); in pm_init()
/PHP-5.5/main/
H A DSAPI.h221 int (*startup)(struct _sapi_module_struct *sapi_module); member
/PHP-5.5/sapi/webjames/
H A Dwebjames.c320 sapi_module.startup(&sapi_module); in webjames_php_init()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c438 tux_sapi_module.startup(&tux_sapi_module); in TUXAPI_init()
/PHP-5.5/sapi/continuity/
H A Dcapi.c468 capi_sapi_module.startup(&capi_sapi_module); in phpFinit()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c948 if (isapi_sapi_module.startup) { in DllMain()
949 isapi_sapi_module.startup(&sapi_module); in DllMain()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in203 ; pm.start_servers - the number of children created on startup.
212 ; ondemand - no children are created at startup. Children will be forked when
232 ; The number of child processes created on startup.
527 ; specified at startup with the -d argument
/PHP-5.5/sapi/aolserver/
H A Daolserver.c603 sapi_module.startup(&aolserver_sapi_module); in Ns_ModuleInit()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c765 sapi_module.startup(&caudium_sapi_module); in pike_module_init()

Completed in 153 milliseconds

12