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/intl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/intl/tests/dateformat_clone_bad_obj.phpt |
--TEST-- Cloning unconstructed IntlDateFormatter --SKIPIF-- <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php class A extends IntlDateFormatter { function __construct() {} } $a = new A; try { $b = clone $a; } catch (Exception $e) { var_dump($e->getMessage()); } --EXPECTF-- string(%s) "Cannot clone unconstructed IntlDateFormatter"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare