Home
last modified time | relevance | path

Searched refs:idate (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/date/tests/
H A D005.phpt2 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 Didate_variation6.phpt2 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 Didate_basic.phpt2 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 Didate_variation5.phpt2 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 Didate_variation4.phpt2 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 Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
10 var_dump(idate($v, $time));
/php-src/ext/standard/tests/time/
H A Didate_iso.phpt2 idate() function: ISO Day-of-Week and ISO Year
8 echo $tmp[$a], ': ', idate($tmp[$a], 1041808859), "\n";
12 echo $tmp[$a], ': ', idate($tmp[$a], 1072912859), "\n";
H A Didate.phpt2 idate() function
8 echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."\n";
/php-src/ext/date/
H A Dphp_date.stub.php106 function idate(string $format, ?int $timestamp = null): int|false {} function
H A Dphp_date_arginfo.h521 ZEND_FUNCTION(idate);
622 ZEND_FE(idate, arginfo_idate)
H A Dphp_date.c1011 PHP_FUNCTION(idate) in PHP_FUNCTION() argument

Completed in 41 milliseconds