Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Ddl.c115 int error_type, slash_suffix = 0; in php_load_extension() local
126 error_type = E_WARNING; in php_load_extension()
128 error_type = E_CORE_WARNING; in php_load_extension()
164 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
191 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
195 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
200 php_error_docref(NULL, error_type, in php_load_extension()
210 php_error_docref(NULL, error_type, in php_load_extension()
235 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
H A Dincomplete_class.c37 static void incomplete_class_message(zval *object, int error_type) in incomplete_class_message() argument
44 php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, ZSTR_VAL(class_name)); in incomplete_class_message()
47 php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, "unknown"); in incomplete_class_message()
/PHP-7.2/Zend/
H A Dzend_API.c2097 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2100 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2132 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2134 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2139 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2142 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2155 int error_type; in zend_register_functions() local
2163 error_type = E_CORE_WARNING; in zend_register_functions()
2165 error_type = E_WARNING; in zend_register_functions()
2337 …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.c184 ZEND_ARG_INFO(0, error_type)
1567 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1571 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE)… in ZEND_FUNCTION()
1575 switch (error_type) { in ZEND_FUNCTION()
1587 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1597 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1599 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1626 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h300 …magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type);
/PHP-7.2/main/
H A Drfc1867.c1245 zval file_size, error_type; local
1249 ZVAL_LONG(&error_type, cancel_upload);
1279 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-7.2/ext/libxml/
H A Dlibxml.c536 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
559 switch (error_type) { in php_libxml_internal_error_handler()

Completed in 70 milliseconds