Home
last modified time | relevance | path

Searched refs:year (Results 51 – 75 of 132) sorted by relevance

123456

/PHP-5.5/ext/date/tests/
H A D008.phpt31 ["year"]=>
55 ["year"]=>
H A Dcheckdate_variation3.phpt2 Test checkdate() function : usage variation - Passing unexpected values to third argument $year.
5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
11 echo "*** Testing checkdate() : usage variation - unexpected values to third argument \$year***\n";
91 foreach($inputs as $variation =>$year) {
93 var_dump( checkdate($month, $day, $year) );
102 *** Testing checkdate() : usage variation - unexpected values to third argument $year***
H A Dmktime_variation6.phpt2 Test mktime() function : usage variation - Passing unexpected values to sixth argument $year.
5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
11 echo "*** Testing mktime() : usage variation - unexpected values to sixth argument \$year***\n";
103 foreach($inputs as $variation =>$year) {
105 var_dump( mktime($hour, $minute, $second, $month, $day, $year) );
114 *** Testing mktime() : usage variation - unexpected values to sixth argument $year***
H A Dbug35499.phpt16 ["year"]=>
52 ["year"]=>
H A Dgetdate_basic.phpt41 ["year"]=>
65 ["year"]=>
H A Dgmdate_variation3.phpt24 'Day of the year' => 'z'
56 --Day of the year--
H A Dbug48276.phpt2 Bug #48276 (date("Y") prints wrong year on Big Endian machines)
H A Dgetdate_variation7.phpt41 \["year"\]=>
67 \["year"\]=>
H A Dstrftime_variation7.phpt22 'Day of the year as a decimal number' => "%j",
43 --Day of the year as a decimal number--
H A DDateTime_setDate_variation1.phpt2 …DateTime::setDate() function : usage variation - Passing unexpected values to first argument $year.
5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
11 … Testing DateTime::setDate() : usage variation - unexpected values to first argument \$year***\n";
102 foreach($inputs as $variation =>$year) {
104 var_dump( $object->setDate($year, $month, $day) );
113 *** Testing DateTime::setDate() : usage variation - unexpected values to first argument $year***
H A DDateTime_setISODate_variation1.phpt2 …eTime::setISODate() function : usage variation - Passing unexpected values to first argument $year.
5 /* Prototype : public DateTime DateTime::setISODate ( int $year , int $week [, int $day ] )
11 …sting DateTime::setISODate() : usage variation - unexpected values to first argument \$year***\n";
102 foreach($inputs as $variation =>$year) {
104 var_dump( $object->setISODate($year, $month, $day) );
113 *** Testing DateTime::setISODate() : usage variation - unexpected values to first argument $year***
H A Ddate_date_set_variation2.phpt2 …st date_date_set() function : usage variation - Passing unexpected values to second argument $year.
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 second argument \$year*…
102 foreach($inputs as $variation =>$year) {
104 var_dump( date_date_set($object, $year, $month, $day) );
113 *** Testing date_date_set() : usage variation - unexpected values to second argument $year***
H A Ddate_isodate_set_variation2.phpt2 …date_isodate_set() function : usage variation - Passing unexpected values to second argument $year.
5 /* Prototype : DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $da…
11 … Testing date_isodate_set() : usage variation - unexpected values to second argument \$year***\n";
102 foreach($inputs as $variation =>$year) {
104 var_dump( date_isodate_set($object, $year, $month, $day) );
113 *** Testing date_isodate_set() : usage variation - unexpected values to second argument $year***
H A Dbug33452.phpt2 Bug #33452 (Support for year accompanying ISO week nr)
H A Ddate_create-relative.phpt16 // around 10 leap year periods (4000 years) in days
23 // around 1 leap year period in years
H A Dgmstrftime_variation7.phpt21 'Day of the year as a decimal number' => "%j",
42 --Day of the year as a decimal number--
H A Didate_variation4.phpt27 'Day of the year' => 'z',
64 --Day of the year--
H A Dbig_year.phpt2 Handling of large year values
H A Ddate_interval_create_from_date_string_wrongparam_002.phpt6 $i = date_interval_create_from_date_string('1 year', 'wrong');
H A Dbug41709.phpt14 [year] => 0
H A Dbug52430.phpt9 ["year"]=>
H A Dbug63391.phpt2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c104 int32_t year, in internal_get_timestamp() local
118 year = INTL_GET_ELEM(CALENDAR_YEAR) + 1900; /* tm_year is years since 1900 */ in internal_get_timestamp()
139 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()
/PHP-5.5/ext/xsl/tests/53965/
H A Dinclude.xsl4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-5.5/ext/mysqli/tests/
H A D020.phpt24 c4 year,
34 c4 year,

Completed in 57 milliseconds

123456