3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h1 = md5('BRTKUJZ'); $h2 = md5('NOOPCJF'); $h3 = sha1('BRTKUJZ'); $h4 = sha1('NOOPCJF'); var_dump($h1, $h2, $h1 == $h2, $h1 === $h2, $h3, $h4, $h3 == $h4, $h3 === $h4);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/krCff
function name:  (null)
number of ops:  31
compiled vars:  !0 = $h1, !1 = $h2, !2 = $h3, !3 = $h4
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'BRTKUJZ'
          2        DO_ICALL                                         $4      
          3        ASSIGN                                                   !0, $4
    3     4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'NOOPCJF'
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !1, $6
    4     8        INIT_FCALL                                               'sha1'
          9        SEND_VAL                                                 'BRTKUJZ'
         10        DO_ICALL                                         $8      
         11        ASSIGN                                                   !2, $8
    5    12        INIT_FCALL                                               'sha1'
         13        SEND_VAL                                                 'NOOPCJF'
         14        DO_ICALL                                         $10     
         15        ASSIGN                                                   !3, $10
    6    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !0
         18        SEND_VAR                                                 !1
         19        IS_EQUAL                                         ~12     !0, !1
         20        SEND_VAL                                                 ~12
         21        IS_IDENTICAL                                     ~13     !0, !1
         22        SEND_VAL                                                 ~13
         23        SEND_VAR                                                 !2
         24        SEND_VAR                                                 !3
         25        IS_EQUAL                                         ~14     !2, !3
         26        SEND_VAL                                                 ~14
         27        IS_IDENTICAL                                     ~15     !2, !3
         28        SEND_VAL                                                 ~15
         29        DO_ICALL                                                 
         30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.01 ms | 1400 KiB | 19 Q