Home
last modified time | relevance | path

Searched refs:month (Results 76 – 100 of 109) sorted by path

12345

/PHP-5.5/ext/date/tests/
H A Dgmdate_variation6.phpt17 echo "\n-- Testing gmdate() function with full textual representation of month format --\n";
21 echo "\n-- Testing gmdate() function with numeric representation of month format --\n";
25 echo "\n-- Testing gmdate() function with short textual representation of month format --\n";
29 echo "\n-- Testing gmdate() function with numeric representation of month without leading zeros for…
33 echo "\n-- Testing gmdate() function with number of days in a month format --\n";
42 -- Testing gmdate() function with full textual representation of month format --
46 -- Testing gmdate() function with numeric representation of month format --
50 -- Testing gmdate() function with short textual representation of month format --
54 -- Testing gmdate() function with numeric representation of month without leading zeros format --
58 -- Testing gmdate() function with number of days in a month format --
H A Dgmmktime_variation4.phpt2 Test gmmktime() function : usage variation - Passing unexpected values to fourth argument month.
H A Dgmstrftime_variation11.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which are not support…
24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation12.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which are supported o…
24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation17.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation18.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation4.phpt2 Test gmstrftime() function : usage variation - Passing month related format strings to format argum…
18 'Abbreviated month name' => "%b",
19 'Full month name' => "%B",
36 --Abbreviated month name--
40 --Full month name--
H A Dgmstrftime_variation7.phpt20 'Day of the month as a decimal number' => "%d",
38 --Day of the month as a decimal number--
H A Didate_variation4.phpt19 'Day of the month' => 'd',
22 'Days in the month' => 't',
40 --Day of the month--
49 --Days in the month--
H A Dmktime_basic1.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
20 $month = 7;
28 var_dump( mktime($hour, $minute, $sec, $month) );
29 var_dump( mktime($hour, $minute, $sec, $month, $day) );
30 var_dump( mktime($hour, $minute, $sec, $month, $day, $year) );
31 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst) );
H A Dmktime_error.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
24 $month = 7;
29 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst, $extra_arg) );
H A Dmktime_variation1.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
100 $month = 7;
H A Dmktime_variation2.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
H A Dmktime_variation3.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
H A Dmktime_variation4.phpt2 Test mktime() function : usage variation - Passing unexpected values to forth argument $month.
5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
11 echo "*** Testing mktime() : usage variation - unexpected values to forth argument \$month***\n";
101 foreach($inputs as $variation =>$month) {
103 var_dump( mktime($hour, $minute, $second, $month) );
112 *** Testing mktime() : usage variation - unexpected values to forth argument $month***
H A Dmktime_variation5.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
100 $month = 7;
104 var_dump( mktime($hour, $minute, $second, $month, $day) );
H A Dmktime_variation6.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
100 $month = 7;
105 var_dump( mktime($hour, $minute, $second, $month, $day, $year) );
H A Dmktime_variation7.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
102 $month = 7;
108 var_dump( mktime($hour, $minute, $second, $month, $day, $year, $is_dst) );
H A Dstrftime_variation11.phpt2 Test strftime() function : usage variation - Checking month related formats which are not supported…
24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
34 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation12.phpt2 Test strftime() function : usage variation - Checking month related formats which are supported oth…
24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
34 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation17.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation18.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation4.phpt2 Test strftime() function : usage variation - Passing month related format strings to format argumen…
19 'Abbreviated month name' => "%b",
20 'Full month name' => "%B",
37 --Abbreviated month name--
41 --Full month name--
H A Dstrftime_variation7.phpt21 'Day of the month as a decimal number' => "%d",
39 --Day of the month as a decimal number--
H A Dstrtotime_basic2.phpt10 var_dump(strtotime('mayy 2 2009')); // misspelled month name

Completed in 26 milliseconds

12345