Home
last modified time | relevance | path

Searched refs:year (Results 101 – 125 of 132) sorted by relevance

123456

/PHP-5.5/ext/date/tests/
H A DDateTime_setDate_variation3.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
100 $year = 1963;
104 var_dump( $object->setDate($year, $month, $day) );
H A DDateTime_setISODate_variation2.phpt5 /* Prototype : public DateTime DateTime::setISODate ( int $year , int $week [, int $day ] )
100 $year = 1963;
104 var_dump( $object->setISODate($year, $month, $day) );
H A DDateTime_setISODate_variation3.phpt5 /* Prototype : public DateTime DateTime::setISODate ( int $year , int $week [, int $day ] )
99 $year = 1963;
104 var_dump( $object->setISODate($year, $month, $day) );
H A Ddate_date_set_variation3.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
100 $year = 1963;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Ddate_date_set_variation4.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
100 $year = 1963;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation3.phpt5 /* Prototype : DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $da…
100 $year = 1963;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation4.phpt5 /* Prototype : DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $da…
99 $year = 1963;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Dmktime_variation7.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
104 $year = 1963;
108 var_dump( mktime($hour, $minute, $second, $month, $day, $year, $is_dst) );
H A Dcheckdate_error.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
H A Ddate_date_set_variation1.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
100 $year = 1963;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation1.phpt5 /* Prototype : DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $da…
100 $year = 1963;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Dgmmktime_variation7.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
H A Ddate_parse_error.phpt44 ["year"]=>
H A Dmktime_variation1.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
102 $year = 1963;
H A Dmktime_variation2.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
H A Dmktime_variation3.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
H A Dmktime_variation4.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
H A Dmktime_variation5.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c44 unsigned int year, month, day, hour, minute, second; member
232 t.year = t.month= 0; in ps_fetch_time()
272 t.year = (unsigned int) sint2korr(to); in ps_fetch_date()
282 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
307 t.year = (unsigned int) sint2korr(to); in ps_fetch_datetime()
326 …length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t… in ps_fetch_datetime()
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation7.phpt23 fwrite( $file_handle, str_repeat(b"Hello World, this is 2007 year ....\n", 100) );
H A Dcopy_variation16-win32.phpt30 fwrite($file_handle, str_repeat(b"Hello world, this is 2007 year ...\n", 100));
H A Dcopy_variation16.phpt30 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
/PHP-5.5/ext/date/lib/
H A Dparse_date.re207 { "year", TIMELIB_YEAR, 1 },
838 year = [0-9]{1,4};
879 american = month "/" day "/" year;
885 gnudateshort = year "-" month "-" day;
888 datefull = day ([ \t.-])* monthtext ([ \t.-])* year;
891 datetextual = monthtext ([ .\t-])* day [,.stndrh\t ]+ year;
902 pgtextshort = monthabbr "-" daylz "-" year;
903 pgtextreverse = year "-" monthabbr "-" daylz;
1924 case 'y': /* two digit year */
1929 add_pbf_error(s, "A two digit year could not be found", string, begin);
[all …]
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp387 ZEND_ARG_INFO(0, year)
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt66 'YEAR' => array(@date('Y'), 'year'),

Completed in 52 milliseconds

123456