Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/date/tests/
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 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 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 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 Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dgmmktime_error.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_variation8.phpt6 * Description: Get UNIX timestamp for a GMT date
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A DDateTime_modify_basic1.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
H A Dmktime_basic1.phpt6 * Description: Get Unix timestamp for a date
H A Dmktime_error.phpt6 * Description: Get Unix timestamp for a date
H A Dgmmktime_variation9.phpt6 * Description: Get UNIX timestamp for a GMT 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
H A Dlocaltime_variation2.phpt5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
16 $timestamp = 10;
100 var_dump( localtime($timestamp, $value) );
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m454 echo timestamp > conftestfile
116 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)sta…
121 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
/PHP-5.5/ext/standard/tests/file/
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-5.5/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/PHP-5.5/ext/date/
H A Dphp_date.c63 ZEND_ARG_INFO(0, timestamp)
68 ZEND_ARG_INFO(0, timestamp)
73 ZEND_ARG_INFO(0, timestamp)
109 ZEND_ARG_INFO(0, timestamp)
114 ZEND_ARG_INFO(0, timestamp)
121 ZEND_ARG_INFO(0, timestamp)
126 ZEND_ARG_INFO(0, timestamp)
3571 long timestamp; in PHP_FUNCTION() local
3588 long timestamp; in PHP_METHOD() local
3608 long timestamp; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_gzip.phpt48 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";

Completed in 36 milliseconds

123456789