/php-src/ext/standard/ |
H A D | dl.c | 116 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 D | mail.c | 138 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 D | zend_API.c | 2778 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2783 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2789 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2795 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2801 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2806 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation() 2807 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2813 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation() 2929 int error_type; in zend_register_functions() local 2934 error_type = E_CORE_WARNING; in zend_register_functions() [all …]
|
H A D | zend_builtin_functions.c | 1236 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 D | zend_API.h | 388 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
|
/php-src/ext/libxml/ |
H A D | libxml.c | 664 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 687 switch (error_type) { in php_libxml_internal_error_handler_ex() 702 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 708 if (error_type != PHP_LIBXML_ERROR && parser != NULL && parser->input != NULL) { in php_libxml_error_handler_va() 712 php_libxml_internal_error_handler_ex(error_type, ctx, msg, ap, line, column); in php_libxml_error_handler_va()
|
H A D | php_libxml.h | 209 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const…
|
/php-src/main/ |
H A D | rfc1867.c | 1216 zval file_size, error_type; local 1220 ZVAL_LONG(&error_type, cancel_upload); 1250 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
|
/php-src/ext/openssl/ |
H A D | openssl.c | 561 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()
|