summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-02-19 16:44:43 +0000
committerDmitry Stogov <dmitry@php.net>2008-02-19 16:44:43 +0000
commit981603b55c486b875cdc9940bb6adab48bb791b9 (patch)
tree7afec2e8d6951f96e9fedcc48442ed8e4f144622
parent12e8e280c79a26a2beeebc4d753ff70633855003 (diff)
downloadphp-git-981603b55c486b875cdc9940bb6adab48bb791b9.tar.gz
Reverted wrong commit (debug code)
-rw-r--r--Zend/zend_vm_execute.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h
index 607c0d3f13..6d7402f78b 100644
--- a/Zend/zend_vm_execute.h
+++ b/Zend/zend_vm_execute.h
@@ -181,13 +181,6 @@ static int zend_do_fcall_common_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS)
ALLOC_ZVAL(EX_T(opline->result.u.var).var.ptr);
INIT_ZVAL(*(EX_T(opline->result.u.var).var.ptr));
-if (strcmp(EX(function_state).function->common.function_name, "set_error_handler") == 0) {
-static n = 0;
-++n;
-if (n>=542) {
-fprintf(stderr, "%3d 0x%08X %s\n", n, EX_T(opline->result.u.var).var.ptr, EX(function_state).function->common.function_name);
-}
-}
if (EX(function_state).function->common.arg_info) {
zend_uint i=0;