3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.31 ms | 1399 KiB | 15 Q