summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-07 22:50:46 +0000
committerMarcus Boerger <helly@php.net>2003-08-07 22:50:46 +0000
commit6da189d1e8f901e5b9a506d5517a19291a63e0f1 (patch)
tree16e46c90f2cf781ba6d1cc289d2d6a33601efc57 /ext
parent0040355af86ed307114856d9d01f61ab2d40096a (diff)
downloadphp-git-6da189d1e8f901e5b9a506d5517a19291a63e0f1.tar.gz
Once ago this was used
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/spl_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/spl_engine.h b/ext/spl/spl_engine.h
index c109fec0f6..91e1f7b016 100755
--- a/ext/spl/spl_engine.h
+++ b/ext/spl/spl_engine.h
@@ -34,8 +34,6 @@
EX(opline)++; \
return 0;
-int zend_do_fcall_common_helper(ZEND_OPCODE_HANDLER_ARGS);
-
int spl_call_method(zval **object_pp, zend_class_entry *obj_ce, zend_function **fn_proxy, char *function_name, int function_name_len, zval **retval_ptr, int param_count, zval* arg1, zval* arg2 TSRMLS_DC);
/* {{{ zend_class_entry */