Home
last modified time | relevance | path

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

12345678

/PHP-5.3/ext/date/tests/
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 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 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 Dgmmktime_variation9.phpt6 * Description: Get UNIX timestamp for a GMT date
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 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 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) );
H A Dgmmktime_variation7.phpt6 * Description: Get UNIX timestamp for a GMT date
H A Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
H A Didate_variation1.phpt5 /* Prototype : int idate(string format [, int timestamp])
15 $timestamp = mktime(8, 8, 8, 8, 8, 2008);
94 var_dump( idate($value, $timestamp) );
H A Dlocaltime_variation1.phpt2 …t localtime() function : usage variation - Passing unexpected values to first argument 'timestamp'.
5 /* Prototype : array localtime([int timestamp [, bool associative_array]])
88 // loop through each element of the array for timestamp
H A Ddate_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
/PHP-5.3/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.3/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.
H A D005_error.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.
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug55323.phpt8 $timestamp = "2011-07-30T03:25:00-05:00";
/PHP-5.3/ext/phar/tests/
H A Dphar_gzip.phpt49 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";
/PHP-5.3/ext/date/
H A Dphp_date.c59 ZEND_ARG_INFO(0, timestamp)
64 ZEND_ARG_INFO(0, timestamp)
69 ZEND_ARG_INFO(0, timestamp)
103 ZEND_ARG_INFO(0, timestamp)
108 ZEND_ARG_INFO(0, timestamp)
115 ZEND_ARG_INFO(0, timestamp)
120 ZEND_ARG_INFO(0, timestamp)
1615 timestamp = (long) time(NULL); in php_strftime()
3164 long timestamp; in PHP_FUNCTION() local
3185 long timestamp; in PHP_FUNCTION() local
[all …]

Completed in 46 milliseconds

12345678