"path": "E:\\mamp\\bin\\php\\php5.3.23",
symfony cloud:clear-cache
symfony local:php:refresh
symfony cloud:clear-cache
выдаетCould not open input file: C:\Users\user\.platformsh\bin\platform
symfony local:php:refresh
нормально но ничего не дало symfony check:requirements
Fatal error: Using $this when not in object context in C:\Users\user\.symfony5\cache\check.php on line 768
PHP 7.4.19 (cli) (built: May 4 2021 14:24:38) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
ob_start();
imagepng($full, $path . '/img/results/buy.png');
imagedestroy($full);
readfile($path . '/img/results/buy.png');
$output = ob_get_contents();
ob_end_clean();
echo $output; ///не знаю что тут echo или return
<?php
echo '<img src="' . $path_url . '/templates/image.php' . '" />'; ///Вот ссылка на тот файл что сверху но ничего не выводит.
?>