3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=0x2+0x0; echo $a."\n"; $a =0x2 +0x0; echo $a."\n"; $a= 0x2+ 0x0; echo $a."\n"; $a = 0x2 + 0x0; echo $a."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ggtf4
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 2
    3     1        CONCAT                                           ~2      !0, '%0A'
          2        ECHO                                                     ~2
    4     3        ASSIGN                                                   !0, 2
    5     4        CONCAT                                           ~4      !0, '%0A'
          5        ECHO                                                     ~4
    6     6        ASSIGN                                                   !0, 2
    7     7        CONCAT                                           ~6      !0, '%0A'
          8        ECHO                                                     ~6
    8     9        ASSIGN                                                   !0, 2
    9    10        CONCAT                                           ~8      !0, '%0A'
         11        ECHO                                                     ~8
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.01 ms | 1384 KiB | 13 Q