Home
last modified time | relevance | path

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

/php-src/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()
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-src/Zend/
H A Dzend_API.c2690 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2695 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2701 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2707 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2713 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2718 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation()
2719 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2725 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2841 int error_type; in zend_register_functions() local
2846 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.h388 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
/php-src/ext/libxml/
H A Dphp_libxml.h166 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const…
H A Dlibxml.c647 static void php_libxml_internal_error_handler_ex(php_libxml_error_level error_type, void *ctx, cons… in php_libxml_internal_error_handler_ex() argument
670 switch (error_type) { in php_libxml_internal_error_handler_ex()
685 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const… in php_libxml_error_handler_va() argument
691 if (error_type != PHP_LIBXML_ERROR && parser != NULL && parser->input != NULL) { in php_libxml_error_handler_va()
695 php_libxml_internal_error_handler_ex(error_type, ctx, msg, ap, line, column); in php_libxml_error_handler_va()
/php-src/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-src/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 87 milliseconds