3v4l.org

run code in 500+ PHP versions simultaneously
<?php $👋 = 'Hello'; $🌎 = 'World'; function 💬($🔠, $🔡) { echo $🔠.' '.$🔡; }; 💬($👋, $🌎);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EPd61
function name:  (null)
number of ops:  7
compiled vars:  !0 = $👋, !1 = $🌎
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'Hello'
    4     1        ASSIGN                                                       !1, 'World'
   10     2        INIT_FCALL                                                   '%F0%9F%92%AC'
          3        SEND_VAR                                                     !0
          4        SEND_VAR                                                     !1
          5        DO_FCALL                                          0          
          6      > RETURN                                                       1

Function %F0%9F%92%AC:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EPd61
function name:  💬
number of ops:  6
compiled vars:  !0 = $🔠, !1 = $🔡
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    6     0  E >   RECV                                                 !0      
          1        RECV                                                 !1      
    7     2        CONCAT                                               ~2      !0, '+'
          3        CONCAT                                               ~3      ~2, !1
          4        ECHO                                                         ~3
    8     5      > RETURN                                                       null

End of function %F0%9F%92%AC

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
203.43 ms | 2699 KiB | 9 Q