Arquivos
hhvm/hphp/test/zend/good/ext-date/time_basic.php
T
Paul Tarjan 51151a407f import non-predictable number tests
I couldn't handle these until we had ##.expectf## support. Now we do.
2013-04-30 09:27:05 -07:00

10 linhas
121 B
PHP

<?php
/*
* proto int time(void)
* Function is implemented in ext/date/php_date.c
*/
var_dump(time());
?>
===DONE===