Searched refs:libxml_get_errors (Results 1 – 7 of 7) sorted by relevance
2 libxml_get_errors()23 $errors = libxml_get_errors();
12 var_dump(libxml_get_errors());
22 foreach (libxml_get_errors() as $error) {
172 function libxml_get_errors(): array {} function
36 ZEND_FUNCTION(libxml_get_errors);47 ZEND_FE(libxml_get_errors, arginfo_libxml_get_errors)
997 PHP_FUNCTION(libxml_get_errors) in PHP_FUNCTION() argument
10 foreach (libxml_get_errors() as $error) {
Completed in 11 milliseconds