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/date/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/bug62500.phpt |
--TEST-- Bug #62500 (Segfault in DateInterval class when extended) --INI-- date.timezone=GMT --FILE-- <?php class Crasher extends DateInterval { public $foo; public function __construct($time_spec) { var_dump($this->foo); $this->foo = 3; var_dump($this->foo); var_dump($this->{2}); parent::__construct($time_spec); } } try { $c = new Crasher('blah'); } catch (Exception $e) { var_dump($e->getMessage()); } --EXPECTF-- NULL int(3) Notice: Undefined property: Crasher::$2 in %sbug62500.php on line %d NULL string(%s) "DateInterval::__construct(): Unknown or bad format (blah)"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare