Searched refs:until (Results 1 – 25 of 46) sorted by relevance
12
7 $until = microtime(TRUE) + $how_long;9 while ($until > microtime(TRUE));
34 - until (continue until the current line is executed)37 - finish (continue until the current function has returned)38 - leave (continue until the current function is returning)
41 PHPDBG_COMMAND(until);
640 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until);812 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until) { argument822 while (child->child != until) {
410 until section413 - temporarily disables all the breakpoints on that line until that line was left once419 - temporarily disables all the breakpoints until the end of the current frame
25 echo "-- Call each until at the end of the array: --\n";36 -- Call each until at the end of the array: --
18 * Class RecursiveCachingIterator was named CachingRecursiveIterator until
14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
5 // Fill any potential freed spaces until now.
10 * cannot tell for sure if IPv6 works until we probe it at run time,
31 // it might not be listening yet...need to wait until fsockopen() call returns
41 // it might not be listening yet...need to wait until fsockopen() call returns
31 dnl Check for fied ss_family in sockaddr_storage (missing in AIX until 5.3)
27 // until -1200bytes size
25 //feof is not set to true until you try to read past the end of file.
44 // it might not be listening yet...need to wait until fsockopen() call returns
18 * Multibyte string was not returning error message until offset was passed the
68 breakpoint on 'load_module'. Step through it until apr_dso_load() is
15 "armed" at the time they are detected, but do not "detonate" until the end of
88 directly using getThis(). Therefore, no reference to object is obtained until
362 * Run until needle is found in the log.609 /* Read $number lines or until EOF */647 /* Read $n lines or until EOF */
88 This is how the scripting engine has worked until today. Most
18 and deferring flush until all modifications are complete [Greg]
Completed in 39 milliseconds