Home
last modified time | relevance | path

Searched refs:time (Results 26 – 50 of 568) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/dba/tests/
H A Ddba_ndbm.phpt22 Failed to write "key number 6" 2nd time
23 Content 2 replaced 2nd time
29 string(27) "Content 2 replaced 2nd time"
39 Failed to write "key number 6" 2nd time
40 Content 2 replaced 2nd time
46 string(27) "Content 2 replaced 2nd time"
H A Ddba_db4_000.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_dbm.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_flatfile.phpt26 Failed to write "key number 6" 2nd time
27 Content 2 replaced 2nd time
33 string(27) "Content 2 replaced 2nd time"
43 Failed to write "key number 6" 2nd time
44 Content 2 replaced 2nd time
50 string(27) "Content 2 replaced 2nd time"
H A Ddba_tcadb.phpt31 Failed to write "key number 6" 2nd time
32 Content 2 replaced 2nd time
38 string(27) "Content 2 replaced 2nd time"
48 Failed to write "key number 6" 2nd time
49 Content 2 replaced 2nd time
55 string(27) "Content 2 replaced 2nd time"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dsleep_basic.phpt25 // Test passes if sleeps for at least 98% of specified time
29 $time = $time_end - $time_start;
31 echo "Thread slept for " . $time . " seconds\n";
33 if ($time >= $sleeplow) {
36 echo "TEST FAILED - time is ${time} secs and sleep was ${sleeptime} secs\n";
/PHP-7.4/win32/
H A Dgetrusage.c31 ULARGE_INTEGER time; in usage_to_timeval() local
33 time.LowPart = ft->dwLowDateTime; in usage_to_timeval()
34 time.HighPart = ft->dwHighDateTime; in usage_to_timeval()
36 tv->tv_sec = (zend_long) (time.QuadPart / 10000000); in usage_to_timeval()
37 tv->tv_usec = (zend_long) ((time.QuadPart % 10000000) / 10); in usage_to_timeval()
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar_variant4.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
22 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
23 $msgf->format(array($time, 'time')), "\n";
H A Dcalendar_setTime_basic.phpt14 $time = strtotime('2012-02-29 00:00:00 +0000');
17 $intlcal->setTime($time * 1000);
20 (float)$time*1000,
24 intlcal_set_time($intlcal,$time * 1000);
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
23 echo "msgf2: ", $msgf->format(array($time, 'date')), " ",
24 $msgf->format(array($time, 'time')), "\n";
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_19_columninfo.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
39 Name: time - Type: 1
41 Name: time - Type: 1
H A Dsqlite3_24_last_insert_rowid.phpt9 define('TIMENOW', time());
12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
17 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
/PHP-7.4/ext/date/tests/
H A Dstrtotime2.phpt7 $time = time();
26 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
H A Dtime_basic.phpt2 Test return type and value for expected input time()
6 * proto int time(void)
10 var_dump(time());
H A Dbug28088.phpt7 echo "The following line rightly shows the correct date time:\n";
10 echo "But the following line fails to show the correct date time:\n";
14 The following line rightly shows the correct date time:
16 But the following line fails to show the correct date time:
H A Dgmstrftime_variation21.phpt2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation on W…
6 * Description: Format a GMT/UCT time/date according to locale settings
20 'Preferred date and time representation' => "%c",
22 'Preferred time representation' => "%X",
38 --Preferred date and time representation--
46 --Preferred time representation--
H A Dstrftime_variation21.phpt2 Test strftime() function : usage variation - Checking Preferred date and time representation on Win…
6 * Description: Format a local time/date according to locale settings
20 'Preferred date and time representation' => "%c",
22 'Preferred time representation' => "%X",
38 --Preferred date and time representation--
46 --Preferred time representation--
H A Ddate_sunrise_variation7.phpt5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
6 * Description: Returns time of sunrise for a given day and location
29 $time = mktime(8, 8, 8, 8, 11, 2008);
30 …var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $v…
31 $time = mktime(8, 8, 8, 8, 12, 2008);
32 …var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value["Latitude"], $value["Longitude"], 90, $v…
H A Dgmstrftime_variation22.phpt2 Test gmstrftime() function : usage variation - Checking Preferred date and time representation othe…
15 * Description: Format a GMT/UCT time/date according to locale settings
30 'Preferred date and time representation' => "%c",
32 'Preferred time representation' => "%X",
48 --Preferred date and time representation--
56 --Preferred time representation--
H A Dstrftime_variation22.phpt2 Test strftime() function : usage variation - Checking Preferred date and time representation other …
15 * Description: Format a local time/date according to locale settings
30 'Preferred date and time representation' => "%c",
32 'Preferred time representation' => "%X",
48 --Preferred date and time representation--
56 --Preferred time representation--
/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt29 Failed to write "key number 6" 2nd time
30 Content 2 replaced 2nd time
36 string(27) "Content 2 replaced 2nd time"
46 Failed to write "key number 6" 2nd time
47 Content 2 replaced 2nd time
53 string(27) "Content 2 replaced 2nd time"
/PHP-7.4/ext/session/tests/
H A Dsession_ini_set.phpt119 …ession is active. You cannot change the session module's ini settings at this time in %s on line 38
122 …ession is active. You cannot change the session module's ini settings at this time in %s on line 39
125 …ession is active. You cannot change the session module's ini settings at this time in %s on line 40
129 …ession is active. You cannot change the session module's ini settings at this time in %s on line 42
132 …ession is active. You cannot change the session module's ini settings at this time in %s on line 43
135 …ession is active. You cannot change the session module's ini settings at this time in %s on line 44
138 …ession is active. You cannot change the session module's ini settings at this time in %s on line 45
141 …ession is active. You cannot change the session module's ini settings at this time in %s on line 46
144 …ession is active. You cannot change the session module's ini settings at this time in %s on line 47
147 …ession is active. You cannot change the session module's ini settings at this time in %s on line 48
[all …]
/PHP-7.4/ext/soap/tests/schema/
H A Dschema064.phpt2 SOAP XML Schema 64: standard date/time types
16 <element name="time" type="time"/>
30 'time' => $date,
42 …xsi:type="xsd:dateTime">1976-04-05T01:02:03Z</dateTime><time xsi:type="xsd:time">01:02:03Z</time><…
46 ["time"]=>

Completed in 38 milliseconds

12345678910>>...23