3v4l.org

run code in 300+ PHP versions simultaneously
<?php function p($a, $b) { echo $a; echo '--'; echo $b; } p($a=9, $b='abc');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Sd43A
function name:  (null)
number of ops:  7
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'p'
          1        ASSIGN                                           ~2      !0, 9
          2        SEND_VAL                                                 ~2
          3        ASSIGN                                           ~3      !1, 'abc'
          4        SEND_VAL                                                 ~3
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

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

End of function p

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.27 ms | 1397 KiB | 14 Q