Home
last modified time | relevance | path

Searched refs:use_errors (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/libxml/
H A Dlibxml.stub.php167 function libxml_use_internal_errors(?bool $use_errors = null): bool {} argument
H A Dlibxml_arginfo.h9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, use_errors, _IS_BOOL, 1, "null")
H A Dlibxml.c931 bool use_errors, use_errors_is_null = 1, retval; in PHP_FUNCTION() local
935 Z_PARAM_BOOL_OR_NULL(use_errors, use_errors_is_null) in PHP_FUNCTION()
949 if (use_errors == 0) { in PHP_FUNCTION()

Completed in 8 milliseconds