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) { $md5 = md5( strtolower( trim( $email ) ) ); $sha1 = sha1( strtolower( trim( $email ) ) ); printf('email: %-30s'."=>\n", $email); printf("\t".'https://identicons.github.com/%s.png'."\n", $md5); printf("\t".'https://identicons.github.com/%s.png'."\n", $sha1); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 37
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 37
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 37
filename:       /in/ZF3mB
function name:  (null)
number of ops:  39
compiled vars:  !0 = $emails, !1 = $email, !2 = $k, !3 = $md5, !4 = $sha1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1      > FE_RESET_R                                       $6      !0, ->37
          2    > > FE_FETCH_R                                       ~7      $6, !1, ->37
          3    >   ASSIGN                                                   !2, ~7
    5     4        INIT_FCALL                                               'md5'
          5        INIT_FCALL                                               'strtolower'
          6        INIT_FCALL                                               'trim'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $9      
          9        SEND_VAR                                                 $9
         10        DO_ICALL                                         $10     
         11        SEND_VAR                                                 $10
         12        DO_ICALL                                         $11     
         13        ASSIGN                                                   !3, $11
    6    14        INIT_FCALL                                               'sha1'
         15        INIT_FCALL                                               'strtolower'
         16        INIT_FCALL                                               'trim'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                         $13     
         19        SEND_VAR                                                 $13
         20        DO_ICALL                                         $14     
         21        SEND_VAR                                                 $14
         22        DO_ICALL                                         $15     
         23        ASSIGN                                                   !4, $15
    7    24        INIT_FCALL                                               'printf'
         25        SEND_VAL                                                 'email%3A+%25-30s%3D%3E%0A'
         26        SEND_VAR                                                 !1
         27        DO_ICALL                                                 
    8    28        INIT_FCALL                                               'printf'
         29        SEND_VAL                                                 '%09https%3A%2F%2Fidenticons.github.com%2F%25s.png%0A'
         30        SEND_VAR                                                 !3
         31        DO_ICALL                                                 
    9    32        INIT_FCALL                                               'printf'
         33        SEND_VAL                                                 '%09https%3A%2F%2Fidenticons.github.com%2F%25s.png%0A'
         34        SEND_VAR                                                 !4
         35        DO_ICALL                                                 
    4    36      > JMP                                                      ->2
         37    >   FE_FREE                                                  $6
   11    38      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.38 ms | 1396 KiB | 23 Q