Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_types.h129 #define ZEND_TYPE_IS_CODE(t) \ macro
H A Dzend_inheritance.c553 } else if (ZEND_TYPE_IS_CODE(arg_info->type)) { in zend_append_type_hint()
H A Dzend_execute.c2701 return ZEND_TYPE_IS_CODE(type) in check_type_array_assignable()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c606 } else if (ZEND_TYPE_IS_CODE(arg_info->type)) { in _parameter_string()
826 } else if (ZEND_TYPE_IS_CODE(fptr->common.arg_info[-1].type)) { in _function_string()
2869 RETVAL_BOOL(ZEND_TYPE_IS_CODE(param->type)); in ZEND_METHOD()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2297 } else if (ZEND_TYPE_IS_CODE(arg_info->type)) { in zend_fetch_arg_info()

Completed in 100 milliseconds