Home
last modified time | relevance | path

Searched refs:strict_error (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/dom/
H A Ddomexception.c41 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() argument
43 if (strict_error == 1) { in php_dom_throw_error_with_message()
52 void php_dom_throw_error(int error_code, int strict_error) in php_dom_throw_error() argument
110 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
H A Dphp_dom.h107 void php_dom_throw_error(int error_code, int strict_error);
108 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error);

Completed in 8 milliseconds