Searched defs:error_type (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/standard/ |
H A D | dl.c | 116 int error_type, slash_suffix = 0; in php_load_extension() local
|
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
|
/php-src/Zend/ |
H A D | zend_API.c | 2657 uint32_t num_args, const zend_class_entry *ce, const zend_function *fptr, int error_type) in zend_check_magic_method_args() 2681 …t32_t arg_num, const zend_class_entry *ce, const zend_function *fptr, int error_type, int arg_type) in zend_check_magic_method_arg_type() 2694 …d_return_type(const zend_class_entry *ce, const zend_function *fptr, int error_type, int return_ty… in zend_check_magic_method_return_type() 2721 const zend_class_entry *ce, const zend_function *fptr, int error_type) in zend_check_magic_method_non_static() 2730 const zend_class_entry *ce, const zend_function *fptr, int error_type) in zend_check_magic_method_static() 2739 const zend_class_entry *ce, const zend_function *fptr, int error_type) in zend_check_magic_method_public() 2749 const zend_class_entry *ce, const zend_function *fptr, int error_type) in zend_check_magic_method_no_return_type() 2757 …nst zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type) /* {{{ */ in zend_check_magic_method_implementation() 2929 int error_type; in zend_register_functions() local
|
H A D | zend_builtin_functions.c | 1236 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local 1272 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
|
/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() 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()
|
/php-src/main/ |
H A D | rfc1867.c | 1216 zval file_size, error_type; local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 561 int error_type = E_WARNING; in php_openssl_check_path_ex() local
|
Completed in 50 milliseconds