Searched refs:as_float (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | microtime_error.phpt | 49 microtime(): Argument #1 ($as_float) must be of type bool, array given 53 microtime(): Argument #1 ($as_float) must be of type bool, stdClass given
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 1118 function microtime(bool $as_float = false): string|float {} argument 1120 function gettimeofday(bool $as_float = false): array|float {} argument
|
H A D | basic_functions_arginfo.h | 1725 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, as_float, _IS_BOOL, 0, "false") 1731 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, as_float, _IS_BOOL, 0, "false")
|
Completed in 21 milliseconds