Searched refs:timestamp (Results 126 – 150 of 197) sorted by relevance
12345678
/PHP-5.3/ext/date/tests/ |
H A D | gmstrftime_variation2.phpt | 2 …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 D | bug41964.phpt | 2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
|
H A D | bug43003.phpt | 2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
|
H A D | gmmktime_error.phpt | 6 * Description: Get UNIX timestamp for a GMT date
|
H A D | date_modify_basic1.phpt | 6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
|
H A D | gmmktime_variation8.phpt | 6 * Description: Get UNIX timestamp for a GMT date
|
H A D | gmmktime_variation9.phpt | 6 * Description: Get UNIX timestamp for a GMT date
|
H A D | mktime_basic1.phpt | 6 * Description: Get Unix timestamp for a date
|
H A D | mktime_error.phpt | 6 * Description: Get Unix timestamp for a date
|
H A D | DateTime_modify_basic1.phpt | 6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
|
H A D | DateTime_modify_error.phpt | 6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
|
H A D | getdate_variation1.phpt | 2 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 D | localtime_variation2.phpt | 5 /* Prototype : array localtime([int timestamp [, bool associative_array]]) 16 $timestamp = 10; 100 var_dump( localtime($timestamp, $value) );
|
H A D | gmmktime_variation7.phpt | 6 * Description: Get UNIX timestamp for a GMT date
|
H A D | bug27719.phpt | 2 Bug #27719 (mktime returns incorrect timestamp for dst days)
|
H A D | idate_variation1.phpt | 5 /* Prototype : int idate(string format [, int timestamp]) 15 $timestamp = mktime(8, 8, 8, 8, 8, 2008); 94 var_dump( idate($value, $timestamp) );
|
H A D | localtime_variation1.phpt | 2 …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 D | date_modify_error.phpt | 6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | aclocal.m4 | 54 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 D | 005_variation2.phpt | 16 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 D | 005_variation2-win32.phpt | 16 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 D | 005_error.phpt | 8 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 D | bug55323.phpt | 8 $timestamp = "2011-07-30T03:25:00-05:00";
|
/PHP-5.3/ext/phar/tests/ |
H A D | phar_gzip.phpt | 49 echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";
|
/PHP-5.3/ext/date/ |
H A D | php_date.c | 59 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 50 milliseconds
12345678