Searched refs:strictErrorChecking (Results 1 – 6 of 6) 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);
16 $dom->strictErrorChecking = false; // Should not have influence
43 ["strictErrorChecking"]=>
56 $doc1->strictErrorChecking = false;62 $doc1->strictErrorChecking = true;
710 public bool $strictErrorChecking; variable in DOMDocument
Completed in 23 milliseconds