Home
last modified time | relevance | path

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

12

/php-src/ext/opcache/tests/jit/
H A Dbug79888.phpt28 echo "Testing Primes until: " . $max . "\n";
36 Testing Primes until: 1000
/php-src/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt36 echo "Sleep until (before truncation): ", $time, "\n";
37 echo "Sleep until: ", $sleepUntil, "\n";
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h39 PHPDBG_COMMAND(until);
H A Dphpdbg_watch.c690 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until);
863 void phpdbg_dissociate_watch_element(phpdbg_watch_element *element, phpdbg_watch_element *until) { argument
873 while (child->child != until) {
/php-src/ext/standard/tests/strings/
H A Dstr_increment_basic.phpt11 // Carrying values until the beginning of the string
H A Dstr_increment_polyfill.phpt33 // Carrying values until the beginning of the string
H A Dstr_decrement_basic.phpt11 // Carrying values until the beginning of the string (no underflow)
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt28 // Should not show up in get_declared_classes until the anonymous class is bound.
/php-src/
H A DSECURITY.md10 Vulnerability reports remain private until published. When published, you will
/php-src/ext/standard/tests/streams/
H A Dstream_cast_loses_data.phpt22 // cast $stream and read fd until eof. Print each line that was read, prefixed with "proc open stdi…
/php-src/ext/sockets/
H A Dconfig.m411 dnl Check for field ss_family in sockaddr_storage (missing in AIX until 5.3)
/php-src/ext/pcre/tests/
H A Dbug69864.phpt9 /* CAUTION: this test will most likely fail with valgrind until --smc-check=all is used. */
/php-src/ext/opcache/tests/
H A Dphp_cli_server.inc23 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/php-src/sapi/fpm/tests/
H A Dreload-uses-sigkill-as-last-measure.phpt44 // The timeout needs to elapse twice until the process will be killed,
H A Dlogreader.inc156 * Read log until matcher matches the log message or there are no more logs.
/php-src/ext/standard/tests/file/
H A Dfilesize_variation3.phpt16 // until -1200bytes size
H A Dfeof_basic.phpt19 //feof is not set to true until you try to read past the end of file.
/php-src/ext/mbstring/tests/
H A Dbug43840.phpt10 * Multibyte string was not returning error message until offset was passed the
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc42 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/ext/curl/tests/
H A Dserver.inc45 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/Zend/tests/in-de-crement/
H A Dstring_increment_various.phpt11 // Carrying values until the beginning of the string
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc75 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md99 directly using `getThis()`. Therefore, no reference to object is obtained until
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst194 this is delayed until the script is persisted to shared memory. This means that

Completed in 40 milliseconds

12