$textbox = imagettfbbox($font_size, 0, $font, $_GET['q']);
$x = 50;
$y = 60;
imagettftext($image, $font_size, 0, $x, $y, $text_color, $font , $_GET['q']);
$textbox = imagettfbbox($font_size, 0, $font, 'проверка');
$x = 50;
$y = 60;
imagettftext($image, $font_size, 0, $x, $y, $text_color, $font , 'проверка');
изменил на 7.2
<pre>
забыли)))