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/bug46849.phpt |
--TEST-- Bug #46849 (Cloning DOMDocument doesn't clone the properties). --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $dom = new DOMDocument; $dom->formatOutput = 1; var_dump($dom->formatOutput); $dom2 = clone $dom; var_dump($dom2->formatOutput); ?> --EXPECT-- bool(true) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare