Home
last modified time | relevance | path

Searched refs:date (Results 526 – 550 of 624) sorted by relevance

1...<<2122232425

/php-src/ext/intl/tests/
H A Ddateformat_calendars_variant_icu72-1.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_toDateTime_error.phpt8 ini_set('date.timezone', 'Europe/Lisbon');
H A Ddateformat_get_set_timezone_variant3.phpt12 ini_set("date.timezone", 'Atlantic/Azores');
H A Ddateformat_get_set_timezone_variant2.phpt11 ini_set("date.timezone", 'Atlantic/Azores');
H A Ddateformat_get_set_timezone_variant5.phpt11 ini_set("date.timezone", 'Atlantic/Azores');
H A Dcalendar_isEquivalentTo_error.phpt4 date.timezone=Atlantic/Azores
H A Ddateformat_get_set_timezone_variant4.phpt12 ini_set("date.timezone", 'Atlantic/Azores');
H A Dcalendar_set_error.phpt4 date.timezone=Atlantic/Azores
H A Ddateformat_timezone_arg_variations.phpt10 ini_set("date.timezone", 'Atlantic/Azores');
/php-src/ext/date/tests/
H A DDatePeriod_properties2.phpt4 date.timezone=UTC
H A Dstrtotime-relative.phpt47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
H A Dgmstrftime_variation5.phpt2 Test gmstrftime() function : usage variation - Passing date related format strings to format argume…
H A Dstrftime_variation5.phpt2 Test strftime() function : usage variation - Passing date related format strings to format argument.
H A DDateInterval_serialize-003.phpt84 ["date"]=>
/php-src/ext/mysqli/tests/bind_insert/
H A Dvaried_data_types.phpt22 col7 date, col8 time,
H A Ddatetime_types.phpt23 c1 date,
/php-src/ext/mysqli/tests/bind_fetch/
H A Dvaried_data_types.phpt22 col7 date, col8 time,
/php-src/
H A D.gitattributes30 /ext/date/tests/ossfuzz*.txt binary
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp819 double date; in PHP_FUNCTION() local
824 "O|d!", &object, Calendar_ce_ptr, &date, &date_is_null) == FAILURE) { in PHP_FUNCTION()
833 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
1100 double date = co->ucal->getTime(CALENDAR_ERROR_CODE(co)) / 1000.; in PHP_FUNCTION() local
1108 if (UNEXPECTED(date > (double)U_INT64_MAX || date < (double)U_INT64_MIN)) { in PHP_FUNCTION()
1116 ts = (int64_t)date; in PHP_FUNCTION()
/php-src/ext/zip/tests/
H A Doo_setmtime.phpt11 date.timezone=UTC
/php-src/ext/spl/tests/
H A Drecursivecomparedualiterator.inc7 * @date 2003 - 2006
H A Drecursivedualiterator.inc7 * @date 2003 - 2006
/php-src/win32/build/
H A DMakefile93 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZ…
96 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.…
99 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c sapi/phpdbg/phpdbg_le…
214 …$(PHP_SDK_PHP_CMD) -d date.timezone=UTC -n -dphar.readonly=0 win32/build/mkdist.php "$(PHP_VERSION…
/php-src/tests/lang/
H A D023.phpt4 date.timezone=UTC
21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
22 echo "Her hashed wedding date is $wedding_date.\n";
/php-src/ext/mysqli/tests/
H A D048.phpt22 col7 date, col8 time,

Completed in 33 milliseconds

1...<<2122232425