Searched refs:idate (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | 005.phpt | 2 idate() and invalid params 9 var_dump(idate(1,1)); 10 var_dump(idate("")); 11 var_dump(idate(0)); 12 var_dump(idate("B", $t)); 13 var_dump(idate("[", $t)); 14 var_dump(idate("'")); 19 Warning: idate(): Unrecognized date format token in %s on line %d 22 Warning: idate(): idate format is one char in %s on line %d 25 Warning: idate(): Unrecognized date format token in %s on line %d [all …]
|
H A D | idate_variation6.phpt | 2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi… 5 echo "*** Testing idate() : usage variation ***\n"; 11 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n"; 13 var_dump( idate($format, $timestamp) ); 15 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n"; 17 var_dump( idate($format, $timestamp) ); 20 *** Testing idate() : usage variation *** 22 -- Testing idate() function for 2 digit year having no zero as starting number -- 25 -- Testing idate() function for 2 digit year having zero as starting number --
|
H A D | idate_basic.phpt | 2 Test idate() function : basic functionality 5 echo "*** Testing idate() : basic functionality ***\n"; 10 // Calling idate() with mandatory arguments 12 var_dump( idate($format) ); 15 *** Testing idate() : basic functionality ***
|
H A D | idate_variation5.phpt | 2 Test idate() function : usage variation - Passing supported Time format characters to format argume… 5 echo "*** Testing idate() : usage variation ***\n"; 26 var_dump( idate($value) ); 30 *** Testing idate() : usage variation ***
|
H A D | idate_variation4.phpt | 2 Test idate() function : usage variation - Passing supported Date format characters to format argume… 5 echo "*** Testing idate() : usage variation ***\n"; 27 var_dump( idate($value) ); 31 *** Testing idate() : usage variation ***
|
H A D | bug35425.phpt | 2 Bug #35425 (idate() function ignores timezone settings) 10 var_dump(idate($v, $time));
|
/PHP-8.0/ext/standard/tests/time/ |
H A D | idate.phpt | 2 idate() function 8 echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."\n";
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 9 function idate(string $format, ?int $timestamp = null): int|false {} function
|
H A D | php_date_arginfo.h | 431 ZEND_FUNCTION(idate); 514 ZEND_FE(idate, arginfo_idate)
|
H A D | php_date.c | 947 PHP_FUNCTION(idate) in PHP_FUNCTION() argument
|
Completed in 35 milliseconds