]> granicus.if.org Git - php/commitdiff
Reverted wrong commit (debug code)
authorDmitry Stogov <dmitry@php.net>
Tue, 19 Feb 2008 16:44:43 +0000 (16:44 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 19 Feb 2008 16:44:43 +0000 (16:44 +0000)
Zend/zend_vm_execute.h

index 607c0d3f13c98e1e737a4a0d741df7a0bf52ef3a..6d7402f78b108e1834572bd697f3ccd9454a0585 100644 (file)
@@ -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;