3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 0x0A; echo "\n"; echo "0x0A"; echo "\n"; if (0x0A == '0x0A') { var_dump(0x0A,'0x0A'); } if (0x0A == "0x0A") { var_dump(0x0A,"0x0A");; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
Branch analysis from position: 9
filename:       /in/4aG4V
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     10
    3     1        ECHO                                                     '%0A'
    4     2        ECHO                                                     '0x0A'
    5     3        ECHO                                                     '%0A'
    6     4      > JMPZ                                                     <false>, ->9
    7     5    >   INIT_FCALL                                               'var_dump'
          6        SEND_VAL                                                 10
          7        SEND_VAL                                                 '0x0A'
          8        DO_ICALL                                                 
    9     9    > > JMPZ                                                     <false>, ->14
   10    10    >   INIT_FCALL                                               'var_dump'
         11        SEND_VAL                                                 10
         12        SEND_VAL                                                 '0x0A'
         13        DO_ICALL                                                 
   11    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.86 ms | 1399 KiB | 15 Q