Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h500 #define ZEND_CALL_USES_STRICT_TYPES(call) \ macro
504 ZEND_CALL_USES_STRICT_TYPES(execute_data)
509 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)->prev_execute_data))
512 ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data))
H A Dzend_execute.c786 …ED(!zend_verify_scalar_type_hint(cur_arg_info->type_hint, arg, ZEND_CALL_USES_STRICT_TYPES(EG(curr… in zend_verify_internal_arg_type()

Completed in 18 milliseconds