1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/date/tests/time_basic.phpt
Gabriel Caruso 4aabfe911e Revert "Update versions for PHP 8.0.21"
This reverts commit 6eedacdf15.
2022-07-06 12:06:48 +02:00

14 lines
176 B
PHP

--TEST--
Test return type and value for expected input time()
--FILE--
<?php
/*
* Function is implemented in ext/date/php_date.c
*/
var_dump(time());
?>
--EXPECTF--
int(%d)