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' ); if( '0e462097431906509019562988736854' == '0e830400451993494058024219903391' ) echo 'true'; if( '1' == '2' ) { echo 'true'; } else { echo 'false'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 51, Position 2 = 52
Branch analysis from position: 51
2 jumps found. (Code = 43) Position 1 = 53, Position 2 = 55
Branch analysis from position: 53
1 jumps found. (Code = 42) Position 1 = 56
Branch analysis from position: 56
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 55
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 52
filename:       /in/EYAhb
function name:  (null)
number of ops:  57
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                                                 
   11    50      > JMPZ                                                     <true>, ->52
         51    >   ECHO                                                     'true'
   12    52    > > JMPZ                                                     <false>, ->55
         53    >   ECHO                                                     'true'
         54      > JMP                                                      ->56
         55    >   ECHO                                                     'false'
         56    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.44 ms | 1400 KiB | 17 Q