Searched refs:strictErrorChecking (Results 1 – 4 of 4) sorted by relevance
2 DomDocument::$strictErrorChecking - ensure turning off actually works16 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 on51 Should throw DOMException when strictErrorChecking is on54 Turn strictErrorChecking off[all …]
2 DomDocument::$strictErrorChecking - basic test14 var_dump($doc->strictErrorChecking);16 $doc->strictErrorChecking = false;17 var_dump($doc->strictErrorChecking);
42 ["strictErrorChecking"]=>
436 public bool $strictErrorChecking; variable in DOMDocument
Completed in 9 milliseconds