Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.0/tests/basic/
H A Dtimeout_config.inc7 $until = microtime(TRUE) + $how_long;
9 while ($until > microtime(TRUE));
/PHP-7.0/sapi/phpdbg/
H A DChangelog.md34 - 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)
H A Dphpdbg_prompt.h41 PHPDBG_COMMAND(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
/PHP-7.0/ext/standard/tests/array/
H A Deach_variation4.phpt25 echo "-- Call each until at the end of the array: --\n";
37 -- Call each until at the end of the array: --
/PHP-7.0/ext/spl/examples/
H A Dcachingrecursiveiterator.inc18 * Class RecursiveCachingIterator was named CachingRecursiveIterator until
/PHP-7.0/ext/standard/tests/misc/
H A Dtime_sleep_until_error1.phpt14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
/PHP-7.0/ext/pcre/tests/
H A Dbug69864.phpt9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
/PHP-7.0/ext/standard/tests/strings/
H A Dbug72433.phpt5 // Fill any potential freed spaces until now.
/PHP-7.0/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-7.0/ext/opcache/tests/
H A Dphp_cli_server.inc25 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.0/ext/curl/tests/
H A Dserver.inc35 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.0/ext/sockets/
H A Dconfig.m431 dnl Check for fied ss_family in sockaddr_storage (missing in AIX until 5.3)
/PHP-7.0/ext/standard/tests/file/
H A Dfilesize_variation3-win32.phpt27 // until -1200bytes size
H A Dfilesize_variation3.phpt27 // until -1200bytes size
H A Dfeof_basic.phpt25 //feof is not set to true until you try to read past the end of file.
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server.inc38 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.0/ext/mbstring/tests/
H A Dbug43840.phpt18 * Multibyte string was not returning error message until offset was passed the
/PHP-7.0/sapi/fpm/tests/
H A Dinclude.inc98 /* Read $n lines or until EOF */
/PHP-7.0/sapi/apache2handler/
H A DREADME68 breakpoint on 'load_module'. Step through it until apr_dso_load() is
/PHP-7.0/ext/com_dotnet/
H A DREADME15 "armed" at the time they are detected, but do not "detonate" until the end of
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS88 directly using getThis(). Therefore, no reference to object is obtained until
/PHP-7.0/Zend/RFCs/
H A D001.txt88 This is how the scripting engine has worked until today. Most
/PHP-7.0/ext/phar/
H A DTODO18 and deferring flush until all modifications are complete [Greg]
/PHP-7.0/ext/fileinfo/
H A Dmagicdata.patch9 Subject: [PATCH] further optimize awk by not looking for the BEGIN regex until

Completed in 34 milliseconds

12