Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/date/tests/
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_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 …
H A Dmktime_variation2.phpt5 …ond= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= date("Y") [, int …
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 unsigned int year, month, day, hour, minute, second; member
289 t.year = t.month= 0; in ps_fetch_time()
339 t.year = (unsigned int) sint2korr(to); in ps_fetch_date()
349 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
384 t.year = (unsigned int) sint2korr(to); in ps_fetch_datetime()
403 …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.4/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.4/ext/date/lib/
H A Dparse_date.re209 { "year", TIMELIB_YEAR, 1 },
899 year = [0-9]{1,4};
940 american = month "/" day "/" year;
946 gnudateshort = year "-" month "-" day;
949 datefull = day ([ \t.-])* monthtext ([ \t.-])* year;
952 datetextual = monthtext ([ .\t-])* day [,.stndrh\t ]+ year;
963 pgtextshort = monthabbr "-" daylz "-" year;
964 pgtextreverse = year "-" monthabbr "-" daylz;
1984 case 'y': /* two digit year */
1989 add_pbf_error(s, "A two digit year could not be found", string, begin);
[all …]
/PHP-5.4/ext/mysql/tests/
H A Dmysql_fetch_field.phpt66 'YEAR' => array(@date('Y'), 'year'),
/PHP-5.4/ext/date/
H A Dphp_date.c87 ZEND_ARG_INFO(0, year)
96 ZEND_ARG_INFO(0, year)
102 ZEND_ARG_INFO(0, year)
266 ZEND_ARG_INFO(0, year)
272 ZEND_ARG_INFO(0, year)
279 ZEND_ARG_INFO(0, year)
285 ZEND_ARG_INFO(0, year)
2707 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(year, y); in php_date_do_return_parsed_time()
/PHP-5.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc77 dechex(($mtime['year']-1980<<25)|
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c1040 …spprintf(&res_buf, 0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day,…
1120 …spprintf(&res_buf, 0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day,…
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY267 2006/02/17: [dist] change COPYING year 2005 -> 2006.

Completed in 77 milliseconds

123456