Searched refs:strict_error (Results 1 – 2 of 2) sorted by relevance
43 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() argument45 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() argument112 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
108 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 5 milliseconds