Home
last modified time | relevance | path

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

/PHP-8.3/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()
264 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
H A Dmail.c131 php_mail_header_value_error_type error_type = php_mail_build_headers_check_field_value(val); in php_mail_build_headers_elem() local
132 switch (error_type) { in php_mail_build_headers_elem()
/PHP-8.3/Zend/
H A Dzend_API.c2657 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2662 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2668 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2674 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2680 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2685 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation()
2686 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2692 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2805 int error_type; in zend_register_functions() local
2810 error_type = E_CORE_WARNING; in zend_register_functions()
[all …]
H A Dzend_builtin_functions.c1125 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1128 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|l", &message, &error_type) == FAILURE) { in ZEND_FUNCTION()
1132 switch (error_type) { in ZEND_FUNCTION()
1145 …zend_error_zstr_at(error_type, zend_get_executed_filename_ex(), zend_get_executed_lineno(), messag… in ZEND_FUNCTION()
1156 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1161 Z_PARAM_LONG(error_type) in ZEND_FUNCTION()
1177 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h384 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
/PHP-8.3/main/
H A Drfc1867.c1199 zval file_size, error_type; local
1203 ZVAL_LONG(&error_type, cancel_upload);
1233 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-8.3/ext/libxml/
H A Dlibxml.c690 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
713 switch (error_type) { in php_libxml_internal_error_handler()
/PHP-8.3/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 82 milliseconds