Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c946 zend_arg_info *cur_arg_info; in zend_verify_arg_type() local
950 cur_arg_info = &zf->common.arg_info[arg_num-1]; in zend_verify_arg_type()
952 cur_arg_info = &zf->common.arg_info[zf->common.num_args]; in zend_verify_arg_type()
958 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_arg_type()
959 zend_verify_arg_error(zf, cur_arg_info, arg_num, ce, arg); in zend_verify_arg_type()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c4476 zend_arg_info *cur_arg_info; in zend_may_throw() local
4479 cur_arg_info = &op_array->arg_info[arg_num-1]; in zend_may_throw()
4481 cur_arg_info = &op_array->arg_info[op_array->num_args]; in zend_may_throw()
4485 return ZEND_TYPE_IS_SET(cur_arg_info->type); in zend_may_throw()

Completed in 43 milliseconds