Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Ddl.c113 int error_type, slash_suffix = 0; in php_load_extension() local
124 error_type = E_WARNING; in php_load_extension()
126 error_type = E_CORE_WARNING; in php_load_extension()
162 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
189 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
193 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
198 php_error_docref(NULL, error_type, in php_load_extension()
208 php_error_docref(NULL, error_type, in php_load_extension()
233 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.3/Zend/
H A Dzend_API.c2107 …zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLO… in zend_check_magic_method_implementation()
2110 …zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GE… in zend_check_magic_method_implementation()
2142 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2144 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2149 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2152 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO… in zend_check_magic_method_implementation()
2165 int error_type; in zend_register_functions() local
2173 error_type = E_CORE_WARNING; in zend_register_functions()
2175 error_type = E_WARNING; in zend_register_functions()
2348 …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)
1618 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1622 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE)… in ZEND_FUNCTION()
1626 switch (error_type) { in ZEND_FUNCTION()
1638 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1648 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1650 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|l", &error_handler, &error_type) == FAILURE) { in ZEND_FUNCTION()
1677 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h282 …magic_method_implementation(const zend_class_entry *ce, const zend_function *fptr, int error_type);
/PHP-7.3/main/
H A Drfc1867.c1243 zval file_size, error_type; local
1247 ZVAL_LONG(&error_type, cancel_upload);
1277 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-7.3/ext/libxml/
H A Dlibxml.c544 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
567 switch (error_type) { in php_libxml_internal_error_handler()

Completed in 49 milliseconds