3v4l.org

run code in 300+ PHP versions simultaneously
<?php $router_config = <<<CONFIG [/] "Controller" = "HomepageController" [/news] "Controller" = "NewsController" [404] "Controller" = "404Controller" CONFIG; echo $router_config;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eoKuW
function name:  (null)
number of ops:  3
compiled vars:  !0 = $router_config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%5B%2F%5D%0A%22Controller%22+%3D+%22HomepageController%22%0A%0A%5B%2Fnews%5D%0A%22Controller%22+%3D+%22NewsController%22%0A%0A%5B404%5D%0A%22Controller%22+%3D+%22404Controller%22'
   14     1        ECHO                                                     !0
          2      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.04 ms | 1392 KiB | 13 Q