3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((string) '0010e2'); var_dump((string) '0x1234Ab' == (string) '1193131'); var_dump((string) '0xABCdef' == (string) ' 0xABCdef');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M6RKM
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        CAST                                          6  ~0      '0010e2'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'var_dump'
          5        CAST                                          6  ~2      '0x1234Ab'
          6        CAST                                          6  ~3      '1193131'
          7        IS_EQUAL                                         ~4      ~2, ~3
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                                 
    4    10        INIT_FCALL                                               'var_dump'
         11        CAST                                          6  ~6      '0xABCdef'
         12        CAST                                          6  ~7      '++++++0xABCdef'
         13        IS_EQUAL                                         ~8      ~6, ~7
         14        SEND_VAL                                                 ~8
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.15 ms | 1394 KiB | 15 Q