3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pw = "12345"; $bpw = md5(utf8_encode($Password),TRUE); $bpw .= substr($this->bPassword,0,8); echo("bPassword: ".$this->bPassword."\r\n");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AA67a
function name:  (null)
number of ops:  23
compiled vars:  !0 = $pw, !1 = $bpw, !2 = $Password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '12345'
    4     1        INIT_FCALL                                               'md5'
          2        INIT_FCALL                                               'utf8_encode'
          3        SEND_VAR                                                 !2
          4        DO_ICALL                                         $4      
          5        SEND_VAR                                                 $4
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $5      
          8        ASSIGN                                                   !1, $5
    5     9        INIT_FCALL                                               'substr'
         10        FETCH_THIS                                       $7      
         11        FETCH_OBJ_R                                      ~8      $7, 'bPassword'
         12        SEND_VAL                                                 ~8
         13        SEND_VAL                                                 0
         14        SEND_VAL                                                 8
         15        DO_ICALL                                         $9      
         16        ASSIGN_OP                                     8          !1, $9
    7    17        FETCH_THIS                                       $11     
         18        FETCH_OBJ_R                                      ~12     $11, 'bPassword'
         19        CONCAT                                           ~13     'bPassword%3A+', ~12
         20        CONCAT                                           ~14     ~13, '%0D%0A'
         21        ECHO                                                     ~14
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.26 ms | 1395 KiB | 19 Q