3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str1 = md5('240610708'); var_dump( $str1 ); $str2 = md5('QNKCDZO'); var_dump(md5('240610708') == md5('QNKCDZO')); var_dump(md5('240610708') === md5('QNKCDZO')); var_dump($str1 == $str2); var_dump(md5('240610708')); var_dump(md5('QNKCDZO')); var_dump( "0e462097431906509019562988736854" == "0e830400451993494058024219903391" );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0pZek
function name:  (null)
number of ops:  51
compiled vars:  !0 = $str1, !1 = $str2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 '240610708'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'md5'
          8        SEND_VAL                                                 'QNKCDZO'
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    5    11        INIT_FCALL                                               'var_dump'
         12        INIT_FCALL                                               'md5'
         13        SEND_VAL                                                 '240610708'
         14        DO_ICALL                                         $7      
         15        INIT_FCALL                                               'md5'
         16        SEND_VAL                                                 'QNKCDZO'
         17        DO_ICALL                                         $8      
         18        IS_EQUAL                                         ~9      $7, $8
         19        SEND_VAL                                                 ~9
         20        DO_ICALL                                                 
    6    21        INIT_FCALL                                               'var_dump'
         22        INIT_FCALL                                               'md5'
         23        SEND_VAL                                                 '240610708'
         24        DO_ICALL                                         $11     
         25        INIT_FCALL                                               'md5'
         26        SEND_VAL                                                 'QNKCDZO'
         27        DO_ICALL                                         $12     
         28        IS_IDENTICAL                                     ~13     $11, $12
         29        SEND_VAL                                                 ~13
         30        DO_ICALL                                                 
    7    31        INIT_FCALL                                               'var_dump'
         32        IS_EQUAL                                         ~15     !0, !1
         33        SEND_VAL                                                 ~15
         34        DO_ICALL                                                 
    8    35        INIT_FCALL                                               'var_dump'
         36        INIT_FCALL                                               'md5'
         37        SEND_VAL                                                 '240610708'
         38        DO_ICALL                                         $17     
         39        SEND_VAR                                                 $17
         40        DO_ICALL                                                 
    9    41        INIT_FCALL                                               'var_dump'
         42        INIT_FCALL                                               'md5'
         43        SEND_VAL                                                 'QNKCDZO'
         44        DO_ICALL                                         $19     
         45        SEND_VAR                                                 $19
         46        DO_ICALL                                                 
   10    47        INIT_FCALL                                               'var_dump'
         48        SEND_VAL                                                 <true>
         49        DO_ICALL                                                 
         50      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.87 ms | 1400 KiB | 17 Q