Home
last modified time | relevance | path

Searched refs:time (Results 101 – 125 of 562) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/intl/tests/
H A Dcalendar_add_basic.phpt12 $time = strtotime('2012-02-29 00:00:00 +0000');
16 $intlcal->setTime($time * 1000);
H A Dmsgfmt_format_simple_types_numeric_strings.phpt21 time {g,time}
50 time %d:%d:05 PM
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt21 time {g,time}
50 time 3:26:05 PM
H A Ddateformat_setTimeZone_error.phpt20 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o…
23 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
/PHP-8.2/ext/standard/tests/misc/
H A Dtime_sleep_until_error1.phpt12 var_dump(time_sleep_until(time() -1));
16 …ntil(): Argument #1 ($timestamp) must be greater than or equal to the current time in %s on line %d
/PHP-8.2/ext/date/tests/
H A Dbug35425.phpt8 $time = mktime(1,1,1,1,1,2005);
10 var_dump(idate($v, $time));
H A Dbug73837.phpt9 $startTS = time();
11 while (time() < $startTS + 2) {
H A Ddate_sunrise_and_sunset_error.phpt7 date_sunrise(time(), 3);
13 date_sunset(time(), 4);
H A Dgmstrftime_variation15.phpt2 Test gmstrftime() function : usage variation - Checking time related formats which was not supporte…
16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
H A Dstrftime_variation15.phpt2 Test strftime() function : usage variation - Checking time related formats which was not supported …
16 'Current time %H:%M:%S format' => "%T",
47 --Current time %H:%M:%S format--
H A Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
31 $time = strtotime($timestring);
33 echo $time, date(" [Y-m-d H:i:s T]", $time), " [$timestring]\n";
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt2 …tants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to time)
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
57 't time default "11:00:00", t2 time(2) default "11:00:00.22", t4 ' .
58 'time(4) default "11:00:00.4444", t6 time(6) default "11:00:00.006054") ' .
/PHP-8.2/tests/lang/
H A D045.phpt22 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
24 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-8.2/Zend/tests/
H A Dbug74093.phpt2 Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)
20 Fatal error: Maximum execution time of 1+1 seconds exceeded %s
H A Dclass_name_as_scalar.phpt8 // compile time constants
14 var_dump(self::class); // self compile time lookup
17 var_dump(Baz::class); // default compile time lookup
21 // compile time static lookups
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
16 /* This is just a particular example of a non-fatal compile-time error
/PHP-8.2/ext/sockets/tests/
H A Dsocket_select-wrongparams-1.phpt18 $time = -1;
19 var_dump(socket_select($sockets, $write, $except, $time));
/PHP-8.2/ext/standard/tests/network/
H A Dsetcookie.phpt12 setcookie('name', 'value', $tsp = time() + 5);
13 setcookie('name', 'value', $tsn = time() - 6);
14 setcookie('name', 'value', $tsc = time());
53 // If the second rolls over between the time() call and the internal time determination by
/PHP-8.2/ext/gd/libgd/
H A Dgd2time.c36 t0 = time (0); in main()
56 t0 = time (0) - t0; in main()
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_16_select_no_results.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_02_create.phpt11 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/PHP-8.2/ext/pgsql/tests/
H A D80_bug42783.phpt19 pg_query($dbh, "CREATE TABLE php_test (id SERIAL PRIMARY KEY, time TIMESTAMP NOT NULL DEFAULT now()…
32 ["time"]=>
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…
/PHP-8.2/ext/phar/tests/files/
H A Dphar_test.inc16 $time = isset($ftime) ? $ftime : @mktime(12, 0, 0, 3, 1, 2006);
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
42 …$manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$m…

Completed in 37 milliseconds

12345678910>>...23