3v4l.org

run code in 300+ PHP versions simultaneously
<?php $email = "cely@iqnection.com"; $hash = md5( strtolower( trim( $email ) ) ); printf('http://www.gravatar.com/avatar/%s?d=identicon', $hash);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y2dmJ
function name:  (null)
number of ops:  16
compiled vars:  !0 = $email, !1 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'cely%40iqnection.com'
    3     1        INIT_FCALL                                               'md5'
          2        INIT_FCALL                                               'strtolower'
          3        INIT_FCALL                                               'trim'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    4    11        INIT_FCALL                                               'printf'
         12        SEND_VAL                                                 'http%3A%2F%2Fwww.gravatar.com%2Favatar%2F%25s%3Fd%3Didenticon'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.02 ms | 1394 KiB | 21 Q