3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Cf. doc. md5 intoarce string $a = md5('240610708'); $b = md5('QNKCDZO'); if ($a == $b) { echo "Sunt egale: \n $a \n $b \n"; } $a = '0e830400451993494058024219903391'; if ($a == 0) { echo 'da'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 16
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 20
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
Branch analysis from position: 16
filename:       /in/33fJY
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 '240610708'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    6     4        INIT_FCALL                                               'md5'
          5        SEND_VAL                                                 'QNKCDZO'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    7     8        IS_EQUAL                                                 !0, !1
          9      > JMPZ                                                     ~6, ->16
    8    10    >   ROPE_INIT                                     5  ~8      'Sunt+egale%3A+%0A+'
         11        ROPE_ADD                                      1  ~8      ~8, !0
         12        ROPE_ADD                                      2  ~8      ~8, '+%0A+'
         13        ROPE_ADD                                      3  ~8      ~8, !1
         14        ROPE_END                                      4  ~7      ~8, '+%0A'
         15        ECHO                                                     ~7
   11    16    >   ASSIGN                                                   !0, '0e830400451993494058024219903391'
   12    17        IS_EQUAL                                                 !0, 0
         18      > JMPZ                                                     ~12, ->20
   13    19    >   ECHO                                                     'da'
   14    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.46 ms | 1395 KiB | 15 Q