E_COMPILE_ERROR  1046 Zend/zend.c    			case E_COMPILE_ERROR:
E_COMPILE_ERROR  1070 Zend/zend.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR  1125 Zend/zend.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR   887 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot be declared private", method_type, CG(active_class_entry)->name, function_name->u.constant.value.str.val);
E_COMPILE_ERROR   897 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot contain body", method_type, CG(active_class_entry)->name, function_name->u.constant.value.str.val);
E_COMPILE_ERROR   901 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Non-abstract method %s::%s() must contain body", CG(active_class_entry)->name, function_name->u.constant.value.str.val);
E_COMPILE_ERROR   961 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1007 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1031 Zend/zend_compile.c  			zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1039 Zend/zend_compile.c 	 			zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1281 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't use method return value in write context");
E_COMPILE_ERROR  1284 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't use function return value in write context");
E_COMPILE_ERROR  1357 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR  1368 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR  1378 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for unsetting");
E_COMPILE_ERROR  1506 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Multiple access type modifiers are not allowed");
E_COMPILE_ERROR  1510 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Multiple abstract modifiers are not allowed");
E_COMPILE_ERROR  1514 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Multiple static modifiers are not allowed");
E_COMPILE_ERROR  1518 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Multiple final modifiers are not allowed");
E_COMPILE_ERROR  1521 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use the final modifier on an abstract class member");
E_COMPILE_ERROR  1541 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Access type for interface method %s::%s() must be omitted", CG(active_class_entry)->name, function_name->u.constant.value.str.val);
E_COMPILE_ERROR  1582 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", CG(active_class_entry)->name, name);
E_COMPILE_ERROR  1815 Zend/zend_compile.c 		zend_check_magic_method_implementation(CG(active_class_entry), (zend_function*)CG(active_op_array), E_COMPILE_ERROR TSRMLS_CC);
E_COMPILE_ERROR  1823 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "%s() must take exactly 1 argument", ZEND_AUTOLOAD_FUNC_NAME);
E_COMPILE_ERROR  1848 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use 'namespace' as a class name");
E_COMPILE_ERROR  1853 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot re-assign auto-global variable %s", Z_STRVAL(varname->u.constant));
E_COMPILE_ERROR  1864 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1901 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Default value for parameters with array type hint can only be an array or NULL");
E_COMPILE_ERROR  1910 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Default value for parameters with callable type hint can only be NULL");
E_COMPILE_ERROR  1925 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Default value for parameters with a class type hint can only be NULL");
E_COMPILE_ERROR  1986 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot call __clone() method on objects - use 'clone $obj' instead");
E_COMPILE_ERROR  1994 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Method name must be a string");
E_COMPILE_ERROR  2141 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot access self::class when no class scope is active");
E_COMPILE_ERROR  2157 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  2163 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  2203 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "'\\%s' is an invalid class name", Z_STRVAL(class_name->u.constant));
E_COMPILE_ERROR  2267 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use 'namespace' as a class name");
E_COMPILE_ERROR  2320 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Label '%s' already defined", Z_STRVAL(label->u.constant));
E_COMPILE_ERROR  2346 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "'goto' to undefined label '%s'", Z_STRVAL_P(label));
E_COMPILE_ERROR  2367 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "'goto' into loop or switch statement is disallowed");
E_COMPILE_ERROR  2454 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Method name must be a string");
E_COMPILE_ERROR  2563 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  2568 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Call-time pass-by-reference has been removed");
E_COMPILE_ERROR  2609 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Only variables can be passed by reference");
E_COMPILE_ERROR  2758 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "The \"yield\" expression can only be used inside a function");
E_COMPILE_ERROR  2898 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Bad class name in the catch statement");
E_COMPILE_ERROR  2947 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use try without catch or finally");
E_COMPILE_ERROR  3415 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't inherit abstract function %s::%s() (previously declared abstract in %s)",
E_COMPILE_ERROR  3422 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot override final method %s::%s()", ZEND_FN_SCOPE_NAME(parent), child->common.function_name);
E_COMPILE_ERROR  3430 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot make non static method %s::%s() static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
E_COMPILE_ERROR  3432 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot make static method %s::%s() non static in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
E_COMPILE_ERROR  3438 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot make non abstract method %s::%s() abstract in class %s", ZEND_FN_SCOPE_NAME(parent), child->common.function_name, ZEND_FN_SCOPE_NAME(child));
E_COMPILE_ERROR  3447 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Access level to %s::%s() must be %s (as in class %s)%s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_visibility_string(parent_flags), ZEND_FN_SCOPE_NAME(parent), (parent_flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
E_COMPILE_ERROR  3466 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Declaration of %s::%s() must be compatible with %s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, zend_get_function_declaration(child->common.prototype TSRMLS_CC));
E_COMPILE_ERROR  3520 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare %s%s::$%s as %s%s::$%s",
E_COMPILE_ERROR  3531 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Access level to %s::$%s must be %s (as in class %s)%s", ce->name, hash_key->arKey, zend_visibility_string(parent_info->flags), parent_ce->name, (parent_info->flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
E_COMPILE_ERROR  3616 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Interface %s may not inherit from class (%s)", ce->name, parent_ce->name);
E_COMPILE_ERROR  3619 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class %s may not inherit from final class (%s)", ce->name, parent_ce->name);
E_COMPILE_ERROR  3741 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot inherit previously-inherited or override constant %s from interface %s", hash_key->arKey, iface->name);
E_COMPILE_ERROR  3773 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Class %s cannot implement previously implemented interface %s", ce->name, iface->name);
E_COMPILE_ERROR  3846 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "%s has colliding constructor definitions coming from traits", ce->name);
E_COMPILE_ERROR  3871 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "%s has colliding constructor definitions coming from traits", ce->name);
E_COMPILE_ERROR  3895 Zend/zend_compile.c 							zend_error(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s",
E_COMPILE_ERROR  3902 Zend/zend_compile.c 							zend_error(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s",
E_COMPILE_ERROR  3919 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s",
E_COMPILE_ERROR  3926 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s",
E_COMPILE_ERROR  3934 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Trait method %s has not been applied, because there are collisions with other trait methods on %s",
E_COMPILE_ERROR  3937 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Trait method %s::%s has not been applied as %s::%s, because of collision with %s::%s",
E_COMPILE_ERROR  4062 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class %s is not a trait, Only traits may be used in 'as' and 'insteadof' statements", trait->name);
E_COMPILE_ERROR  4070 Zend/zend_compile.c 	zend_error(E_COMPILE_ERROR, "Required Trait %s wasn't added to %s", trait->name, ce->name);
E_COMPILE_ERROR  4094 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR, "Could not find trait %s", cur_method_ref->class_name);
E_COMPILE_ERROR  4106 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4124 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Could not find trait %s", class_name);
E_COMPILE_ERROR  4131 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4155 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR, "Could not find trait %s", cur_method_ref->class_name);
E_COMPILE_ERROR  4167 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR, "An alias was defined for %s::%s but this method does not exist", cur_method_ref->ce->name, cur_method_ref->method_name);
E_COMPILE_ERROR  4193 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Failed to evaluate a trait precedence (%s). Method of trait %s was defined to be excluded multiple times", precedences[i]->trait_method->method_name, trait->name);
E_COMPILE_ERROR  4333 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4382 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4401 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4406 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  4463 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_COMPILE_ERROR  4515 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use 'static' as method modifier");
E_COMPILE_ERROR  4518 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use 'abstract' as method modifier");
E_COMPILE_ERROR  4521 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use 'final' as method modifier");
E_COMPILE_ERROR  4563 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Internal Zend error - Missing class information for %s", Z_STRVAL_P(op1));
E_COMPILE_ERROR  4577 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
E_COMPILE_ERROR  4612 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", Z_STRVAL_P(op2));
E_COMPILE_ERROR  4620 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class %s cannot extend from interface %s", ce->name, parent_ce->name);
E_COMPILE_ERROR  4622 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class %s cannot extend from trait %s", ce->name, parent_ce->name);
E_COMPILE_ERROR  4631 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
E_COMPILE_ERROR  4700 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Invalid binding type");
E_COMPILE_ERROR  4831 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "'%s' operator with non-constant operand is no longer supported", op == ZEND_BRK ? "break" : "continue");
E_COMPILE_ERROR  4833 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "'%s' operator accepts only positive numbers", op == ZEND_BRK ? "break" : "continue");
E_COMPILE_ERROR  4992 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class declarations may not be nested");
E_COMPILE_ERROR  5000 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use '%s' as class name as it is reserved", Z_STRVAL(class_name->u.constant));
E_COMPILE_ERROR  5027 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot declare class %s because the name is already in use", Z_STRVAL(class_name->u.constant));
E_COMPILE_ERROR  5045 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use 'self' as class name as it is reserved");
E_COMPILE_ERROR  5048 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use 'parent' as class name as it is reserved");
E_COMPILE_ERROR  5051 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use 'static' as class name as it is reserved");
E_COMPILE_ERROR  5070 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "A trait (%s) cannot extend a class. Traits can only be composed from other traits with the 'use' keyword. Error", new_class_entry->name);
E_COMPILE_ERROR  5115 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Constructor %s::%s() cannot be static", ce->name, ce->constructor->common.function_name);
E_COMPILE_ERROR  5121 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Destructor %s::%s() cannot be static", ce->name, ce->destructor->common.function_name);
E_COMPILE_ERROR  5127 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Clone method %s::%s() cannot be static", ce->name, ce->clone->common.function_name);
E_COMPILE_ERROR  5176 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use '%s' as interface on '%s' since it is a Trait",
E_COMPILE_ERROR  5185 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use '%s' as interface name as it is reserved", Z_STRVAL(interface_name->u.constant));
E_COMPILE_ERROR  5207 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR,
E_COMPILE_ERROR  5217 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use '%s' as trait name as it is reserved", Z_STRVAL(trait_name->u.constant));
E_COMPILE_ERROR  5306 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Interfaces may not include member variables");
E_COMPILE_ERROR  5310 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Properties cannot be declared abstract");
E_COMPILE_ERROR  5314 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot declare property %s::$%s final, the final modifier is allowed only for methods and classes",
E_COMPILE_ERROR  5319 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot redeclare %s::$%s", CG(active_class_entry)->name, var_name->u.constant.value.str.val);
E_COMPILE_ERROR  5349 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Arrays are not allowed in class constants");
E_COMPILE_ERROR  5353 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Traits cannot have constants");
E_COMPILE_ERROR  5369 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot redefine class constant %s::%s", CG(active_class_entry)->name, var_name->u.constant.value.str.val);
E_COMPILE_ERROR  5463 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used from the outermost scope");
E_COMPILE_ERROR  6039 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use $this as lexical variable");
E_COMPILE_ERROR  6183 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use isset() on the result of a function call (you can use \"null !== func()\" instead)");
E_COMPILE_ERROR  6231 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "instanceof expects an object instance, constant given");
E_COMPILE_ERROR  6331 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Key element cannot be a reference");
E_COMPILE_ERROR  6334 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use list as key element");
E_COMPILE_ERROR  6353 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR  6367 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use empty list");
E_COMPILE_ERROR  6435 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use constants as encoding");
E_COMPILE_ERROR  6454 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Encoding declaration pragma must be the very first statement in the script");
E_COMPILE_ERROR  6951 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot mix bracketed namespace declarations with unbracketed namespace declarations");
E_COMPILE_ERROR  6957 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot mix bracketed namespace declarations with unbracketed namespace declarations");
E_COMPILE_ERROR  6959 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Namespace declarations cannot be nested");
E_COMPILE_ERROR  6972 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Namespace declaration statement has to be the very first statement in the script");
E_COMPILE_ERROR  6987 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use '%s' as namespace name", Z_STRVAL(name->u.constant));
E_COMPILE_ERROR  7057 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because '%s' is a special class name", Z_STRVAL_P(ns), Z_STRVAL_P(name), Z_STRVAL_P(name));
E_COMPILE_ERROR  7072 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
E_COMPILE_ERROR  7084 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
E_COMPILE_ERROR  7090 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use %s as %s because the name is already in use", Z_STRVAL_P(ns), Z_STRVAL_P(name));
E_COMPILE_ERROR  7094 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "You seem to be trying to use a different language...");
E_COMPILE_ERROR  7108 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Arrays are not allowed as constants");
E_COMPILE_ERROR  7112 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot redeclare constant '%s'", Z_STRVAL(name->u.constant));
E_COMPILE_ERROR  7137 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "No code may exist outside of namespace {}");
E_COMPILE_ERROR   109 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT | CONST_CS);
E_COMPILE_ERROR    41 Zend/zend_errors.h #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
E_COMPILE_ERROR  3666 Zend/zend_language_parser.c     { zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used from the outermost scope"); }
E_COMPILE_ERROR  5948 Zend/zend_language_parser.c     { zend_error(E_COMPILE_ERROR, "Cannot use isset() on the result of an expression (you can use \"null !== expression\" instead)"); }
E_COMPILE_ERROR   273 Zend/zend_language_parser.y 	|	T_HALT_COMPILER '(' ')' ';'   { zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used from the outermost scope"); }
E_COMPILE_ERROR  1199 Zend/zend_language_parser.y 	|	expr_without_variable	{ zend_error(E_COMPILE_ERROR, "Cannot use isset() on the result of an expression (you can use \"null !== expression\" instead)"); }
E_COMPILE_ERROR   518 Zend/zend_language_scanner.c 					zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected "
E_COMPILE_ERROR   528 Zend/zend_language_scanner.c 		zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed");
E_COMPILE_ERROR   686 Zend/zend_language_scanner.c 				zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected "
E_COMPILE_ERROR   855 Zend/zend_language_scanner.c 			zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected "
E_COMPILE_ERROR   504 Zend/zend_opcode.c 			zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed");
E_COMPILE_ERROR   512 Zend/zend_opcode.c 			zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed");
E_COMPILE_ERROR   782 Zend/zend_opcode.c 						zend_error(E_COMPILE_ERROR, "Generators cannot return values using \"return\"");
E_COMPILE_ERROR  2156 ext/soap/soap.c 		     error_num == E_COMPILE_ERROR || 
E_COMPILE_ERROR  2228 ext/soap/soap.c 		    error_num == E_COMPILE_ERROR || 
E_COMPILE_ERROR   227 ext/spl/spl_array.c 		php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of ArrayObject or ArrayIterator");
E_COMPILE_ERROR   428 ext/spl/spl_dllist.c 		php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplDoublyLinkedList");
E_COMPILE_ERROR   267 ext/spl/spl_fixedarray.c 		php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplFixedArray");
E_COMPILE_ERROR   455 ext/spl/spl_heap.c 		php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplHeap");
E_COMPILE_ERROR  1000 main/main.c    			case E_COMPILE_ERROR:
E_COMPILE_ERROR  1034 main/main.c    			case E_COMPILE_ERROR:
E_COMPILE_ERROR  1118 main/main.c    				case E_COMPILE_ERROR:
E_COMPILE_ERROR  1142 main/main.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR  1403 main/main.c    			php_error_docref("function.require" TSRMLS_CC, E_COMPILE_ERROR, "Failed opening required '%s' (include_path='%s')", php_strip_url_passwd((char *) data), STR_PRINT(PG(include_path)));
E_COMPILE_ERROR  1195 sapi/cli/php_cli_server.c 			case E_COMPILE_ERROR: