Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 624) sorted by last modified time

12345678910>>...25

/php-src/
H A Drun-tests.php334 $output_file = INIT_DIR . '/php_test_results_' . date('Ymd_Hi') . '.txt';
H A D.gitattributes30 /ext/date/tests/ossfuzz*.txt binary
H A DUPGRADING.INTERNALS206 e. ext/date
H A Dphp.ini-development976 ; Defines the default timezone used by the date functions
977 ; https://php.net/date.timezone
978 ;date.timezone =
980 ; https://php.net/date.default-latitude
981 ;date.default_latitude = 31.7667
983 ; https://php.net/date.default-longitude
984 ;date.default_longitude = 35.2333
986 ; https://php.net/date.sunrise-zenith
987 ;date.sunrise_zenith = 90.833333
989 ; https://php.net/date.sunset-zenith
[all …]
H A Dphp.ini-production978 ; Defines the default timezone used by the date functions
979 ; https://php.net/date.timezone
980 ;date.timezone =
982 ; https://php.net/date.default-latitude
983 ;date.default_latitude = 31.7667
985 ; https://php.net/date.default-longitude
986 ;date.default_longitude = 35.2333
988 ; https://php.net/date.sunrise-zenith
989 ;date.sunrise_zenith = 90.833333
991 ; https://php.net/date.sunset-zenith
[all …]
/php-src/.github/workflows/
H A Dpush.yml148 - name: Verify generated files are up to date
191 - name: Verify generated files are up to date
H A Dnightly.yml140 - name: Verify generated files are up to date
283 - name: Verify generated files are up to date
615 - name: Verify generated files are up to date
713 - name: Verify generated files are up to date
764 - name: Verify generated files are up to date
/php-src/docs/
H A Drelease-process.md429 possible release date of either the next RC or the final release. Also
674 * Set `date` to the release date in `j M Y` format (e.g. '5 Jan 2021')
810 * `date` to the release date in `j M Y` format (e.g. '9 Jan 2021')
841 after the date of the feature freeze. For any RFCs to be included in the new
843 the feature freeze date. However, this does not mean the new feature must have a
844 complete implementation by this date.
931 file. The `Expires` field should be set to the expected date of the next X.Y.0
938 up-to-date reporting policies.
/php-src/sapi/cli/tests/
H A D006.phpt14 date.timezone=UTC
/php-src/.github/actions/verify-generated-files/
H A Daction.yml1 name: Verify generated files are up to date
/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()
H A Dgregoriancalendar_methods.cpp309 double date; in PHP_FUNCTION() local
313 "Od", &object, GregorianCalendar_ce_ptr, &date) == FAILURE) { in PHP_FUNCTION()
319 fetch_greg(co)->setGregorianChange(date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/php-src/.github/
H A DCODEOWNERS15 /ext/date @derickr
/php-src/scripts/dev/
H A Dmakedist102 prefix="php-master-"$(date +"%Y-%m-%d-%H-%M")
/php-src/ext/date/
H A Dphp_date.c242 ZEND_DECLARE_MODULE_GLOBALS(date)
243 static PHP_GINIT_FUNCTION(date);
393 static PHP_GINIT_FUNCTION(date) in PHP_GINIT_FUNCTION() argument
410 PHP_RINIT_FUNCTION(date) in PHP_RINIT_FUNCTION() argument
424 PHP_RSHUTDOWN_FUNCTION(date) in PHP_RSHUTDOWN_FUNCTION() argument
454 PHP_MINIT_FUNCTION(date) in PHP_MINIT_FUNCTION() argument
468 PHP_MSHUTDOWN_FUNCTION(date) in PHP_MSHUTDOWN_FUNCTION() argument
485 PHP_MINFO_FUNCTION(date) in PHP_MINFO_FUNCTION() argument
997 PHP_FUNCTION(date) in PHP_FUNCTION() argument
3204 Z_PARAM_STR(date) in PHP_FUNCTION()
[all …]
H A Dphp_date.stub.php104 function date(string $format, ?int $timestamp = null): string {} function
H A Dphp_date_arginfo.h520 ZEND_FUNCTION(date);
621 ZEND_FE(date, arginfo_date)
H A Dphp_date.h46 PHP_RINIT_FUNCTION(date);
47 PHP_RSHUTDOWN_FUNCTION(date);
48 PHP_MINIT_FUNCTION(date);
49 PHP_MSHUTDOWN_FUNCTION(date);
50 PHP_MINFO_FUNCTION(date);
51 ZEND_MODULE_POST_ZEND_DEACTIVATE_D(date);
123 ZEND_BEGIN_MODULE_GLOBALS(date)
128 ZEND_END_MODULE_GLOBALS(date)
130 #define DATEG(v) ZEND_MODULE_GLOBALS_ACCESSOR(date, v)
/php-src/ext/phar/phar/
H A Dpharcommand.inc8 * @date 2007 - 2008
/php-src/ext/date/tests/
H A DDateTime_extends_basic2.phpt13 public function __construct ($date = null, ?DateTimeZone $dtz = null)
19 parent::__construct($date, $dtz);
H A DgetSetMicroseconds.phpt72 ["date"]=>
81 ["date"]=>
90 ["date"]=>
99 ["date"]=>
108 ["date"]=>
117 ["date"]=>
126 ["date"]=>
135 ["date"]=>
145 ["date"]=>
154 ["date"]=>
[all …]
H A DcreateFromTimestamp.phpt61 ["date"]=>
69 ["date"]=>
77 ["date"]=>
85 ["date"]=>
93 ["date"]=>
101 ["date"]=>
109 ["date"]=>
117 ["date"]=>
125 ["date"]=>
133 ["date"]=>
[all …]
H A DcreateFromTimestamp_32bit.phpt8 date.timezone=Europe/London
42 ["date"]=>
50 ["date"]=>
58 ["date"]=>
66 ["date"]=>
74 ["date"]=>
82 ["date"]=>
90 ["date"]=>
98 ["date"]=>
106 ["date"]=>
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt178 // don't care about date() strict TZ warnings...
179 func_mysqli_stmt_get_result($link, $engine, "s", "DATE", @date('Y-m-d'), 840);
180 func_mysqli_stmt_get_result($link, $engine, "s", "DATE NOT NULL", @date('Y-m-d'), 860);
183 func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME", @date('Y-m-d H:i:s'), 900);
184 … func_mysqli_stmt_get_result($link, $engine, "s", "DATETIME NOT NULL", @date('Y-m-d H:i:s'), 920);
187 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
189 func_mysqli_stmt_get_result($link, $engine, "s", "TIME", @date('H:i:s'), 980);
190 func_mysqli_stmt_get_result($link, $engine, "s", "TIME NOT NULL", @date('H:i:s'), 1000);
193 $tmp = intval(@date('Y'));
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt45 mail($to, $subject, $message, ['orig-date' => array('foo1')]);
230 TypeError: Header "orig-date" must be of type string, array given

Completed in 115 milliseconds

12345678910>>...25