Home
last modified time | relevance | path

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

12

/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/
H A DUPGRADING417 a deprecation notice at startup.
H A Dconfigure.ac260 dnl supports it. This can help reduce the binary size and startup time.
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/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/ext/fileinfo/tests/
H A Dmagic2198 # mount automatically at startup APPLE_PS_AUTO_MOUNT
2199 >>88 ubelong &0x40000000 \b, mount at startup
2200 # is the startup partition APPLE_PS_STARTUP
2201 >>88 ubelong &0x80000000 \b, is the startup partition
11281 # grub-1.94/kern/i386/pc/startup.S
18936 >0 string SCRN startup screen
H A Dmagic私はガラスを食べられます2198 # mount automatically at startup APPLE_PS_AUTO_MOUNT
2199 >>88 ubelong &0x40000000 \b, mount at startup
2200 # is the startup partition APPLE_PS_STARTUP
2201 >>88 ubelong &0x80000000 \b, is the startup partition
11281 # grub-1.94/kern/i386/pc/startup.S
18936 >0 string SCRN startup screen
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2515 element1->startup = NULL; in accelerator_remove_cb()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc35 echo "Server did not output startup message";
/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/ext/session/tests/
H A Dsession_decode_variation3.phpt37 Warning: session_start(): Cannot find serialization handler 'blah' - session startup failed in %s o…
H A Dsession_encode_variation8.phpt32 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/ext/standard/
H A Durl_scanner_ex.re163 /* FIXME: OnUpdate*Hosts cannot set default to $_SERVER['HTTP_HOST'] at startup */
/PHP-7.4/main/
H A DSAPI.h222 int (*startup)(struct _sapi_module_struct *sapi_module); member
/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/cgi/
H A Dcgi_main.c1921 if (cgi_sapi_module.startup(&cgi_sapi_module) == FAILURE) {
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1327 if (sapi_module->startup(sapi_module) == FAILURE) { in WinMain()
/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/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()

Completed in 262 milliseconds

12