Home
last modified time | relevance | path

Searched refs:day (Results 126 – 150 of 171) sorted by relevance

1234567

/PHP-5.5/ext/date/tests/
H A Dstrftime_variation7.phpt2 Test strftime() function : usage variation - Passing day related format strings to format argument.
H A DDateTime_setDate_variation1.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
99 $day = 2;
104 var_dump( $object->setDate($year, $month, $day) );
H A DDateTime_setDate_variation2.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
99 $day = 2;
104 var_dump( $object->setDate($year, $month, $day) );
H A Ddate_date_set_variation2.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
99 $day = 2;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Ddate_date_set_variation3.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
99 $day = 2;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Dmktime_variation7.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
103 $day = 2;
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_sunrise_variation7.phpt6 * Description: Returns time of sunrise for a given day and location
H A Dstrtotime-relative.phpt11 // offset around a day
H A Dgmstrftime_variation7.phpt2 Test gmstrftime() function : usage variation - Passing day related format strings to format argumen…
H A Ddate_date_set_variation1.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
98 $day = 2;
104 var_dump( date_date_set($object, $year, $month, $day) );
H A Ddate_sunrise_variation9.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunset_variation9.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_parse_error.phpt48 ["day"]=>
H A Ddate_sunset_error.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation7.phpt6 * Description: Returns time of sunrise for a given day and location
H A Dmktime_variation1.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
101 $day = 2;
H A Ddate_modify_error.phpt26 $modify = "+1 day";
H A Ddate_sunrise_variation2.phpt6 * Description: Returns time of sunrise for a given day and location
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c220 int grapheme_ascii_check(const unsigned char *day, int32_t len) in grapheme_ascii_check() argument
224 if ( *day++ > 0x7f ) in grapheme_ascii_check()
/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt61 // the first day on. And that's: no connection.
77 // the first day on. And that's: no connection.
H A Dmysqli_stmt_num_rows.phpt92 day, after Klingons visited earh, becomes the official one. Meanwhile do
/PHP-5.5/ext/shmop/
H A DREADME10 we had in mind. After spending a day trying to reverse engineer and figure
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c354 static timelib_sll do_days(timelib_ull day) in do_days() argument
356 return ((day - 1) * SECS_PER_DAY); in do_days()

Completed in 31 milliseconds

1234567