Searched refs:strict_error (Results 1 – 2 of 2) sorted by relevance
41 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error) /* {{{… in php_dom_throw_error_with_message() argument43 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() argument110 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
107 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 10 milliseconds