diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-05 16:23:45 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-05 16:23:45 +0000 |
| commit | 70df2d74780e8e03d066ce682609a27ed426e9d6 (patch) | |
| tree | 6c27fc9f9c971a7807fbc4498a595cb2561052bc /Zend/zend_execute_API.c | |
| parent | e5d956dbac4c3ef2c71f8a0a0080a7840032798a (diff) | |
| download | php-git-70df2d74780e8e03d066ce682609a27ed426e9d6.tar.gz | |
Fix some warnings
Diffstat (limited to 'Zend/zend_execute_API.c')
| -rw-r--r-- | Zend/zend_execute_API.c | 1 |
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) { |
