Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/dom/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/dom/tests/DOMDocument_schemaValidateSource_missingAttrs.phpt |
--TEST-- DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema --CREDITS-- Chris Wright <info@daverandom.com> --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $doc = new DOMDocument; $doc->load(dirname(__FILE__)."/book-attr.xml"); $xsd = file_get_contents(dirname(__FILE__)."/book.xsd"); $doc->schemaValidateSource($xsd); foreach ($doc->getElementsByTagName('book') as $book) { var_dump($book->getAttribute('is-hardback')); } ?> --EXPECT-- string(0) "" string(4) "true"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare