Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddl.c104 int error_type, slash_suffix = 0; in php_load_extension() local
115 error_type = E_WARNING; in php_load_extension()
117 error_type = E_CORE_WARNING; in php_load_extension()
153 …php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' (tried: %s (%s), %s (%s))", in php_load_extension()
168 php_error_docref(NULL, error_type, err1); in php_load_extension()
188 …php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading u… in php_load_extension()
192 php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename); in php_load_extension()
197 php_error_docref(NULL, error_type, in php_load_extension()
207 php_error_docref(NULL, error_type, in php_load_extension()
232 php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
/PHP-8.0/Zend/
H A Dzend_API.c2200 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2205 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2211 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2217 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2223 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2228 zend_check_magic_method_static(ce, fptr, error_type); in zend_check_magic_method_implementation()
2229 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2235 zend_check_magic_method_public(ce, fptr, error_type); in zend_check_magic_method_implementation()
2325 int error_type; in ZEND_END_ARG_INFO() local
2330 error_type = E_CORE_WARNING; in ZEND_END_ARG_INFO()
[all …]
H A Dzend_builtin_functions.c1149 zend_long error_type = E_USER_NOTICE; in ZEND_FUNCTION() local
1153 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &message, &message_len, &error_type) == FAILURE)… in ZEND_FUNCTION()
1157 switch (error_type) { in ZEND_FUNCTION()
1170 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1181 zend_long error_type = E_ALL; in ZEND_FUNCTION() local
1184 if (zend_parse_parameters(ZEND_NUM_ARGS(), "f!|l", &fci, &fcc, &error_type) == FAILURE) { in ZEND_FUNCTION()
1201 EG(user_error_handler_error_reporting) = (int)error_type; in ZEND_FUNCTION()
H A Dzend_API.h329 const zend_class_entry *ce, const zend_function *fptr, zend_string *lcname, int error_type);
/PHP-8.0/main/
H A Drfc1867.c1238 zval file_size, error_type; local
1242 ZVAL_LONG(&error_type, cancel_upload);
1272 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
/PHP-8.0/ext/libxml/
H A Dlibxml.c540 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler() argument
563 switch (error_type) { in php_libxml_internal_error_handler()
/PHP-8.0/ext/openssl/
H A Dopenssl.c490 int error_type = E_WARNING; in php_openssl_check_path_ex() local
511 error_type = E_ERROR; in php_openssl_check_path_ex()
524 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
526 php_openssl_check_path_error(arg_num, error_type, "array item %s", error_msg); in php_openssl_check_path_ex()
529 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
531 php_openssl_check_path_error(arg_num, error_type, "%s", error_msg); in php_openssl_check_path_ex()

Completed in 94 milliseconds