1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/date/tests/time_basic.phpt
2020-06-24 13:13:44 +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)