3v4l.org

run code in 500+ PHP versions simultaneously
<?php function myecho($a) { echo $a; } echo 'A'.myecho('B').'C';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XaCIM
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'myecho'
          1        SEND_VAL                                                 'B'
          2        DO_FCALL                                      0  $0      
          3        CONCAT                                           ~1      'A', $0
          4        CONCAT                                           ~2      ~1, 'C'
          5        ECHO                                                     ~2
          6      > RETURN                                                   1

Function myecho:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XaCIM
function name:  myecho
number of ops:  3
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        ECHO                                                     !0
          2      > RETURN                                                   null

End of function myecho

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.73 ms | 2074 KiB | 13 Q