/PHP-5.5/ext/date/tests/ |
H A D | 008.phpt | 31 ["year"]=> 55 ["year"]=>
|
H A D | checkdate_variation3.phpt | 2 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 D | mktime_variation6.phpt | 2 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 D | bug35499.phpt | 16 ["year"]=> 52 ["year"]=>
|
H A D | getdate_basic.phpt | 41 ["year"]=> 65 ["year"]=>
|
H A D | gmdate_variation3.phpt | 24 'Day of the year' => 'z' 56 --Day of the year--
|
H A D | bug48276.phpt | 2 Bug #48276 (date("Y") prints wrong year on Big Endian machines)
|
H A D | getdate_variation7.phpt | 41 \["year"\]=> 67 \["year"\]=>
|
H A D | strftime_variation7.phpt | 22 'Day of the year as a decimal number' => "%j", 43 --Day of the year as a decimal number--
|
H A D | DateTime_setDate_variation1.phpt | 2 …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 D | DateTime_setISODate_variation1.phpt | 2 …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 D | date_date_set_variation2.phpt | 2 …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 D | date_isodate_set_variation2.phpt | 2 …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 D | bug33452.phpt | 2 Bug #33452 (Support for year accompanying ISO week nr)
|
H A D | date_create-relative.phpt | 16 // around 10 leap year periods (4000 years) in days 23 // around 1 leap year period in years
|
H A D | gmstrftime_variation7.phpt | 21 'Day of the year as a decimal number' => "%j", 42 --Day of the year as a decimal number--
|
H A D | idate_variation4.phpt | 27 'Day of the year' => 'z', 64 --Day of the year--
|
H A D | big_year.phpt | 2 Handling of large year values
|
H A D | date_interval_create_from_date_string_wrongparam_002.phpt | 6 $i = date_interval_create_from_date_string('1 year', 'wrong');
|
H A D | bug41709.phpt | 14 [year] => 0
|
H A D | bug52430.phpt | 9 ["year"]=>
|
H A D | bug63391.phpt | 2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_format.c | 104 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 D | include.xsl | 4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | 020.phpt | 24 c4 year, 34 c4 year,
|