Searched refs:strict_error (Results 1 – 2 of 2) sorted by relevance
35 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() argument37 if (strict_error == 1) { in php_dom_throw_error_with_message()46 void php_dom_throw_error(int error_code, int strict_error) in php_dom_throw_error() argument104 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
118 void php_dom_throw_error(int error_code, int strict_error);119 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error);
Completed in 5 milliseconds