/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | getrusage_basic.phpt | 17 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n"; 22 User time used (microseconds) %d
|
H A D | usleep_error.phpt | 10 Fatal error: Uncaught ValueError: usleep(): Argument #1 ($microseconds) must be greater than or equ…
|
/PHP-8.1/ext/date/tests/ |
H A D | date_time_fractions.phpt | 9 echo ($ms = 0) ? "microseconds = false\n" : "microseconds = true\n"; 52 microseconds = true
|
H A D | bug75222.phpt | 2 Bug #75222 DateInterval microseconds property always 0
|
H A D | bug68078.phpt | 2 Comparing datetime objects should account for microseconds
|
H A D | bug64887.phpt | 17 '+9 microseconds',
|
H A D | bug68078_negative.phpt | 2 Comparing datetime objects with negative timestamps should account for microseconds
|
/PHP-8.1/ext/intl/tests/ |
H A D | bug74298.phpt | 2 Bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions)
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | logreader.inc | 85 * @param int $timeoutMicroseconds Read timeout in microseconds 159 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 226 * @param int $timeoutMicroseconds Read timeout in microseconds 267 * @param int $timeoutMicroseconds Read timeout in microseconds 336 * @param int $timeoutMicroseconds Read timeout in microseconds
|
H A D | tester.inc | 1499 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa… 1524 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa… 1604 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 1650 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 1686 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 1721 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 1756 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 1791 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me…
|
H A D | logtool.inc | 134 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 595 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all me… 706 …* @param int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messa…
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | stream_select_null_usec.phpt | 31 Fatal error: Uncaught ValueError: stream_select(): Argument #5 ($microseconds) must be null when ar…
|
H A D | stream_set_timeout_error.phpt | 19 $microseconds = 10;
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.stub.php | 21 …t(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false… argument
|
H A D | sockets_arginfo.h | 9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
|
/PHP-8.1/ext/standard/ |
H A D | streamsfuncs.c | 1373 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local 1382 Z_PARAM_LONG(microseconds) in PHP_FUNCTION() 1391 t.tv_usec = (long)(microseconds % 1000000); in PHP_FUNCTION() 1392 t.tv_sec +=(long)(microseconds / 1000000); in PHP_FUNCTION() 1400 t.tv_usec = microseconds % 1000000; in PHP_FUNCTION() 1401 t.tv_sec += microseconds / 1000000; in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 375 function usleep(int $microseconds): void {} argument 1579 …(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microseconds = null): int|fa… argument 1771 function stream_set_timeout($stream, int $seconds, int $microseconds = 0): bool {} argument 1777 function socket_set_timeout($stream, int $seconds, int $microseconds = 0): bool {} argument
|
H A D | basic_functions_arginfo.h | 413 ZEND_ARG_TYPE_INFO(0, microseconds, IS_LONG, 0) 1849 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 1, "null") 2028 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_poll.phpt | 127 mysqli_poll(): Argument #5 ($microseconds) must be greater than or equal to 0
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 279 …oll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds = 0): int|false… argument 932 function mysqli_poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds… argument
|
H A D | mysqli_arginfo.h | 219 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0") 510 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, microseconds, IS_LONG, 0, "0")
|
/PHP-8.1/sapi/fpm/ |
H A D | www.conf.in | 305 ; - %{microseconds}d
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 2222 static void php_date_set_time_fraction(timelib_time *time, int microseconds) in php_date_set_time_fraction() argument 2224 time->us = microseconds; in php_date_set_time_fraction()
|
/PHP-8.1/ext/date/lib/ |
H A D | parse_date.re | 190 { "microseconds", TIMELIB_MICROSEC, 1 },
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 30862 # packets time stamps in seconds and microseconds. 30863 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)
|