Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/tests/
H A Dbug73837.phpt15 echo ( $n > 700 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
19 microseconds differ
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-7.4/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt23 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n";
29 User time used (microseconds) %d
H A Dusleep_error.phpt43 Warning: usleep(): Number of microseconds must be greater than or equal to 0 in %s on line %d
H A Duniqid_basic.phpt6 * Description: Gets a prefixed unique identifier based on the current time in microseconds.
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt5 /* Prototype : proto bool stream_set_timeout(resource stream, int seconds, int microseconds)
28 $microseconds = 10;
30 var_dump( stream_set_timeout($client, $seconds, $microseconds, $extra_arg) );
/PHP-7.4/ext/intl/tests/
H A Dbug74298.phpt2 Bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions)
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1350 zend_long seconds, microseconds = 0; in PHP_FUNCTION() local
1359 Z_PARAM_LONG(microseconds) in PHP_FUNCTION()
1368 t.tv_usec = (long)(microseconds % 1000000); in PHP_FUNCTION()
1369 t.tv_sec +=(long)(microseconds / 1000000); in PHP_FUNCTION()
1377 t.tv_usec = microseconds % 1000000; in PHP_FUNCTION()
1378 t.tv_sec += microseconds / 1000000; in PHP_FUNCTION()
H A Dbasic_functions.c2103 ZEND_ARG_INFO(0, microseconds)
/PHP-7.4/ext/date/
H A Dphp_date.c275 ZEND_ARG_INFO(0, microseconds)
282 ZEND_ARG_INFO(0, microseconds)
2678 static void php_date_set_time_fraction(timelib_time *time, int microseconds) in php_date_set_time_fraction() argument
2680 time->us = microseconds; in php_date_set_time_fraction()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in275 ; - %{microseconds}d
/PHP-7.4/
H A DNEWS2379 . Fixed bug #77264 (curl_getinfo returning microseconds, not seconds).
2560 . Fixed bug #75222 (DateInterval microseconds property always 0). (jhdxr)
2567 . Fixed bug #75642 (Wrap around behaviour for microseconds is not working).
/PHP-7.4/ext/date/lib/
H A Dparse_date.re181 { "microseconds", TIMELIB_MICROSEC, 1 },
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26180 # packets time stamps in seconds and microseconds.
26181 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)
H A Dmagic26180 # packets time stamps in seconds and microseconds.
26181 0 ubelong 0xa1b2c3d4 pcap capture file, microseconds ts (big-endian)

Completed in 233 milliseconds