3v4l.org

run code in 300+ PHP versions simultaneously
<?php spl_autoload_register(function ($class) { if (file_exists("/tmp/$class.php")) require "/tmp/$class.php"; }); new azaza;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RFJUG
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'spl_autoload_register'
          1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FRFJUG%3A3%240'
    6     2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    8     4        NEW                                              $2      'azaza'
          5        DO_FCALL                                      0          
          6        FREE                                                     $2
    9     7      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FRFJUG%3A3%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/RFJUG
function name:  {closure}
number of ops:  13
compiled vars:  !0 = $class
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        INIT_FCALL                                               'file_exists'
          2        ROPE_INIT                                     3  ~2      '%2Ftmp%2F'
          3        ROPE_ADD                                      1  ~2      ~2, !0
          4        ROPE_END                                      2  ~1      ~2, '.php'
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                         $4      
          7      > JMPZ                                                     $4, ->12
    5     8    >   ROPE_INIT                                     3  ~6      '%2Ftmp%2F'
          9        ROPE_ADD                                      1  ~6      ~6, !0
         10        ROPE_END                                      2  ~5      ~6, '.php'
         11        INCLUDE_OR_EVAL                                          ~5, REQUIRE
    6    12    > > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FRFJUG%3A3%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.87 ms | 1395 KiB | 17 Q