Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 167) sorted by path

1234567

/php-src/.github/workflows/
H A Dnightly.yml826 append-timestamp: false
H A Dpush.yml118 append-timestamp: false
172 append-timestamp: false
248 append-timestamp: false
/php-src/
H A DNEWS181 . Fixed bug GH-12532 (PharData created from zip has incorrect timestamp).
H A DUPGRADING186 DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static.
209 . Added support for the unix timestamp extension for zip archives.
H A DUPGRADING.INTERNALS210 the given unix timestamp using GMT +00:00.
/php-src/Zend/tests/
H A Dgh12366.phpt11 // Update timestamp and use opcache.file_update_protection=1 to prevent included file from being pe…
/php-src/build/
H A Dconfig.guess7 timestamp='2023-06-23'
60 GNU config.guess ($timestamp)
75 echo "$timestamp" ; exit ;;
H A Dconfig.sub7 timestamp='2023-06-26'
77 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
H A Dltmain.sh4378 # $show "echo timestamp > $libobj"
4379 # $run eval "echo timestamp > $libobj" || exit $?
/php-src/docs/
H A Drelease-process.md942 times, as needed, but we will always advance the `Expires` timestamp on a
/php-src/ext/calendar/
H A Dcalendar.stub.php157 function unixtojd(?int $timestamp = null): int|false {} argument
H A Dcalendar_arginfo.h74 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
/php-src/ext/calendar/tests/
H A Dunixtojd_error1.phpt23 unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0
/php-src/ext/com_dotnet/
H A Dcom_extension.stub.php335 function variant_date_from_timestamp(int $timestamp): variant {} argument
H A Dcom_extension_arginfo.h67 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
H A Dcom_variant.c965 zend_long timestamp; in PHP_FUNCTION() local
972 &timestamp)) { in PHP_FUNCTION()
976 if (timestamp < 0) { in PHP_FUNCTION()
983 ttstamp = timestamp; in PHP_FUNCTION()
/php-src/ext/com_dotnet/tests/
H A Dbug72498.phpt17 variant_date_from_timestamp(): Argument #1 ($timestamp) must not go past 23:59:59, December 31, 300…
/php-src/ext/date/lib/
H A Dastro.c223 timelib_sll timestamp, old_sse; in timelib_astro_rise_set_altitude() local
243 timestamp = t_utc->sse; in timelib_astro_rise_set_altitude()
244 d = timelib_ts_to_j2000(timestamp) + 2 - lon/360.0; in timelib_astro_rise_set_altitude()
H A Dparse_date.re1123 timestamp = "@" "-"? [0-9]+;
1206 timestamp
/php-src/ext/date/
H A Dphp_date.c1258 zend_long timestamp; in php_strftime() local
1279 timestamp = (zend_long) php_time(); in php_strftime()
1382 zend_long timestamp; in PHP_FUNCTION() local
1395 timestamp = (zend_long) php_time(); in PHP_FUNCTION()
1438 zend_long timestamp; in PHP_FUNCTION() local
1449 timestamp = (zend_long) php_time(); in PHP_FUNCTION()
1473 add_index_long(return_value, 0, timestamp); in PHP_FUNCTION()
3827 zend_long timestamp; in PHP_FUNCTION() local
3843 zend_long timestamp; in PHP_METHOD() local
3926 zend_long timestamp; in PHP_FUNCTION() local
[all …]
H A Dphp_date.stub.php104 function date(string $format, ?int $timestamp = null): string {} argument
106 function idate(string $format, ?int $timestamp = null): int|false {} argument
109 function gmdate(string $format, ?int $timestamp = null): string {} argument
125 function strftime(string $format, ?int $timestamp = null): string|false {} argument
131 function gmstrftime(string $format, ?int $timestamp = null): string|false {} argument
145 function getdate(?int $timestamp = null): array {} argument
207 function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} argument
266 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, argument
275 int $timestamp, int $returnFormat = SUNFUNCS_RET_STRING, argument
441 public function setTimestamp(int $timestamp): DateTime {} argument
[all …]
H A Dphp_date_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
16 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
40 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
49 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestamp, IS_LONG, 1, "null")
151 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
212 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
223 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
286 ZEND_ARG_TYPE_MASK(0, timestamp, MAY_BE_LONG|MAY_BE_DOUBLE, NULL)
334 ZEND_ARG_TYPE_INFO(0, timestamp, IS_LONG, 0)
[all …]
/php-src/ext/date/tests/
H A Dbug-gh11600.phpt14 $timestamp = strtotime("2023-07-11 {$timeString}");
16 var_dump($pattern, $timeString, $timestamp);
H A Dbug20382-2.phpt38 $timestamp = call_user_func_array('mktime', $test);
40 print "ts = ". date("l Y-m-d H:i:s T", $timestamp). "\n";
41 $strtotime_tstamp = strtotime("first monday", $timestamp);
H A Dbug37368.phpt2 Bug #37368 (Incorrect timestamp returned for strtotime()).

Completed in 87 milliseconds

1234567