3v4l.org

run code in 300+ PHP versions simultaneously
<?php $users = array( "0:9b5c3d2b64b8f74e56edec71462bd97a" , "1:4eb5fb1501102508a86971773849d266", "2:facabd94d57fc9f1e655ef9ce891e86e", "3:ce3924f011fe323df3a6a95222b0c909", "4:7f6618422e6a7ca2e939bd83abde402c", "5:06e2b745f3124f7d670f78eabaa94809", "6:8e39a6e40900bb0824a8e150c0d0d59f", "7:d035e1a80bbb377ce1edce42728849f2", "8:0927d64a71a9d0078c274fc5f4f10821", "9:e2e23d64a642ee82c7a270c6c76df142", "10:70298593dd7ada576aff61b6750b9118" ); $input = "0"; $input[1] = md5("9"); echo $input[1]; echo " Start "; foreach ($users as $user) { $user = explode(":", $user); $input[0] = $user[0]; $rootbeer = (float) $user[1]; if ($input === $user){ echo true; } echo $rootbeer; echo " - "; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 29
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 29
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 26
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 26
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
filename:       /in/dRO7X
function name:  (null)
number of ops:  31
compiled vars:  !0 = $users, !1 = $input, !2 = $user, !3 = $rootbeer
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   16     1        ASSIGN                                                   !1, '0'
   17     2        INIT_FCALL                                               'md5'
          3        SEND_VAL                                                 '9'
          4        DO_ICALL                                         $7      
          5        ASSIGN_DIM                                               !1, 1
          6        OP_DATA                                                  $7
   18     7        FETCH_DIM_R                                      ~8      !1, 1
          8        ECHO                                                     ~8
   19     9        ECHO                                                     '+Start+'
   20    10      > FE_RESET_R                                       $9      !0, ->29
         11    > > FE_FETCH_R                                               $9, !2, ->29
   23    12    >   INIT_FCALL                                               'explode'
         13        SEND_VAL                                                 '%3A'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                         $10     
         16        ASSIGN                                                   !2, $10
   24    17        FETCH_DIM_R                                      ~13     !2, 0
         18        ASSIGN_DIM                                               !1, 0
         19        OP_DATA                                                  ~13
   25    20        FETCH_DIM_R                                      ~14     !2, 1
         21        CAST                                          5  ~15     ~14
         22        ASSIGN                                                   !3, ~15
   26    23        IS_IDENTICAL                                             !1, !2
         24      > JMPZ                                                     ~17, ->26
   27    25    >   ECHO                                                     <true>
   29    26    >   ECHO                                                     !3
   30    27        ECHO                                                     '+-+'
   20    28      > JMP                                                      ->11
         29    >   FE_FREE                                                  $9
   35    30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.67 ms | 1396 KiB | 17 Q