3v4l.org

run code in 300+ PHP versions simultaneously
<?php $👋 = 'Hello'; $🌎 = 'World'; function 💬($🔠, $🔡) { echo $🔠.' '.$🔡; }; 💬("hello world");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uqk8X
function name:  (null)
number of ops:  6
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_VAL                                                 'hello+world'
          4        DO_FCALL                                      0          
          5      > 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/uqk8X
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.0.0


preferences:
149.58 ms | 1388 KiB | 14 Q