Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/array/
H A Deach_variation4.phpt25 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 Dtime_sleep_until_basic.phpt36 echo "Sleep until (before truncation): ", $time, "\n";
37 echo "Sleep until: ", $sleepUntil, "\n";
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.4/sapi/phpdbg/
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
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 Dphpdbg_prompt.c75 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 DReflectionClass_isSubclassOf_error2.phpt24 // Should not show up in get_declared_classes until the anonymous class is bound.
/PHP-7.4/ext/pcre/tests/
H A Dbug69864.phpt9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc23 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.4/ext/curl/tests/
H A Dserver.inc24 // it might not be listening yet...need to wait until fsockopen() call returns
/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/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-7.4/ext/sockets/
H A Dconfig.m411 dnl Check for fied ss_family in sockaddr_storage (missing in AIX until 5.3)
/PHP-7.4/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.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc42 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.4/ext/mbstring/tests/
H A Dbug43840.phpt18 * Multibyte string was not returning error message until offset was passed the
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch22 # so don't accept as MP3 until we've tested the rate
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md99 directly using `getThis()`. Therefore, no reference to object is obtained until
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re702 /* 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 DCODING_STANDARDS.md326 In general new features should go to PECL or experimental branches until there
/PHP-7.4/docs/
H A Dstreams.md157 NOTE: If the origstream is network based, this function will block until the

Completed in 83 milliseconds

12