I have some_script.php. How I can convert this file in bytecode form? Which is a state after the initial processing of the script by the php-analyzer. Something like .pyc form for .py-scripts in python.
Is it possible to do this with the help of an actual version php-interpreter(7.1)? Since tools like bcompiler look undeveloped today:(.