/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/classes/constants_error_001.phpt
12 строк
256 B
Peter Kokot
Sync leading and final newlines in *.phpt sections
15 окт 2018, 05:33
15 окт 2018, 05:33
d679f02
Код
Авторство
О чём код?
--TEST-- Error case: duplicate class constant definition --FILE-- <?php class myclass { const myConst = "hello"; const myConst = "hello again"; } ?> --EXPECTF-- Fatal error: Cannot redefine class constant myclass::myConst in %s on line 5