📄 Viewing: time_basic.phpt

--TEST--
Test return type and value for expected input time()
--FILE--
<?php
/*
 * proto int time(void)
 * Function is implemented in ext/date/php_date.c
*/

var_dump(time());

?>
===DONE===
--EXPECTF--
int(%d)
===DONE===

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/date/tests