Home
last modified time | relevance | path

Searched refs:time (Results 251 – 275 of 698) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-5.6/Zend/tests/
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dns_034.phpt2 034: Support for namespaces in compile-time constant reference
/PHP-5.6/ext/date/tests/
H A DDateTimeZone_serialize_type_1.phpt5 //Set the default time zone
H A DDateTime_extends_basic3.phpt5 //Set the default time zone
H A Didate_basic.phpt6 * Description: Format a local time/date as integer
H A DDateTimeZone_extends_basic1.phpt6 //Set the default time zone
H A DDateTimeZone_serialize_type_2.phpt5 //Set the default time zone
H A DDateTime_clone_basic1.phpt6 //Set the default time zone
H A DDateTime_data-fall-type3-type2.inc15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
16 * + redodt: daylight time in the redo period 2010-11-07 01:12:33 EDT
17 * + redost: standard time in the redo period 2010-11-07 01:14:44 EST
18 * + st: standard time on the transition day 2010-11-07 03:16:55 EST
20 * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A Ddate_sunrise_variation3.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
14 $time = mktime(8, 8, 8, 8, 8, 2008);
94 … var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value, $longitude, $zenith, $gmt_offset) );
95 … var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, $value, $longitude, $zenith, $gmt_offset) );
96 … var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, $value, $longitude, $zenith, $gmt_offset) );
H A Ddate_sunrise_variation4.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
15 $time = mktime(8, 8, 8, 8, 8, 2008);
95 var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $latitude, $value, $zenith, $gmt_offset) );
96 var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, $latitude, $value, $zenith, $gmt_offset) );
97 … var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, $latitude, $value, $zenith, $gmt_offset) );
H A Ddate_sunrise_variation5.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
15 $time = mktime(8, 8, 8, 8, 8, 2008);
95 … var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $latitude, $longitude, $value, $gmt_offset) );
96 … var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, $latitude, $longitude, $value, $gmt_offset) );
97 …var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, $latitude, $longitude, $value, $gmt_offset) …
H A Ddate_sunrise_variation6.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
14 $time = mktime(8, 8, 8, 8, 8, 2008);
94 var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $latitude, $longitude, $zenith, $value) );
95 var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, $latitude, $longitude, $zenith, $value) );
96 … var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, $latitude, $longitude, $zenith, $value) );
H A Ddate_sunset_variation3.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
6 * Description: Returns time of sunset for a given day and location
15 $time = mktime(8, 8, 8, 8, 8, 2008);
95 var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $value, $longitude, $zenith, $gmt_offset) );
96 var_dump( date_sunset($time, SUNFUNCS_RET_DOUBLE, $value, $longitude, $zenith, $gmt_offset) );
97 … var_dump( date_sunset($time, SUNFUNCS_RET_TIMESTAMP, $value, $longitude, $zenith, $gmt_offset) );
H A Ddate_sunset_variation4.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
6 * Description: Returns time of sunset for a given day and location
15 $time = mktime(8, 8, 8, 8, 8, 2008);
95 var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $latitude, $value, $zenith, $gmt_offset) );
96 var_dump( date_sunset($time, SUNFUNCS_RET_DOUBLE, $latitude, $value, $zenith, $gmt_offset) );
97 … var_dump( date_sunset($time, SUNFUNCS_RET_TIMESTAMP, $latitude, $value, $zenith, $gmt_offset) );
H A Ddate_sunset_variation5.phpt5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
6 * Description: Returns time of sunset for a given day and location
15 $time = mktime(8, 8, 8, 8, 8, 2008);
95 … var_dump( date_sunset($time, SUNFUNCS_RET_STRING, $latitude, $longitude, $value, $gmt_offset) );
96 … var_dump( date_sunset($time, SUNFUNCS_RET_DOUBLE, $latitude, $longitude, $value, $gmt_offset) );
97 …var_dump( date_sunset($time, SUNFUNCS_RET_TIMESTAMP, $latitude, $longitude, $value, $gmt_offset) );
/PHP-5.6/ext/fileinfo/tests/
H A Dcve-2014-3538.phpt23 printf("Failed, time=%.2f\n", $t);
/PHP-5.6/sapi/fpm/tests/
H A D010.phpt6 randomly intermittently failing all the time in CI, with diff:
69 start time: %s
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt30 $filename = $directory."/tmp_dom_savexml".time();
/PHP-5.6/ext/intl/tests/
H A Dmsgfmt_format_datetime.phpt15 {0,date} {0,time}
H A Ddateformat_setTimeZoneID_deprecation.phpt21 …eZoneId(): Use datefmt_set_timezone() instead, which also accepts a plain time zone identifier and…
/PHP-5.6/ext/reflection/tests/
H A D026.phpt22 date/time support => enabled
/PHP-5.6/ext/session/tests/
H A Dbug73100.phpt18 …ession is active. You cannot change the session module's ini settings at this time in %s on line %d
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug60723.phpt2 Bug #60723 (error_log error time has changed to UTC ignoring default timezo)
/PHP-5.6/ext/hash/tests/
H A Djoaat.phpt2 Jenkins's one-at-a-time

Completed in 31 milliseconds

1...<<11121314151617181920>>...28