Home
last modified time | relevance | path

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

/PHP-7.2/ext/dom/
H A Ddomexception.c43 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() argument
45 if (strict_error == 1) { in php_dom_throw_error_with_message()
54 void php_dom_throw_error(int error_code, int strict_error) in php_dom_throw_error() argument
112 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
H A Dphp_dom.h108 void php_dom_throw_error(int error_code, int strict_error);
109 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error);

Completed in 12 milliseconds