# Дедушко_АнаниЙ (25.02.2017 / 23:21)same function and class name is depricated from php 7.xx.
Where do you see there depreciation notice?
Development is made in PHP 7 and here on the site too PHP 7 and no any depreciation notice are visible.
since captcha.php contains same class as constructer function.
if you run captcha.php with php 7 you will not get any results from the captcha class even error messages because the page contains image headers so the result will be blank image
so if you want to make it work just change function name KAPTCHA to __construct