3v4l.org

run code in 500+ PHP versions simultaneously
<?php $tracker = array('1','2','3'); Foreach($tracker as $track){ $hashx = array( $hash ); $info = $scraper->scrape( $hashx, $track ); foreach ($info as $key => $value) { $openseed[] = $value['seeders']; } } //Now $openseed is an array with three values originating from 1,2,3
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 19
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 19
Branch analysis from position: 3
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 17
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 17
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/tSjSk
function name:  (null)
number of ops:  21
compiled vars:  !0 = $tracker, !1 = $track, !2 = $hashx, !3 = $hash, !4 = $info, !5 = $scraper, !6 = $value, !7 = $key, !8 = $openseed
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    4     1      > FE_RESET_R                                           $10     !0, ->19
          2    > > FE_FETCH_R                                                   $10, !1, ->19
    5     3    >   INIT_ARRAY                                           ~11     !3
          4        ASSIGN                                                       !2, ~11
    6     5        INIT_METHOD_CALL                                             !5, 'scrape'
          6        SEND_VAR_EX                                                  !2
          7        SEND_VAR_EX                                                  !1
          8        DO_FCALL                                          0  $13     
          9        ASSIGN                                                       !4, $13
    7    10      > FE_RESET_R                                           $15     !4, ->17
         11    > > FE_FETCH_R                                           ~16     $15, !6, ->17
         12    >   ASSIGN                                                       !7, ~16
    8    13        FETCH_DIM_R                                          ~19     !6, 'seeders'
         14        ASSIGN_DIM                                                   !8
         15        OP_DATA                                                      ~19
    7    16      > JMP                                                          ->11
         17    >   FE_FREE                                                      $15
    4    18      > JMP                                                          ->2
         19    >   FE_FREE                                                      $10
   12    20      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
199.74 ms | 2098 KiB | 13 Q