error_type       2056 Zend/zend_API.c ZEND_API void zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type) /* {{{ */
error_type       2068 Zend/zend_API.c 		zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTRUCTOR_FUNC_NAME);
error_type       2070 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLONE_FUNC_NAME);
error_type       2073 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GET_FUNC_NAME);
error_type       2075 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_GET_FUNC_NAME);
error_type       2079 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_SET_FUNC_NAME);
error_type       2081 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_SET_FUNC_NAME);
error_type       2085 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_UNSET_FUNC_NAME);
error_type       2087 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_UNSET_FUNC_NAME);
error_type       2091 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME);
error_type       2093 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME);
error_type       2097 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_CALL_FUNC_NAME);
error_type       2099 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_CALL_FUNC_NAME);
error_type       2105 Zend/zend_API.c 			zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->name));
error_type       2107 Zend/zend_API.c 			zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce->name));
error_type       2112 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_FUNC_NAME);
error_type       2115 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO_FUNC_NAME);
error_type       2128 Zend/zend_API.c 	int error_type;
error_type       2136 Zend/zend_API.c 		error_type = E_CORE_WARNING;
error_type       2138 Zend/zend_API.c 		error_type = E_WARNING;
error_type       2168 Zend/zend_API.c 					zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, protected or private", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
error_type       2224 Zend/zend_API.c 				zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
error_type       2229 Zend/zend_API.c 				zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->name), ptr->fname);
error_type       2236 Zend/zend_API.c 				zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
error_type       2277 Zend/zend_API.c 					zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fname);
error_type       2305 Zend/zend_API.c 				zend_check_magic_method_implementation(scope, reg_function, error_type);
error_type       2321 Zend/zend_API.c 				zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
error_type       2344 Zend/zend_API.c 				zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ctor->common.function_name));
error_type       2351 Zend/zend_API.c 				zend_error(error_type, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dtor->common.function_name));
error_type       2358 Zend/zend_API.c 				zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.function_name));
error_type       2364 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call->common.function_name));
error_type       2370 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callstatic->common.function_name));
error_type       2376 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostring->common.function_name));
error_type       2382 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->common.function_name));
error_type       2388 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->common.function_name));
error_type       2394 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset->common.function_name));
error_type       2400 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset->common.function_name));
error_type       2406 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debugInfo->common.function_name));
error_type        287 Zend/zend_API.h ZEND_API void zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type);
error_type        204 Zend/zend_builtin_functions.c 	ZEND_ARG_INFO(0, error_type)
error_type       1686 Zend/zend_builtin_functions.c 	zend_long error_type = E_USER_NOTICE;
error_type       1690 Zend/zend_builtin_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE) {
error_type       1694 Zend/zend_builtin_functions.c 	switch (error_type) {
error_type       1706 Zend/zend_builtin_functions.c 	zend_error((int)error_type, "%s", message);
error_type       1717 Zend/zend_builtin_functions.c 	zend_long error_type = E_ALL;
error_type       1719 Zend/zend_builtin_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) {
error_type       1746 Zend/zend_builtin_functions.c 	EG(user_error_handler_error_reporting) = (int)error_type;
error_type        536 ext/libxml/libxml.c static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list ap)
error_type        559 ext/libxml/libxml.c 			switch (error_type) {
error_type         96 ext/standard/dl.c 	int error_type;
error_type        106 ext/standard/dl.c 		error_type = E_WARNING;
error_type        108 ext/standard/dl.c 		error_type = E_CORE_WARNING;
error_type        137 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, err);
error_type        140 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, "Unknown reason");
error_type        143 ext/standard/dl.c 		php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERROR());
error_type        164 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading using zend_extension=%s from php.ini)", filename);
error_type        168 ext/standard/dl.c 		php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename);
error_type        173 ext/standard/dl.c 			php_error_docref(NULL, error_type,
error_type        183 ext/standard/dl.c 		php_error_docref(NULL, error_type,
error_type        208 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name);
error_type         37 ext/standard/incomplete_class.c static void incomplete_class_message(zval *object, int error_type)
error_type         44 ext/standard/incomplete_class.c 		php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, ZSTR_VAL(class_name));
error_type         47 ext/standard/incomplete_class.c 		php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, "unknown");
error_type       1242 main/rfc1867.c 				zval file_size, error_type;
error_type       1246 main/rfc1867.c 				ZVAL_LONG(&error_type, cancel_upload);
error_type       1276 main/rfc1867.c 				register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);