Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Ddl.c96 int error_type; in php_load_extension() local
106 error_type = E_WARNING; in php_load_extension()
108 error_type = E_CORE_WARNING; in php_load_extension()
137 php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, err); in php_load_extension()
140 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, "Unknown r… in php_load_extension()
143 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERR… in php_load_extension()
164 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
168 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
173 php_error_docref(NULL, error_type, in php_load_extension()
183 php_error_docref(NULL, error_type, in php_load_extension()
[all …]
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.1/Zend/
H A Dzend_API.c2066 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2069 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2101 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2103 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2108 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2111 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2124 int error_type; in zend_register_functions() local
2132 error_type = E_CORE_WARNING; in zend_register_functions()
2134 error_type = E_WARNING; in zend_register_functions()
2273 …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.c211 ZEND_ARG_INFO(0, error_type) in ZEND_END_ARG_INFO()
1730 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1734 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE)… in ZEND_FUNCTION()
1738 switch (error_type) { in ZEND_FUNCTION()
1750 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1761 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1763 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1790 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h289 …magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type);
/PHP-7.1/main/
H A Drfc1867.c1244 zval file_size, error_type; local
1248 ZVAL_LONG(&error_type, cancel_upload);
1278 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-7.1/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 35 milliseconds