Home
last modified time | relevance | path

Searched refs:libxml_use_internal_errors (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/libxml/tests/
H A D001.phpt2 libxml_use_internal_errors()
8 var_dump(libxml_use_internal_errors(false));
9 var_dump(libxml_use_internal_errors(true));
10 var_dump(libxml_use_internal_errors());
H A D003.phpt2 libxml_use_internal_errors() memory leaks
7 var_dump(libxml_use_internal_errors(true));
21 var_dump(libxml_use_internal_errors(false));
H A Dbug69753-mb.phpt13 libxml_use_internal_errors(true);
H A Dbug69753.phpt13 libxml_use_internal_errors(true);
H A D002.phpt8 var_dump(libxml_use_internal_errors(true));
/php-src/ext/xmlreader/tests/
H A Dbug64230.phpt17 libxml_use_internal_errors(true);
26 libxml_use_internal_errors(false);
H A Dlibxml_global_state_entity_loader_bypass.phpt16 libxml_use_internal_errors(true);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt8 libxml_use_internal_errors(true);
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt8 libxml_use_internal_errors(true);
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt42 libxml_use_internal_errors(true);
/php-src/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt16 libxml_use_internal_errors(true);
/php-src/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt16 libxml_use_internal_errors(true);
/php-src/ext/libxml/
H A Dlibxml.stub.php166 function libxml_use_internal_errors(?bool $use_errors = null): bool {} function
H A Dlibxml_arginfo.h33 ZEND_FUNCTION(libxml_use_internal_errors);
43 ZEND_FE(libxml_use_internal_errors, arginfo_libxml_use_internal_errors)
H A Dlibxml.c1061 PHP_FUNCTION(libxml_use_internal_errors) in PHP_FUNCTION() argument

Completed in 36 milliseconds