Home
last modified time | relevance | path

Searched refs:timestamp (Results 126 – 150 of 210) sorted by relevance

123456789

/PHP-7.3/ext/standard/tests/file/
H A D005_basic.phpt8 in case of an error. The time is returned as a Unix timestamp.
16 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation2.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 in case of an error. The time is returned as a Unix timestamp.
H A D005_variation2-win32.phpt16 in case of an error. The time is returned as a Unix timestamp.
24 in case of an error. The time is returned as a Unix timestamp.
/PHP-7.3/ext/date/tests/
H A Dgmdate_variation2.phpt2 Test gmdate() function : usage variation - Passing unexpected values to timestamp argument.
5 /* Prototype : string gmdate(string format [, long timestamp])
94 // loop through each element of the array for timestamp
H A Dgmstrftime_variation1.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
93 var_dump( gmstrftime($value, $timestamp) );
H A Didate_variation2.phpt2 …e() function : usage variation - Passing unexpected values to second optional argument 'timestamp'.
5 /* Prototype : int idate(string format [, int timestamp])
87 // loop through each element of the array for timestamp
H A Dstrftime_variation1.phpt5 /* Prototype : string strftime(string format [, int timestamp])
16 $timestamp = 10;
95 var_dump( strftime($value, $timestamp) );
H A Dstrftime_variation2.phpt2 …t strftime() function : usage variation - Passing unexpected values to second argument 'timestamp'.
5 /* Prototype : string strftime(string format [, int timestamp])
87 // loop through each element of the array for timestamp
H A Dbug52290.phpt2 Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp)
H A Dgmmktime_basic.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dgmmktime_error.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A Dgmstrftime_variation2.phpt2 …gmstrftime() function : usage variation - Passing unexpected values to second argument 'timestamp'.
11 /* Prototype : string gmstrftime(string format [, int timestamp])
96 // loop through each element of the array for timestamp
H A Dmktime_basic1.phpt6 * Description: Get Unix timestamp for a date
H A Dgmmktime_variation8.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Ddate_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dgmmktime_variation9.phpt6 * Description: Get UNIX timestamp for a GMT date
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dmktime_error.phpt6 * Description: Get Unix timestamp for a date
H A Dgetdate_variation1.phpt2 Test getdate() function : usage variation - Passing unexpected values to first argument timestamp.
5 /* Prototype : array getdate([int timestamp])
86 // loop through each element of the array for timestamp
/PHP-7.3/ext/pgsql/tests/
H A Dbug71062.phpt2 Bug #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/PHP-7.3/ext/phar/tests/
H A Dphar_gzip.phpt45 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";

Completed in 26 milliseconds

123456789