3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'iObjUCFb0RBX07lz2NzcoJGWbIv2l8pT'; echo strlen($str); echo '\n--->'; echo md5($str); echo strlen(md5($str));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YdgTE
function name:  (null)
number of ops:  14
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'iObjUCFb0RBX07lz2NzcoJGWbIv2l8pT'
    5     1        STRLEN                                           ~2      !0
          2        ECHO                                                     ~2
    6     3        ECHO                                                     '%5Cn---%3E'
    7     4        INIT_FCALL                                               'md5'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
    8     8        INIT_FCALL                                               'md5'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11        STRLEN                                           ~5      $4
         12        ECHO                                                     ~5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.34 ms | 1394 KiB | 15 Q