summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-06-21 11:46:33 +0300
committerDmitry Stogov <dmitry@zend.com>2019-06-21 11:46:33 +0300
commit53bcc2339ceb6ff74f43becd866d520a0c99ac23 (patch)
tree96e490a5bd1f09a788dcb1aeba79c6fae875d46d /Zend/zend_execute.h
parent38909b7526289b4d39e4a2637257fa1886a67097 (diff)
parente1e8e670df7784bd873c09a55bf08cd7465704c5 (diff)
downloadphp-git-53bcc2339ceb6ff74f43becd866d520a0c99ac23.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Cleanup
Diffstat (limited to 'Zend/zend_execute.h')
-rw-r--r--Zend/zend_execute.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h
index a77a909533..8b51452345 100644
--- a/Zend/zend_execute.h
+++ b/Zend/zend_execute.h
@@ -52,10 +52,8 @@ ZEND_API int zend_eval_stringl_ex(const char *str, size_t str_len, zval *retval_
/* export zend_pass_function to allow comparisons against it */
extern ZEND_API const zend_internal_function zend_pass_function;
-ZEND_API int ZEND_FASTCALL zend_check_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, zval *default_value, void **cache_slot);
ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
-ZEND_API zend_property_info* ZEND_FASTCALL zend_check_ref_array_assignable(zend_reference *ref);
ZEND_API zend_bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zend_bool strict);
ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, zval *orig_val, zend_bool strict);