summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-05 16:23:45 +0000
committerSascha Schumann <sas@php.net>1999-12-05 16:23:45 +0000
commit70df2d74780e8e03d066ce682609a27ed426e9d6 (patch)
tree6c27fc9f9c971a7807fbc4498a595cb2561052bc /Zend/zend_execute_API.c
parente5d956dbac4c3ef2c71f8a0a0080a7840032798a (diff)
downloadphp-git-70df2d74780e8e03d066ce682609a27ed426e9d6.tar.gz
Fix some warnings
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index 5ad78d57cb..40bea67381 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -314,7 +314,6 @@ int call_user_function_ex(HashTable *function_table, zval *object, zval *functio
zend_function_state *original_function_state_ptr;
zend_op_array *original_op_array;
zend_op **original_opline_ptr;
- CLS_FETCH();
ELS_FETCH();
if (object) {