summaryrefslogtreecommitdiff
path: root/ext/standard/hrtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/hrtime.c')
-rw-r--r--ext/standard/hrtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/hrtime.c b/ext/standard/hrtime.c
index 29a1132209..3bfd018597 100644
--- a/ext/standard/hrtime.c
+++ b/ext/standard/hrtime.c
@@ -163,7 +163,7 @@ static zend_always_inline php_hrtime_t _timer_current(void)
PHP_FUNCTION(hrtime)
{
#if HRTIME_AVAILABLE
- zend_bool get_as_num = 0;
+ bool get_as_num = 0;
php_hrtime_t t = _timer_current();
ZEND_PARSE_PARAMETERS_START(0, 1)