51151a407f
I couldn't handle these until we had ##.expectf## support. Now we do.
10 linhas
121 B
PHP
10 linhas
121 B
PHP
<?php
|
|
/*
|
|
* proto int time(void)
|
|
* Function is implemented in ext/date/php_date.c
|
|
*/
|
|
|
|
var_dump(time());
|
|
|
|
?>
|
|
===DONE===
|