]> granicus.if.org Git - php/commitdiff
More unneeded code removed.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 3 Feb 2004 14:33:32 +0000 (14:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 3 Feb 2004 14:33:32 +0000 (14:33 +0000)
Zend/zend_execute.c

index 4deb464d25a58508f29ce51dca0269ca96b7de80..87d6e4a3516d656782b429fb9524087cbf523a5f 100644 (file)
@@ -3382,9 +3382,6 @@ int zend_include_or_eval_handler(ZEND_OPCODE_HANDLER_ARGS)
                case ZEND_INCLUDE:
                case ZEND_REQUIRE:
                        new_op_array = compile_filename(opline->op2.u.constant.value.lval, inc_filename TSRMLS_CC);
-                       if (!new_op_array) {
-                               zend_error(E_ERROR, "Parse error inside included file.");
-                       }
                        break;
                case ZEND_EVAL: {
                                char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC);