Home
last modified time | relevance | path

Searched refs:month (Results 51 – 75 of 109) sorted by relevance

12345

/PHP-5.5/ext/date/tests/
H A Dgetdate_variation7.phpt47 \["month"\]=>
73 \["month"\]=>
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 DDateTime_setDate_variation2.phpt2 …teTime::setDate() function : usage variation - Passing unexpected values to second argument $month.
5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
11 …esting DateTime::setDate() : usage variation - unexpected values to second argument \$month***\n";
102 foreach($inputs as $variation =>$month) {
104 var_dump( $object->setDate($year, $month, $day) );
113 *** Testing DateTime::setDate() : usage variation - unexpected values to second argument $month***
H A Ddate_date_set_variation3.phpt2 …st date_date_set() function : usage variation - Passing unexpected values to third argument $month.
5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
11 echo "*** Testing date_date_set() : usage variation - unexpected values to third argument \$month*…
102 foreach($inputs as $variation =>$month) {
104 var_dump( date_date_set($object, $year, $month, $day) );
113 *** Testing date_date_set() : usage variation - unexpected values to third argument $month***
H A Dstrtotime_basic2.phpt10 var_dump(strtotime('mayy 2 2009')); // misspelled 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 Dbug41709.phpt15 [month] => 0
H A Dbug35456.phpt10 echo date(DATE_ISO8601, strtotime("+ 1 month", $t)) . "\n";
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
H A Dbug52430.phpt11 ["month"]=>
H A Dbug51994.phpt13 ["month"]=>
H A Dbug67251.phpt12 ["month"]=>
H A Dbug67253.phpt13 ["month"]=>
H A Dbug41523-64bit.phpt19 ["month"]=>
H A Dbug41523.phpt19 ["month"]=>
H A Ddate_date_set_basic1.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
H A DDateTime_setDate_basic1.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
H A Dcheckdate_variation2.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
88 $month = 7;
93 var_dump( checkdate($month, $day, $year) );
H A Dcheckdate_variation3.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
89 $month = 7;
93 var_dump( checkdate($month, $day, $year) );
/PHP-5.5/ext/pspell/
H A Dconfig.w324 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no");
/PHP-5.5/ext/calendar/tests/
H A Dbug53574_1.phpt19 ["month"]=>
H A Dbug53574_2.phpt19 ["month"]=>
H A Dbug55797_1.phpt19 ["month"]=>
H A Dbug55797_2.phpt19 ["month"]=>
/PHP-5.5/ext/oci8/tests/
H A Dbug42173.phpt35 interval'1-2' year to month,
36 interval'10-4' year to month,

Completed in 44 milliseconds

12345