Searched refs:date (Results 451 – 475 of 798) sorted by relevance
1...<<11121314151617181920>>...32
/PHP-7.3/ext/date/tests/ |
H A D | bug45543.phpt | 4 date.timezone=UTC
|
H A D | bug62500.phpt | 4 date.timezone=GMT
|
H A D | gmdate_variation6.phpt | 6 * Description: Format a GMT date/time 7 * Source code: ext/date/php_date.c
|
H A D | bug32555.phpt | 8 date.timezone=US/Eastern
|
H A D | bug52668.phpt | 4 date.timezone=UTC
|
H A D | bug67253.phpt | 4 date.timezone=Europe/Berlin
|
H A D | bug68942_2.phpt | 5 $data = unserialize('a:2:{i:0;O:8:"DateTime":3:{s:4:"date";s:26:"2000-01-01 00:00:00.000000";s:13:"…
|
H A D | bug66721.phpt | 7 $y = 'O:8:"DateTime":3:{s:4:"date";s:19:"2014-02-15 02:00:51";s:13:"timezone_type";i:3;s:8:"timezon…
|
H A D | bug65548.phpt | 6 date.timezone = UTC
|
H A D | DatePeriod_properties1.phpt | 4 date.timezone=UTC
|
H A D | bug34771.phpt | 16 printf("%-10s => %s\n", $test, date(DATE_ISO8601, $t));
|
H A D | date_offset_get_basic1.phpt | 7 * Source code: ext/date/php_date.c
|
H A D | timezone_open_basic1.phpt | 7 * Source code: ext/date/php_date.c
|
H A D | DateTime_getOffset_basic1.phpt | 7 * Source code: ext/date/php_date.c
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | bug60723.phpt | 4 date.timezone=ASIA/Chongqing
|
/PHP-7.3/ext/intl/tests/ |
H A D | calendar_getDayOfWeekType_basic2.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_getXMaximum_basic.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_getXMinimum_basic.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_clear_variation1.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_getDayOfWeekType_basic.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_set_variation1.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_roll_basic.phpt | 4 date.timezone=Atlantic/Azores
|
H A D | calendar_roll_variation1.phpt | 4 date.timezone=Atlantic/Azores
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result.phpt | 223 // don't care about date() strict TZ warnings... 224 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840); 225 func_mysqli_stmt_bind_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860); 228 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900); 229 func_mysqli_stmt_bind_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920); 232 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960); 234 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME", @date('H:i:s'), 980); 235 func_mysqli_stmt_bind_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000); 238 $tmp = intval(@date('Y'));
|
/PHP-7.3/ext/standard/tests/ini_info/ |
H A D | php_ini_scanned_files.phpt | 18 passthru($php.' -r "var_dump(ini_get(\'date.timezone\'));"');
|
Completed in 31 milliseconds
1...<<11121314151617181920>>...32