Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/tests/
H A Didate_variation1.phpt120 Warning: idate(): idate format is one char in %s on line %d
123 Warning: idate(): idate format is one char in %s on line %d
128 Warning: idate(): idate format is one char in %s on line %d
131 Warning: idate(): idate format is one char in %s on line %d
136 Warning: idate(): idate format is one char in %s on line %d
139 Warning: idate(): idate format is one char in %s on line %d
144 Warning: idate(): idate format is one char in %s on line %d
147 Warning: idate(): idate format is one char in %s on line %d
152 Warning: idate(): idate format is one char in %s on line %d
155 Warning: idate(): idate format is one char in %s on line %d
[all …]
H A D005.phpt2 idate() and invalid params
9 var_dump(idate());
10 var_dump(idate(1,1,1));
12 var_dump(idate(1,1));
13 var_dump(idate(""));
14 var_dump(idate(0));
16 var_dump(idate("B", $t));
17 var_dump(idate("[", $t));
18 var_dump(idate("'"));
29 Warning: idate(): Unrecognized date format token. in %s on line %d
[all …]
H A Didate_error.phpt2 Test idate() function : error conditions
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : error conditions ***\n";
13 echo "\n-- Testing idate() function with Zero arguments --\n";
14 var_dump( idate() );
20 var_dump( idate($format, $timestamp, $extra_arg) );
25 *** Testing idate() : error conditions ***
27 -- Testing idate() function with Zero arguments --
29 Warning: idate() expects at least 1 parameter, 0 given in %s on line %d
32 -- Testing idate() function with more than expected no. of arguments --
[all …]
H A Didate_variation3.phpt2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : usage variation ***\n";
17 echo "\n-- Testing idate() function with float 12.3456789000e10 to timestamp --\n";
19 var_dump( idate($format, $timestamp) );
21 echo "\n-- Testing idate() function with float -12.3456789000e10 to timestamp --\n";
23 var_dump( idate($format, $timestamp) );
28 \*\*\* Testing idate\(\) : usage variation \*\*\*
30 -- Testing idate\(\) function with float 12.3456789000e10 to timestamp --
33 -- Testing idate\(\) function with float -12.3456789000e10 to timestamp --
H A Didate_variation6.phpt2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi…
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : usage variation ***\n";
17 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
19 var_dump( idate($format, $timestamp) );
21 echo "\n-- Testing idate() function for 2 digit year having zero as starting number --\n";
23 var_dump( idate($format, $timestamp) );
27 *** Testing idate() : usage variation ***
29 -- Testing idate() function for 2 digit year having no zero as starting number --
32 -- Testing idate() function for 2 digit year having zero as starting number --
H A Didate_basic.phpt2 Test idate() function : basic functionality
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : basic functionality ***\n";
16 // Calling idate() with mandatory arguments
18 var_dump( idate($format) );
22 *** Testing idate() : basic functionality ***
H A Didate_variation2.phpt5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : usage variation ***\n";
91 var_dump( idate($format, $value) );
97 *** Testing idate() : usage variation ***
110 Warning: idate() expects parameter 2 to be long, array given in %s on line %d
115 Warning: idate() expects parameter 2 to be long, array given in %s on line %d
120 Warning: idate() expects parameter 2 to be long, array given in %s on line %d
125 Warning: idate() expects parameter 2 to be long, array given in %s on line %d
148 Warning: idate() expects parameter 2 to be long, string given in %s on line %d
153 Warning: idate() expects parameter 2 to be long, string given in %s on line %d
[all …]
H A Didate_variation5.phpt2 Test idate() function : usage variation - Passing supported Time format characters to format argume…
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : usage variation ***\n";
32 var_dump( idate($value) );
37 *** Testing idate() : usage variation ***
H A Didate_variation4.phpt2 Test idate() function : usage variation - Passing supported Date format characters to format argume…
5 /* Prototype : int idate(string format [, int timestamp])
11 echo "*** Testing idate() : usage variation ***\n";
33 var_dump( idate($value) );
38 *** Testing idate() : usage variation ***
H A Dbug35425.phpt2 Bug #35425 (idate() function ignores timezone settings)
10 var_dump(idate($v, $time));
/PHP-5.4/ext/standard/tests/time/
H A Didate.phpt2 idate() function
8 echo $tmp[$a], ': ', idate($tmp[$a], 1043324459)."\n";
/PHP-5.4/ext/date/
H A Dphp_date.h31 PHP_FUNCTION(idate);
H A Dphp_date.c389 PHP_FE(idate, arginfo_idate)
1326 PHP_FUNCTION(idate) in PHP_FUNCTION() argument
/PHP-5.4/
H A DNEWS7784 - Fixed bug #35425 (idate() function ignores timezone settings). (Ilia)

Completed in 105 milliseconds