Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt17 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n";
22 User time used (microseconds) %d
H A Dusleep_error.phpt10 Fatal error: Uncaught ValueError: usleep(): Argument #1 ($microseconds) must be greater than or equ…
/php-src/ext/date/tests/
H A Ddate_time_fractions.phpt9 echo ($ms = 0) ? "microseconds = false\n" : "microseconds = true\n";
52 microseconds = true
H A Dbug75222.phpt2 Bug #75222 DateInterval microseconds property always 0
H A Dbug68078.phpt2 Comparing datetime objects should account for microseconds
H A Dbug64887.phpt17 '+9 microseconds',
H A Dbug68078_negative.phpt2 Comparing datetime objects with negative timestamps should account for microseconds
/php-src/ext/intl/tests/
H A Dbug74298.phpt2 Bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions)
/php-src/sapi/fpm/tests/
H A Dlogreader.inc85 * @param int $timeoutMicroseconds Read timeout in microseconds
162 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
229 * @param int $timeoutMicroseconds Read timeout in microseconds
270 * @param int $timeoutMicroseconds Read timeout in microseconds
339 * @param int $timeoutMicroseconds Read timeout in microseconds
H A Dtester.inc1717 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa…
1742 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa…
1822 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
1868 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
1904 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
1939 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
1974 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
2009 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
H A Dlogtool.inc134 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
599 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
710 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa…
/php-src/ext/standard/tests/streams/
H A Dstream_select_null_usec.phpt31 Fatal error: Uncaught ValueError: stream_select(): Argument #5 ($microseconds) must be null when ar…
H A Dstream_set_timeout_error.phpt19 $microseconds = 10;
/php-src/ext/standard/
H A Dstreamsfuncs.c1418 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
1427 Z_PARAM_LONG(microseconds) in PHP_FUNCTION()
1436 t.tv_usec = (long)(microseconds % 1000000); in PHP_FUNCTION()
1437 t.tv_sec +=(long)(microseconds / 1000000); in PHP_FUNCTION()
1445 t.tv_usec = microseconds % 1000000; in PHP_FUNCTION()
1446 t.tv_sec += microseconds / 1000000; in PHP_FUNCTION()
H A Dbasic_functions.stub.php1971 function usleep(int $microseconds): void {} argument
3380 …(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microseconds = null): int|fa…
3575 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
3581 function socket_set_timeout($stream, int $seconds, int $microseconds = 0): bool {}
H A Dbasic_functions_arginfo.h413 ZEND_ARG_TYPE_INFO(0, microseconds, IS_LONG, 0)
1825 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 1, "null")
2009 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
/php-src/ext/mysqli/tests/
H A Dmysqli_poll.phpt123 mysqli_poll(): Argument #5 ($microseconds) must be greater than or equal to 0
/php-src/ext/mysqli/
H A Dmysqli.stub.php892 …oll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds = 0): int|false…
1535 function mysqli_poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds
H A Dmysqli_arginfo.h219 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
504 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
/php-src/ext/sockets/
H A Dsockets.stub.php1886 …t(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false… argument
H A Dsockets_arginfo.h9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
/php-src/sapi/fpm/
H A Dwww.conf.in310 ; - %{microseconds}d
/php-src/ext/date/lib/
H A Dparse_date.re191 { "microseconds", TIMELIB_MICROSEC, 1 },
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます35707 # packets time stamps in seconds and microseconds.
35708 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)
H A Dmagic35707 # packets time stamps in seconds and microseconds.
35708 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)

Completed in 466 milliseconds