Home
last modified time | relevance | path

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

/PHP-8.3/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 Dgh16039.phpt16 $dom->strictErrorChecking = false; // Should not have influence
H A Ddomobject_debug_handler.phpt43 ["strictErrorChecking"]=>
H A DDOMDocument_adoptNode.phpt56 $doc1->strictErrorChecking = false;
62 $doc1->strictErrorChecking = true;
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php710 public bool $strictErrorChecking; variable in DOMDocument

Completed in 16 milliseconds