Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddl.c109 int error_type, slash_suffix = 0; in php_load_extension() local
120 error_type = E_WARNING; in php_load_extension()
122 error_type = E_CORE_WARNING; in php_load_extension()
158 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
172 php_error_docref(NULL, error_type, err1); in php_load_extension()
195 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
199 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
204 php_error_docref(NULL, error_type, in php_load_extension()
214 php_error_docref(NULL, error_type, in php_load_extension()
239 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
H A Dincomplete_class.c35 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message() argument
42 php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, ZSTR_VAL(class_name)); in incomplete_class_message()
45 php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, "unknown"); in incomplete_class_message()
/PHP-7.4/Zend/
H A Dzend_API.c2089 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2092 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2124 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2126 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2131 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2134 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2147 int error_type; in zend_register_functions() local
2155 error_type = E_CORE_WARNING; in zend_register_functions()
2157 error_type = E_WARNING; in zend_register_functions()
2334 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions()
[all …]
H A Dzend_builtin_functions.c189 ZEND_ARG_INFO(0, error_type)
1598 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1602 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE)… in ZEND_FUNCTION()
1606 switch (error_type) { in ZEND_FUNCTION()
1618 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1628 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1630 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1657 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h280 …magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type);
/PHP-7.4/main/
H A Drfc1867.c1235 zval file_size, error_type; local
1239 ZVAL_LONG(&error_type, cancel_upload);
1269 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-7.4/ext/libxml/
H A Dlibxml.c589 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
612 switch (error_type) { in php_libxml_internal_error_handler()

Completed in 48 milliseconds