Home
last modified time | relevance | path

Searched refs:PHP_RETURN_HRTIME (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/standard/
H A Dhrtime.c138 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t) macro
149 #define PHP_RETURN_HRTIME(t) do { \ macro
175 PHP_RETURN_HRTIME(t); in PHP_FUNCTION()

Completed in 8 milliseconds