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_createAttribute_error.phpt |
--TEST-- Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $dom = new DOMDocument(); try { $attr = $dom->createAttribute(0); } catch(DOMException $e) { $code = $e->getCode(); if(DOM_INVALID_CHARACTER_ERR === $code) { echo "PASS"; } else { echo 'Wrong exception code'; } } catch(Exception $e) { echo 'Wrong exception thrown'; } ?> --EXPECTF-- PASS
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare