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_validate_basic.phpt |
--TEST-- DOMDocument::validate() should validate an internal DTD declaration --CREDITS-- Knut Urdalen <knut@php.net> #PHPTestFest2009 Norway 2009-06-09 \o/ --SKIPIF-- <?php require_once dirname(__FILE__) .'/skipif.inc'; ?> --FILE-- <?php $xml = "<?xml version=\"1.0\"?> <!DOCTYPE note [ <!ELEMENT note (to,from,heading,body)> <!ELEMENT to (#PCDATA)> <!ELEMENT from (#PCDATA)> <!ELEMENT heading (#PCDATA)> <!ELEMENT body (#PCDATA)> ]> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend</body> </note>"; $dom = new DOMDocument('1.0'); $dom->loadXML($xml); var_dump($dom->validate()); ?> --EXPECTF-- bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare