3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( 0b1010, "10" == "0b1010", // false 012, "10" == "012", // false 0xa, "10" == "0xa", // true 1E+1, "10" == "1E+1", // true 1e1, "10" == "1e1", // true 10.0, "10" == "10.0", // true +10, "10" == "+10" // true );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1gJXa
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
    4     1        SEND_VAL                                                     10
          2        SEND_VAL                                                     <false>
    5     3        SEND_VAL                                                     10
          4        SEND_VAL                                                     <false>
    6     5        SEND_VAL                                                     10
          6        SEND_VAL                                                     <false>
    7     7        SEND_VAL                                                     10
          8        SEND_VAL                                                     <true>
    8     9        SEND_VAL                                                     10
         10        SEND_VAL                                                     <true>
    9    11        SEND_VAL                                                     10
         12        SEND_VAL                                                     <true>
   10    13        SEND_VAL                                                     10
         14        SEND_VAL                                                     <true>
    3    15        DO_ICALL                                                     
   11    16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.65 ms | 2905 KiB | 14 Q