Home
last modified time | relevance | path

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

12

/PHP-8.3/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.3/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.3/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.3/ext/dom/
H A Dnodelist.c176 bool restart = true; in php_dom_nodelist_get_item_into_zval() local
190 restart = false; in php_dom_nodelist_get_item_into_zval()
197 if (restart) { in php_dom_nodelist_get_item_into_zval()
206 if (restart) { in php_dom_nodelist_get_item_into_zval()
/PHP-8.3/.github/actions/setup-x64/
H A Daction.yml21 sudo service snmpd restart
27 sudo service dovecot restart
/PHP-8.3/sapi/fpm/
H A Dinit.d.php-fpm.in128 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.3/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()
1934 goto restart;
2214 goto restart;
2220 goto restart;
2445 goto restart;
3143 goto restart;
3153 goto restart;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h211 struct sljit_label *restart; in fast_forward_char_simd() local
283 restart = LABEL(); in fast_forward_char_simd()
360 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
524 struct sljit_label *restart; in fast_forward_char_pair_simd() local
635 restart = LABEL(); in fast_forward_char_pair_simd()
1254 struct sljit_label *restart; in fast_forward_char_simd() local
1330 restart = LABEL(); in fast_forward_char_simd()
1440 JUMPTO(SLJIT_JUMP, restart); in fast_forward_char_simd()
1618 struct sljit_label *restart; in fast_forward_char_pair_simd() local
1744 restart = LABEL(); in fast_forward_char_pair_simd()
[all …]
H A Dpcre2_jit_neon_inc.h182 restart:; in FF_FUN()
336 goto restart; in FF_FUN()
/PHP-8.3/.github/scripts/
H A Dsetup-slapd.sh161 sudo service slapd restart
/PHP-8.3/ext/dba/
H A Ddba.c764 restart: in php_dba_open()
859 goto restart; in php_dba_open()
/PHP-8.3/sapi/litespeed/
H A DREADME.md103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
/PHP-8.3/
H A Dphp.ini-production1792 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1801 ; When disabled, you must reset the OPcache manually or restart the
1843 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1878 ; It should improve performance when SHM memory is full, at server restart or
H A Dphp.ini-development1790 ; The maximum percentage of "wasted" memory until a restart is scheduled.
1799 ; When disabled, you must reset the OPcache manually or restart the
1841 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
1876 ; It should improve performance when SHM memory is full, at server restart or
H A DNEWS1086 . Added start, restart and force restart time to opcache's
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar951 // restart the database
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c390 restart: in zend_ssa_check_scc_var()
417 goto restart; in zend_ssa_check_scc_var()
/PHP-8.3/build/
H A Dlibtool.m45437 *** so that a non-GNU linker is found, and then restart.
5568 *** used, and then restart.
5590 *** used, and then restart.
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic13030 >>>462 string Press\ any\ key\ to\ restart\r \b, Microsoft Windows XP Bootloader
13130 >>>>>>454 string and\ restart\r\nthe\ system.\r \b, Microsoft Windows XP Bootloader NTFS
23416 # Binary restart file for the LAMMPS MD code
23417 0 string LammpS\ RestartT LAMMPS binary restart file

Completed in 190 milliseconds

12