Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Ddl.c116 int error_type, slash_suffix = 0; in php_load_extension() local
127 error_type = E_WARNING; in php_load_extension()
129 error_type = E_CORE_WARNING; in php_load_extension()
165 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
180 php_error_docref(NULL, error_type, err1); in php_load_extension()
200 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
204 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
214 php_error_docref(NULL, error_type, in php_load_extension()
224 php_error_docref(NULL, error_type, in php_load_extension()
248 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
/PHP-8.2/Zend/
H A Dzend_API.c2679 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2684 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2690 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2696 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2702 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2707 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation()
2708 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2714 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2830 int error_type; in zend_register_functions() local
2835 error_type = E_CORE_WARNING; in zend_register_functions()
[all …]
H A Dzend_builtin_functions.c1184 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1187 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|l", &message, &error_type) == FAILURE) { in ZEND_FUNCTION()
1191 switch (error_type) { in ZEND_FUNCTION()
1204 …zend_error_zstr_at(error_type, zend_get_executed_filename_ex(), zend_get_executed_lineno(), messag… in ZEND_FUNCTION()
1215 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1220 Z_PARAM_LONG(error_type) in ZEND_FUNCTION()
1236 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h387 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
/PHP-8.2/ext/libxml/
H A Dlibxml.c654 static void php_libxml_internal_error_handler_ex(int error_type, void *ctx, const char **msg, va_li… in php_libxml_internal_error_handler_ex() argument
677 switch (error_type) { in php_libxml_internal_error_handler_ex()
692 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
698 if (error_type != PHP_LIBXML_ERROR && parser != NULL && parser->input != NULL) { in php_libxml_internal_error_handler()
702 php_libxml_internal_error_handler_ex(error_type, ctx, msg, ap, line, column); in php_libxml_internal_error_handler()
/PHP-8.2/main/
H A Drfc1867.c1208 zval file_size, error_type; local
1212 ZVAL_LONG(&error_type, cancel_upload);
1242 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-8.2/ext/openssl/
H A Dopenssl.c543 int error_type = E_WARNING; in php_openssl_check_path_ex() local
564 error_type = E_ERROR; in php_openssl_check_path_ex()
577 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
579 php_openssl_check_path_error(arg_num, error_type, "array item %s", error_msg); in php_openssl_check_path_ex()
582 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
584 php_openssl_check_path_error(arg_num, error_type, "%s", error_msg); in php_openssl_check_path_ex()

Completed in 79 milliseconds