3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; ($o = function () use(&$o, $i) { $i++; echo 'o'; if ($i < 10) { $o(); } return $o; })();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tYt8k
function name:  (null)
number of ops:  8
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%2FtYt8k%3A4%240'
          2        BIND_LEXICAL                                             ~3, !1
          3        BIND_LEXICAL                                             ~3, !0
          4        ASSIGN                                           ~4      !1, ~3
          5        INIT_DYNAMIC_CALL                                        ~4
          6        DO_FCALL                                      0          
   11     7      > RETURN                                                   1

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

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.59 ms | 1394 KiB | 13 Q