3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '0xf'; $b = '017'; $c = '15'; $d = 15; var_dump($a, $b, $c, $d); var_dump($a == $b, $c == $d);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AlMFX
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '0xf'
    4     1        ASSIGN                                                   !1, '017'
    5     2        ASSIGN                                                   !2, '15'
    6     3        ASSIGN                                                   !3, 15
    8     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        SEND_VAR                                                 !3
          9        DO_ICALL                                                 
    9    10        INIT_FCALL                                               'var_dump'
         11        IS_EQUAL                                         ~9      !0, !1
         12        SEND_VAL                                                 ~9
         13        IS_EQUAL                                         ~10     !2, !3
         14        SEND_VAL                                                 ~10
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.86 ms | 1394 KiB | 15 Q