3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; $o = (function () use( $o) { $i++; echo 'o'; if ($i < 10) { $o(); } })();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jQI9T
function name:  (null)
number of ops:  7
compiled vars:  !0 = $i, !1 = $o
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FjQI9T%3A4%240'
          2        BIND_LEXICAL                                             ~3, !1
   10     3        INIT_DYNAMIC_CALL                                        ~3
          4        DO_FCALL                                      0  $4      
    4     5        ASSIGN                                                   !1, $4
   10     6      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FjQI9T%3A4%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/jQI9T
function name:  {closure}
number of ops:  8
compiled vars:  !0 = $o, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   BIND_STATIC                                              !0
    5     1        PRE_INC                                                  !1
    6     2        ECHO                                                     'o'
    7     3        IS_SMALLER                                               !1, 10
          4      > JMPZ                                                     ~3, ->7
    8     5    >   INIT_DYNAMIC_CALL                                        !0
          6        DO_FCALL                                      0          
   10     7    > > RETURN                                                   null

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.63 ms | 1385 KiB | 13 Q