Home
last modified time | relevance | path

Searched refs:until (Results 26 – 33 of 33) sorted by path

12

/PHP-7.4/
H A Dphp.ini-development1375 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1784 ; The maximum percentage of "wasted" memory until a restart is scheduled.
H A Dphp.ini-production1375 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1784 ; The maximum percentage of "wasted" memory until a restart is scheduled.
/PHP-7.4/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt42 // The timeout needs to elapse twice until the process will be killed,
H A Dtester.inc395 * Run until needle is found in the log.
728 /* Read $number lines or until EOF */
766 /* Read $n lines or until EOF */
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c75 PHPDBG_COMMAND_D(until, "continue past the current line", 'u', NULL, 0, 0),
634 PHPDBG_COMMAND(until) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_prompt.h41 PHPDBG_COMMAND(until);
H A Dphpdbg_watch.c641 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until);
814 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until) { argument
824 while (child->child != until) {
H A Dxml.md410 until section
413 - temporarily disables all the breakpoints on that line until that line was left once
419 - temporarily disables all the breakpoints until the end of the current frame

Completed in 38 milliseconds

12