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.c138 php_mail_header_value_error_type error_type = php_mail_build_headers_check_field_value(val); in php_mail_build_headers_elem() local
139 switch (error_type) { in php_mail_build_headers_elem()
/php-src/Zend/
H A Dzend_API.c2779 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2784 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2790 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2796 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2802 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2807 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation()
2808 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2814 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2930 int error_type; in zend_register_functions() local
2935 error_type = E_CORE_WARNING; in zend_register_functions()
[all …]
H A Dzend_builtin_functions.c1236 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1239 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|l", &message, &error_type) == FAILURE) { in ZEND_FUNCTION()
1243 switch (error_type) { in ZEND_FUNCTION()
1261 …zend_error_zstr_at(error_type, zend_get_executed_filename_ex(), zend_get_executed_lineno(), messag… in ZEND_FUNCTION()
1272 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1277 Z_PARAM_LONG(error_type) in ZEND_FUNCTION()
1293 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 Dlibxml.c663 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
686 switch (error_type) { in php_libxml_internal_error_handler_ex()
701 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
707 if (error_type != PHP_LIBXML_ERROR && parser != NULL && parser->input != NULL) { in php_libxml_error_handler_va()
711 php_libxml_internal_error_handler_ex(error_type, ctx, msg, ap, line, column); in php_libxml_error_handler_va()
H A Dphp_libxml.h209 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const…
/php-src/main/
H A Drfc1867.c1209 zval file_size, error_type; local
1213 ZVAL_LONG(&error_type, cancel_upload);
1243 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/php-src/ext/openssl/
H A Dopenssl.c561 int error_type = E_WARNING; in php_openssl_check_path_ex() local
582 error_type = E_ERROR; in php_openssl_check_path_ex()
595 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
597 php_openssl_check_path_error(arg_num, error_type, "array item %s", error_msg); in php_openssl_check_path_ex()
600 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
602 php_openssl_check_path_error(arg_num, error_type, "%s", error_msg); in php_openssl_check_path_ex()

Completed in 100 milliseconds