3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = 'x,x/b2m5kaaj=i46+M#'; // Good URL from chess-4 // http://images.chesscomfiles-4.com/uploads/user/41.02d5743c.200x200o.3e7c6cd0544f.png var_dump(md5("user/41.02d5743c.200x200o.png".$hash)); // Your example // user/1906698.8482bae0.200x200o.46e9c046f2d9.jpeg var_dump(md5("1906698.8482bae0.200x200o.jpeg".$hash));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c56UT
function name:  (null)
number of ops:  16
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'x%2Cx%2Fb2m5kaaj%3Di46%2BM%23'
    7     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'md5'
          3        CONCAT                                           ~2      'user%2F41.02d5743c.200x200o.png', !0
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                                 
   11     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'md5'
         10        CONCAT                                           ~5      '1906698.8482bae0.200x200o.jpeg', !0
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                         $6      
         13        SEND_VAR                                                 $6
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.57 ms | 1394 KiB | 17 Q