Home
last modified time | relevance | path

Searched refs:strictErrorChecking (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt2 DomDocument::$strictErrorChecking - ensure turning off actually works
16 echo "See if strictErrorChecking is on\n";
17 var_dump($doc->strictErrorChecking);
30 echo "Turn strictErrorChecking off\n";
31 $doc->strictErrorChecking = false;
33 echo "See if strictErrorChecking is off\n";
34 var_dump($doc->strictErrorChecking);
49 See if strictErrorChecking is on
51 Should throw DOMException when strictErrorChecking is on
54 Turn strictErrorChecking off
[all …]
H A DDOMDocument_strictErrorChecking_basic.phpt2 DomDocument::$strictErrorChecking - basic test
14 var_dump($doc->strictErrorChecking);
16 $doc->strictErrorChecking = false;
17 var_dump($doc->strictErrorChecking);
H A Ddomobject_debug_handler.phpt42 ["strictErrorChecking"]=>
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php436 public bool $strictErrorChecking; variable in DOMDocument

Completed in 9 milliseconds