3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_register(function($name) { global $lpROOT; if(class_exists($name, false)) return; $path = "{$lpROOT}/lp-class/{$name}.php"; if(file_exists($path)) require_once($path); });
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Ycuh
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'spl_autoload_register'
          1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F5Ycuh%3A4%240'
   14     2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
          4      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F5Ycuh%3A4%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 18
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/5Ycuh
function name:  {closure}
number of ops:  19
compiled vars:  !0 = $name, !1 = $lpROOT, !2 = $path
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
    6     1        BIND_GLOBAL                                              !1, 'lpROOT'
    8     2        INIT_FCALL                                               'class_exists'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 <false>
          5        DO_ICALL                                         $3      
          6      > JMPZ                                                     $3, ->8
    9     7    > > RETURN                                                   null
   11     8    >   ROPE_INIT                                     4  ~5      !1
          9        ROPE_ADD                                      1  ~5      ~5, '%2Flp-class%2F'
         10        ROPE_ADD                                      2  ~5      ~5, !0
         11        ROPE_END                                      3  ~4      ~5, '.php'
         12        ASSIGN                                                   !2, ~4
   12    13        INIT_FCALL                                               'file_exists'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                         $8      
         16      > JMPZ                                                     $8, ->18
   13    17    >   INCLUDE_OR_EVAL                                          !2, REQUIRE_ONCE
   14    18    > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F5Ycuh%3A4%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.04 ms | 1396 KiB | 19 Q