/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/reflection/tests/bug70674.phpt
8 строк
208 B
Sobak
Move ext/reflection tests into the proper directory
11 окт 2015, 09:41
11 окт 2015, 09:41
68750d0
Код
Авторство
О чём код?
--TEST-- Bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions) --FILE-- <?php var_dump(((new ReflectionFunction("strlen"))->getClosure())("hello")); ?> --EXPECT-- int(5)