Home
last modified time | relevance | path

Searched refs:getdate (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/date/tests/
H A Dgetdate_basic.phpt2 Test getdate() function : basic functionality
5 echo "*** Testing getdate() : basic functionality ***\n";
13 // Calling getdate() with all possible arguments
14 var_dump( getdate($timestamp) );
16 // Calling getdate() with mandatory arguments
17 var_dump( getdate() );
21 *** Testing getdate() : basic functionality ***
H A D008.phpt2 getdate() tests
9 var_dump(getdate($t));
10 var_dump(getdate());
H A Dgetdate_variation2.phpt2 Test getdate() function : usage variation - Passing octal timestamp values
5 echo "*** Testing getdate() : usage variation ***\n";
23 var_dump( getdate($value) );
28 *** Testing getdate() : usage variation ***
H A Dgetdate_variation3.phpt2 Test getdate() function : usage variation - Passing hexadcimal timestamp values
5 echo "*** Testing getdate() : usage variation ***\n";
23 var_dump( getdate($value) );
28 *** Testing getdate() : usage variation ***
H A Dgetdate_variation4.phpt2 Test getdate() function : usage variation - Verifyig by supplying year-wise sample time stamps sinc…
5 echo "*** Testing getdate() : usage variation ***\n";
24 var_dump( getdate($value) );
29 *** Testing getdate() : usage variation ***
H A Dgetdate_variation5.phpt2 Test getdate() function : usage variation - Verifyig with different timezones on Unix epoch timesta…
5 echo "*** Testing getdate() : usage variation ***\n";
29 var_dump( getdate(0) );
33 *** Testing getdate() : usage variation ***
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc72 $mtime = ($time !== null ? getdate($time) : getdate());
/php-src/ext/date/
H A Dphp_date.stub.php145 function getdate(?int $timestamp = null): array {} function
H A Dphp_date_arginfo.h530 ZEND_FUNCTION(getdate);
631 ZEND_FE(getdate, arginfo_getdate)
H A Dphp_date.c1436 PHP_FUNCTION(getdate) in PHP_FUNCTION() argument

Completed in 33 milliseconds