3v4l.org

run code in 500+ PHP versions simultaneously
<?php $closure = function () { echo "Hello from closure."; }; $closure->__invoke();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OXpBe
function name:  (null)
number of ops:  5
compiled vars:  !0 = $closure
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   DECLARE_LAMBDA_FUNCTION                              ~1      [0]
          1        ASSIGN                                                       !0, ~1
    7     2        INIT_METHOD_CALL                                             !0, '__invoke'
          3        DO_FCALL                                          0          
          4      > RETURN                                                       1


Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OXpBe
function name:  {closure:/in/OXpBe:3}
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                         'Hello+from+closure.'
    5     1      > RETURN                                                       null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.83 ms | 2161 KiB | 13 Q