3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.84 ms | 1387 KiB | 14 Q