Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.h522 #define ZEND_CALL_USES_STRICT_TYPES(call) \ macro
526 ZEND_CALL_USES_STRICT_TYPES(execute_data)
531 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)->prev_execute_data))
534 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data))
H A Dzend_execute.c843 …return zend_verify_scalar_type_hint(arg_info->type_hint, arg, ZEND_CALL_USES_STRICT_TYPES(EG(curre… in zend_check_internal_type()

Completed in 19 milliseconds