There is a samopisny framework with a single entry point, CNC, routing and other things. There was a need for one of the controllers to run a third-party script in this case, Adminer.php (gui to manage mysql analog phpmyadmin).
At connection of this business errors Cannot redeclare functionname()
because there obviously functions are used globally with the same names.
Is it possible to somehow isolate (create a local scope) for this script from everything else using PHP?