3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emails = array("tcely", "cely@iqnection.com", "cely@tenable.com", "Chris.Ely@gmail.com", "tcely@users.noreply.github.com"); foreach ($emails as $k => $email) { $hash = md5( strtolower( trim( $email ) ) ); printf('email: %-30s'."=>\n\t".'https://identicons.github.com/%s.png'."\n", $email, $hash); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 20
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 20
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/WQTWO
function name:  (null)
number of ops:  22
compiled vars:  !0 = $emails, !1 = $email, !2 = $k, !3 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1      > FE_RESET_R                                       $5      !0, ->20
          2    > > FE_FETCH_R                                       ~6      $5, !1, ->20
          3    >   ASSIGN                                                   !2, ~6
    5     4        INIT_FCALL                                               'md5'
          5        INIT_FCALL                                               'strtolower'
          6        INIT_FCALL                                               'trim'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $8      
          9        SEND_VAR                                                 $8
         10        DO_ICALL                                         $9      
         11        SEND_VAR                                                 $9
         12        DO_ICALL                                         $10     
         13        ASSIGN                                                   !3, $10
    6    14        INIT_FCALL                                               'printf'
         15        SEND_VAL                                                 'email%3A+%25-30s%3D%3E%0A%09https%3A%2F%2Fidenticons.github.com%2F%25s.png%0A'
         16        SEND_VAR                                                 !1
         17        SEND_VAR                                                 !3
         18        DO_ICALL                                                 
    4    19      > JMP                                                      ->2
         20    >   FE_FREE                                                  $5
    8    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.14 ms | 1395 KiB | 21 Q