Searched refs:until (Results 1 – 25 of 33) sorted by relevance
12
/PHP-7.4/ext/standard/tests/array/ |
H A D | each_variation4.phpt | 25 echo "-- Call each until at the end of the array: --\n"; 36 -- Call each until at the end of the array: --
|
/PHP-7.4/ext/standard/tests/misc/ |
H A D | time_sleep_until_basic.phpt | 36 echo "Sleep until (before truncation): ", $time, "\n"; 37 echo "Sleep until: ", $sleepUntil, "\n";
|
H A D | time_sleep_until_error1.phpt | 14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 41 PHPDBG_COMMAND(until);
|
H A D | xml.md | 410 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
|
H A D | phpdbg_watch.c | 641 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 D | phpdbg_prompt.c | 75 PHPDBG_COMMAND_D(until, "continue past the current line", 'u', NULL, 0, 0), 634 PHPDBG_COMMAND(until) /* {{{ */ in PHPDBG_COMMAND() argument
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionClass_isSubclassOf_error2.phpt | 24 // Should not show up in get_declared_classes until the anonymous class is bound.
|
/PHP-7.4/ext/pcre/tests/ |
H A D | bug69864.phpt | 9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
|
/PHP-7.4/ext/opcache/tests/ |
H A D | php_cli_server.inc | 23 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.4/ext/curl/tests/ |
H A D | server.inc | 24 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | reload-uses-sigkill-as-last-measure.phpt | 42 // The timeout needs to elapse twice until the process will be killed,
|
H A D | tester.inc | 395 * 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/ext/standard/tests/network/ |
H A D | udp6loop.phpt | 10 * cannot tell for sure if IPv6 works until we probe it at run time,
|
/PHP-7.4/ext/sockets/ |
H A D | config.m4 | 11 dnl Check for fied ss_family in sockaddr_storage (missing in AIX until 5.3)
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | filesize_variation3-win32.phpt | 27 // until -1200bytes size
|
H A D | filesize_variation3.phpt | 27 // until -1200bytes size
|
H A D | feof_basic.phpt | 25 //feof is not set to true until you try to read past the end of file.
|
/PHP-7.4/ext/pdo_firebird/tests/ |
H A D | payload_server.inc | 42 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | bug43840.phpt | 18 * Multibyte string was not returning error message until offset was passed the
|
/PHP-7.4/ext/fileinfo/ |
H A D | magicdata.patch | 22 # so don't accept as MP3 until we've tested the rate
|
/PHP-7.4/ext/intl/ |
H A D | ERROR_CONVENTIONS.md | 99 directly using `getThis()`. Therefore, no reference to object is obtained until
|
/PHP-7.4/ext/standard/ |
H A D | var_unserializer.re | 702 /* Delay __unserialize() call until end of serialization. We use two slots here to 733 /* Delay __wakeup call until end of serialization */
|
/PHP-7.4/ |
H A D | CODING_STANDARDS.md | 326 In general new features should go to PECL or experimental branches until there
|
/PHP-7.4/docs/ |
H A D | streams.md | 157 NOTE: If the origstream is network based, this function will block until the
|
Completed in 39 milliseconds
12