diff options
Diffstat (limited to 'ext/opcache/Optimizer/zend_func_info.h')
-rw-r--r-- | ext/opcache/Optimizer/zend_func_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_func_info.h b/ext/opcache/Optimizer/zend_func_info.h index 13dd2e3127..423d557f7a 100644 --- a/ext/opcache/Optimizer/zend_func_info.h +++ b/ext/opcache/Optimizer/zend_func_info.h @@ -58,7 +58,7 @@ extern int zend_func_info_rid; uint32_t zend_get_func_info( const zend_call_info *call_info, const zend_ssa *ssa, - zend_class_entry **ce, zend_bool *ce_is_instanceof); + zend_class_entry **ce, bool *ce_is_instanceof); int zend_func_info_startup(void); int zend_func_info_shutdown(void); |