E_COMPILE_ERROR   932 Zend/zend.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR   973 Zend/zend.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR   511 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   521 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   525 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   616 Zend/zend_compile.c 					zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR   651 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR   892 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't use method return value in write context");
E_COMPILE_ERROR   895 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't use function return value in write context");
E_COMPILE_ERROR   932 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR   943 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR   953 Zend/zend_compile.c 						zend_error(E_COMPILE_ERROR, "Cannot use [] for unsetting");
E_COMPILE_ERROR  1091 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Multiple access type modifiers are not allowed");
E_COMPILE_ERROR  1094 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use the final modifier on an abstract class member");
E_COMPILE_ERROR  1114 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  1157 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", CG(active_class_entry)->name, name);
E_COMPILE_ERROR  1283 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  1291 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "%s() must take exactly 1 argument", ZEND_AUTOLOAD_FUNC_NAME);
E_COMPILE_ERROR  1315 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot re-assign $this");
E_COMPILE_ERROR  1346 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  1357 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  1417 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot call __clone() method on objects - use 'clone $obj' instead");
E_COMPILE_ERROR  1627 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Only variables can be passed by reference");
E_COMPILE_ERROR  2071 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Can't inherit abstract function %s::%s() (previously declared abstract in %s)", 
E_COMPILE_ERROR  2078 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  2086 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  2088 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  2094 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  2103 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  2122 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Declaration of %s::%s() must be compatible with that of %s::%s()", ZEND_FN_SCOPE_NAME(child), child->common.function_name, ZEND_FN_SCOPE_NAME(child->common.prototype), child->common.prototype->common.function_name);
E_COMPILE_ERROR  2157 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare %s%s::$%s as %s%s::$%s",
E_COMPILE_ERROR  2168 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  2205 Zend/zend_compile.c 							zend_error(E_COMPILE_ERROR, "Cannot change initial value of property static protected %s::$%s in class %s", 
E_COMPILE_ERROR  2290 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  2293 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  2329 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot inherit previously-inherited constant %s from interface %s", hash_key->arKey, iface->name);
E_COMPILE_ERROR  2351 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Class %s cannot implement previously implemented interface %s", ce->name, iface->name);
E_COMPILE_ERROR  2379 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Internal compiler error.  Please report!");
E_COMPILE_ERROR  2384 Zend/zend_compile.c 		int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR;
E_COMPILE_ERROR  2411 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Internal Zend error - Missing class information for %s", opline->op1.u.constant.value.str.val);
E_COMPILE_ERROR  2425 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
E_COMPILE_ERROR  2451 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", opline->op2.u.constant.value.str.val);
E_COMPILE_ERROR  2459 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class %s cannot extend from interface %s", ce->name, parent_ce->name);
E_COMPILE_ERROR  2468 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot redeclare class %s", ce->name);
E_COMPILE_ERROR  2554 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Invalid binding type");
E_COMPILE_ERROR  2828 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Class declarations may not be nested");
E_COMPILE_ERROR  2836 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Cannot use '%s' as class name as it is reserved", class_name->u.constant.value.str.val);
E_COMPILE_ERROR  2852 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use 'self' as class name as it is reserved");
E_COMPILE_ERROR  2855 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use 'parent' as class name as it is reserved");
E_COMPILE_ERROR  2916 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  2922 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  2928 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  2957 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use 'self' as interface name as it is reserved");
E_COMPILE_ERROR  2960 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use 'parent' as interface name as it is reserved");
E_COMPILE_ERROR  3038 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Interfaces may not include member variables");
E_COMPILE_ERROR  3042 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Properties cannot be declared abstract");
E_COMPILE_ERROR  3046 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  3052 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  3081 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Arrays are not allowed in class constants");
E_COMPILE_ERROR  3089 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  3721 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "instanceof expects an object instance, constant given");
E_COMPILE_ERROR  3828 Zend/zend_compile.c 		zend_error(E_COMPILE_ERROR, "Key element cannot be a reference");
E_COMPILE_ERROR  3834 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot create references to elements of a temporary array expression");
E_COMPILE_ERROR  3849 Zend/zend_compile.c 				zend_error(E_COMPILE_ERROR, "Cannot use [] for reading");
E_COMPILE_ERROR  3927 Zend/zend_compile.c 			zend_error(E_COMPILE_ERROR, "Cannot use constants as encoding");
E_COMPILE_ERROR   106 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT | CONST_CS);
E_COMPILE_ERROR    39 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_COMPILE_ERROR  3063 Zend/zend_language_parser.c     { zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used from the outermost scope"); }
E_COMPILE_ERROR  3208 Zend/zend_language_parser.c     { zend_error(E_COMPILE_ERROR,"use: Not yet supported. Please use include_once() or require_once()");  zval_dtor(&(yyvsp[(2) - (3)]).u.constant); }
E_COMPILE_ERROR   177 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   213 Zend/zend_language_parser.y 	|	T_USE use_filename ';'		{ zend_error(E_COMPILE_ERROR,"use: Not yet supported. Please use include_once() or require_once()");  zval_dtor(&$2.u.constant); }
E_COMPILE_ERROR  3142 Zend/zend_language_scanner.c 	zend_error(E_COMPILE_ERROR, "%s", message);
E_COMPILE_ERROR  1804 Zend/zend_vm_def.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR   699 Zend/zend_vm_execute.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR   900 Zend/zend_vm_execute.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR  1061 Zend/zend_vm_execute.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR  1221 Zend/zend_vm_execute.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR  1314 Zend/zend_vm_execute.h 			zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
E_COMPILE_ERROR  2117 ext/soap/soap.c 		     error_num == E_COMPILE_ERROR || 
E_COMPILE_ERROR  2192 ext/soap/soap.c 		    error_num == E_COMPILE_ERROR || 
E_COMPILE_ERROR   182 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   836 main/main.c    			case E_COMPILE_ERROR:
E_COMPILE_ERROR   868 main/main.c    			case E_COMPILE_ERROR:
E_COMPILE_ERROR   949 main/main.c    				case E_COMPILE_ERROR:
E_COMPILE_ERROR   973 main/main.c    		case E_COMPILE_ERROR:
E_COMPILE_ERROR  1119 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)));