3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'hola '; $append = function ($carry, $append) { return $carry .= $append; }; echo $append($a, 'Nico') . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7padu
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a, !1 = $append
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'hola+'
    5     1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F7padu%3A5%240'
          2        ASSIGN                                                   !1, ~3
    9     3        INIT_DYNAMIC_CALL                                        !1
          4        SEND_VAR_EX                                              !0
          5        SEND_VAL_EX                                              'Nico'
          6        DO_FCALL                                      0  $5      
          7        CONCAT                                           ~6      $5, '%0A'
          8        ECHO                                                     ~6
          9      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F7padu%3A5%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7padu
function name:  {closure}
number of ops:  5
compiled vars:  !0 = $carry, !1 = $append
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    6     2        ASSIGN_OP                                     8  ~2      !0, !1
          3      > RETURN                                                   ~2
    7     4*     > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F7padu%3A5%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.21 ms | 1394 KiB | 13 Q