Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 82) sorted by path

1234

/php-src/ext/date/tests/
H A Dgetdate_variation2.phpt32 ["seconds"]=>
58 ["seconds"]=>
84 ["seconds"]=>
H A Dgetdate_variation3.phpt32 ["seconds"]=>
58 ["seconds"]=>
84 ["seconds"]=>
H A Dgetdate_variation4.phpt33 ["seconds"]=>
59 ["seconds"]=>
85 ["seconds"]=>
111 ["seconds"]=>
H A Dgetdate_variation5.phpt37 ["seconds"]=>
63 ["seconds"]=>
89 ["seconds"]=>
115 ["seconds"]=>
141 ["seconds"]=>
167 ["seconds"]=>
193 ["seconds"]=>
H A Dgh11281.phpt2 GH-11281 (DateTimeZone::getName() does not include seconds in offset)
H A Dgmdate_variation11.phpt19 echo "\n-- Testing gmdate() function with seconds since Unix Epoch format --\n";
35 -- Testing gmdate() function with seconds since Unix Epoch format --
H A Dstrtotime-relative.phpt12 '80412 seconds',
13 '86399 seconds',
14 '86400 seconds',
15 '86401 seconds',
16 '112913 seconds',
53 +80412 seconds: 2008-02-29T10:20:12+0000
54 -80412 seconds: 2008-02-27T13:39:48+0000
55 +86399 seconds: 2008-02-29T11:59:59+0000
56 -86399 seconds: 2008-02-27T12:00:01+0000
57 +86400 seconds: 2008-02-29T12:00:00+0000
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic2793 >136 string >\0 \b, seconds %-.11s
12787 # hours, minutes and seconds
12839 >>>>>>419 ubyte x \b%#x seconds
13651 #>>>>(0x1BC.s+12) ubyte 18 \b,%hhu/18 seconds
13652 >>>>(0x1BC.s+12) ubyte !18 \b,%u/18 seconds
13662 #>>>>(0x1BC.s+12) uleshort 18 \b,%u/18 seconds
18255 # seconds <= 59
37534 >28 belong 0 \b, no leap seconds
37536 >28 belong >1 \b, %d leap seconds
38960 # time stamp, in seconds
[all …]
H A Dmagic私はガラスを食べられます2793 >136 string >\0 \b, seconds %-.11s
12787 # hours, minutes and seconds
12839 >>>>>>419 ubyte x \b%#x seconds
13651 #>>>>(0x1BC.s+12) ubyte 18 \b,%hhu/18 seconds
13652 >>>>(0x1BC.s+12) ubyte !18 \b,%u/18 seconds
13662 #>>>>(0x1BC.s+12) uleshort 18 \b,%u/18 seconds
18255 # seconds <= 59
37534 >28 belong 0 \b, no leap seconds
37536 >28 belong >1 \b, %d leap seconds
38960 # time stamp, in seconds
[all …]
/php-src/ext/gmp/tests/
H A Dgmp_random_bits.phpt23 // 0.5 seconds to make sure the numbers stay in range
H A Dgmp_random_range.phpt43 // 0.5 seconds to make sure the numbers stay in range
/php-src/ext/mysqli/
H A Dmysqli.stub.php892 …public static function poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $micr…
1535 function mysqli_poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds…
H A Dmysqli_arginfo.h218 ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
503 ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
13 /* Fractional seconds are supported with servers >= 5.6.4. */
15 …die(sprintf("skip Server doesn't support fractional seconds in timestamp (%s)", mysqli_get_server_…
H A Dmysqli_fetch_array_many_rows.phpt14 // do as much as we can do in 5 seconds
H A Dmysqli_no_reconnect.phpt51 // after 2+ seconds the server should kill the connection
H A Dmysqli_poll.phpt122 mysqli_poll(): Argument #4 ($seconds) must be greater than or equal to 0
/php-src/ext/openssl/tests/
H A Dbug74341.phpt2 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds)
/php-src/ext/pcntl/
H A Dpcntl.c293 zend_long seconds; in PHP_FUNCTION() local
296 Z_PARAM_LONG(seconds); in PHP_FUNCTION()
299 RETURN_LONG((zend_long) alarm(seconds)); in PHP_FUNCTION()
H A Dpcntl.stub.php955 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… argument
977 function pcntl_alarm(int $seconds): int {} argument
H A Dpcntl_arginfo.h52 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, seconds, IS_LONG, 0, "0")
86 ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt94 ValueError: pcntl_sigtimedwait(): Argument #3 ($seconds) must be greater than or equal to 0
97 ValueError: pcntl_sigtimedwait(): At least one of argument #3 ($seconds) or argument #4 ($nanosecon…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt64 Sets the timeout value in seconds for communications with the database.
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt72 // Test second parameter, should wait 2 seconds because no notify is queued
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc81 ($mtime['seconds']>>1)));

Completed in 190 milliseconds

1234