Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhrtime.c140 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t) macro
151 #define PHP_RETURN_HRTIME(t) do { \ macro
178 PHP_RETURN_HRTIME(t); in PHP_FUNCTION()

Completed in 6 milliseconds