3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = md5('240610708'); $b = md5('QNKCDZO'); echo "$a\n"; echo "$b\n"; echo "\n"; var_dump((int) $a); var_dump((int) $b); if ($a == $b) { echo 'equal'; } var_dump($a == $b); var_dump($a === $b);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 26
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
filename:       /in/tfmA3
function name:  (null)
number of ops:  35
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 '240610708'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'QNKCDZO'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    6     8        NOP                                                      
          9        FAST_CONCAT                                      ~6      !0, '%0A'
         10        ECHO                                                     ~6
    7    11        NOP                                                      
         12        FAST_CONCAT                                      ~7      !1, '%0A'
         13        ECHO                                                     ~7
    8    14        ECHO                                                     '%0A'
   10    15        INIT_FCALL                                               'var_dump'
         16        CAST                                          4  ~8      !0
         17        SEND_VAL                                                 ~8
         18        DO_ICALL                                                 
   11    19        INIT_FCALL                                               'var_dump'
         20        CAST                                          4  ~10     !1
         21        SEND_VAL                                                 ~10
         22        DO_ICALL                                                 
   12    23        IS_EQUAL                                                 !0, !1
         24      > JMPZ                                                     ~12, ->26
   13    25    >   ECHO                                                     'equal'
   15    26    >   INIT_FCALL                                               'var_dump'
         27        IS_EQUAL                                         ~13     !0, !1
         28        SEND_VAL                                                 ~13
         29        DO_ICALL                                                 
   16    30        INIT_FCALL                                               'var_dump'
         31        IS_IDENTICAL                                     ~15     !0, !1
         32        SEND_VAL                                                 ~15
         33        DO_ICALL                                                 
         34      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.72 ms | 1396 KiB | 17 Q