Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c1010 static zend_always_inline zend_bool zend_check_type( in zend_check_type() function
1082 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_arg_type()
1099 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_recv_arg_type()
1117 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_variadic_arg_type()
1231 if (UNEXPECTED(!zend_check_type(ret_info->type, ret, &ce, &dummy_cache_slot, NULL, NULL, 1))) { in zend_verify_internal_return_type()
1245 if (UNEXPECTED(!zend_check_type(ret_info->type, ret, &ce, cache_slot, NULL, NULL, 1))) { in zend_verify_return_type()

Completed in 23 milliseconds