3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $test1 = "TEST1"; $test2 = "TEST2 $test1"; print_r($test2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4A51P
function name:  (null)
number of ops:  8
compiled vars:  !0 = $test1, !1 = $test2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'TEST1'
    5     1        NOP                                                      
          2        FAST_CONCAT                                      ~3      'TEST2+', !0
          3        ASSIGN                                                   !1, ~3
    7     4        INIT_FCALL                                               'print_r'
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                                 
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.39 ms | 1393 KiB | 15 Q