3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
175.49 ms | 2812 KiB | 14 Q