Home
last modified time | relevance | path

Searched defs:type_hint (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_execute.c762 static zend_bool zend_verify_weak_scalar_type_hint(zend_uchar type_hint, zval *arg) in zend_verify_weak_scalar_type_hint()
809 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint()
H A Dzend_API.h105 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_ENCODE(type… argument
107 #define ZEND_ARG_VARIADIC_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, ZEND_TYPE_EN… argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2246 zend_uchar type_hint = ZEND_TYPE_CODE(arg_info->type); in zend_fetch_arg_info() local

Completed in 35 milliseconds