/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/date/tests/bug75002.phpt
22 строки
501 B
Derick Rethans
Implement More Appropriate Date/Time Exceptions RFC
08 фев 2023, 13:27
08 фев 2023, 13:27
b7860cd
Код
Авторство
О чём код?
--TEST-- Bug #75002 Null Pointer Dereference in timelib_time_clone --FILE-- <?php class aaa extends DatePeriod { public function __construct() { } } $start=new DateTime( '2012-08-01' ); foreach (new aaa($start) as $y) { $a=$key; } ?> ==DONE== --EXPECTF-- Fatal error: Uncaught DateObjectError: Object of type DatePeriod has not been correctly initialized by calling parent::__construct() in its constructor in %sbug75002.php:%d Stack trace: #0 {main} thrown in %sbug75002.php on line %d