Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.4/ext/pcntl/
H A Dphp_signal.c24 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) in php_signal4() argument
42 if (!restart) { in php_signal4()
60 Sigfunc *php_signal(int signo, Sigfunc *func, int restart) in php_signal() argument
62 return php_signal4(signo, func, restart, 0); in php_signal()
H A Dphp_signal.h26 Sigfunc *php_signal(int signo, Sigfunc *func, int restart);
27 Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all);
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_lexer.l61 restart: in phpdbg_lex()
178 goto restart; in phpdbg_lex()
203 goto restart;
210 goto restart;
H A Dphpdbg.init.d113 restart)
/PHP-8.4/sapi/phpdbg/tests/
H A Dbreakpoints_002.phpt2 Preserve breakpoints on restart
21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
H A Dbreakpoints_003.phpt23 prompt> Do you really want to restart execution? (type y or n): 1234
H A Drun_002.phpt28 prompt> Do you really want to restart execution? (type y or n): array(3) {
/PHP-8.4/ext/dom/
H A Dnodelist.c161 bool restart = true; in php_dom_nodelist_get_item_into_zval() local
175 restart = false; in php_dom_nodelist_get_item_into_zval()
182 if (restart) { in php_dom_nodelist_get_item_into_zval()
191 if (restart) { in php_dom_nodelist_get_item_into_zval()
/PHP-8.4/sapi/fpm/
H A Dinit.d.php-fpm.in126 restart)
H A Dphp-fpm.conf.in63 ; interval set by emergency_restart_interval then FPM will restart. A value
69 ; a graceful restart will be initiated. This can be useful to work around
/PHP-8.4/Zend/
H A Dzend_ini_scanner.l332 restart: in ini_lex()
349 goto restart; in ini_lex()
667 goto restart;
H A Dzend_language_scanner.l1354 restart: in lex_scan()
1946 goto restart;
2230 goto restart;
2236 goto restart;
2461 goto restart;
3159 goto restart;
3169 goto restart;
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h243 struct sljit_label *restart; in fast_forward_char_simd() local
289 restart = LABEL(); in fast_forward_char_simd()
361 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
501 struct sljit_label *restart; in fast_forward_char_pair_simd() local
583 restart = LABEL(); in fast_forward_char_pair_simd()
1235 struct sljit_label *restart; in fast_forward_char_simd() local
1311 restart = LABEL(); in fast_forward_char_simd()
1599 struct sljit_label *restart; in fast_forward_char_pair_simd() local
1725 restart = LABEL(); in fast_forward_char_pair_simd()
1971 restart = LABEL(); in fast_forward_char_simd()
[all …]
H A Dpcre2_jit_neon_inc.h187 restart:; in FF_FUN()
341 goto restart; in FF_FUN()
/PHP-8.4/.github/actions/setup-x64/
H A Daction.yml21 sudo service snmpd restart
/PHP-8.4/.github/scripts/
H A Dsetup-slapd.sh161 sudo service slapd restart
/PHP-8.4/ext/dba/
H A Ddba.c820 restart: in php_dba_open()
916 goto restart; in php_dba_open()
/PHP-8.4/sapi/litespeed/
H A DREADME.md103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_cfg.c1292 restart: in ir_schedule_blocks_bottom_up()
1307 goto restart; in ir_schedule_blocks_bottom_up()
1331 goto restart; in ir_schedule_blocks_bottom_up()
H A Dir_sccp.c48 restart: in ir_sccp_fold()
59 goto restart; in ir_sccp_fold()
509 restart: in ir_sccp_fold2()
520 goto restart; in ir_sccp_fold2()
H A Dir_gcm.c938 restart: in ir_schedule()
963 goto restart; in ir_schedule()
H A Dir.c927 restart:
968 goto restart;
/PHP-8.4/
H A Dphp.ini-development1679 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1688 ; When disabled, you must reset the OPcache manually or restart the
1730 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1765 ; It should improve performance when SHM memory is full, at server restart or
H A Dphp.ini-production1681 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1690 ; When disabled, you must reset the OPcache manually or restart the
1732 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1767 ; It should improve performance when SHM memory is full, at server restart or
/PHP-8.4/ext/phar/tests/files/
H A Dpear2coverage.phar951 // restart the database

Completed in 73 milliseconds

12