3v4l.org

run code in 300+ PHP versions simultaneously
<?php $kik = 'Jenniferharlin'; $url = 'http://www.kikwall.se/add'; $data = array('kik' => $kik, 'gender' => '1', 'age' => '15', 'text_search' => 'Hello World!'); for ($i = 0; $i < 9999; $i++) { $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), ); $context = stream_context_create($options); $result = file_get_contents($url, false, $context); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 28
Branch analysis from position: 28
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 9
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 9
Branch analysis from position: 30
Branch analysis from position: 9
filename:       /in/vOJEY
function name:  (null)
number of ops:  31
compiled vars:  !0 = $kik, !1 = $url, !2 = $data, !3 = $i, !4 = $options, !5 = $context, !6 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Jenniferharlin'
    5     1        ASSIGN                                                   !1, 'http%3A%2F%2Fwww.kikwall.se%2Fadd'
    6     2        INIT_ARRAY                                       ~9      !0, 'kik'
          3        ADD_ARRAY_ELEMENT                                ~9      '1', 'gender'
          4        ADD_ARRAY_ELEMENT                                ~9      '15', 'age'
          5        ADD_ARRAY_ELEMENT                                ~9      'Hello+World%21', 'text_search'
          6        ASSIGN                                                   !2, ~9
    9     7        ASSIGN                                                   !3, 0
          8      > JMP                                                      ->28
   14     9    >   INIT_ARRAY                                       ~12     'Content-type%3A+application%2Fx-www-form-urlencoded%0D%0A', 'header'
   15    10        ADD_ARRAY_ELEMENT                                ~12     'POST', 'method'
   16    11        INIT_FCALL                                               'http_build_query'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                         $13     
         14        ADD_ARRAY_ELEMENT                                ~12     $13, 'content'
         15        INIT_ARRAY                                       ~14     ~12, 'http'
   12    16        ASSIGN                                                   !4, ~14
   19    17        INIT_FCALL                                               'stream_context_create'
         18        SEND_VAR                                                 !4
         19        DO_ICALL                                         $16     
         20        ASSIGN                                                   !5, $16
   20    21        INIT_FCALL                                               'file_get_contents'
         22        SEND_VAR                                                 !1
         23        SEND_VAL                                                 <false>
         24        SEND_VAR                                                 !5
         25        DO_ICALL                                         $18     
         26        ASSIGN                                                   !6, $18
    9    27        PRE_INC                                                  !3
         28    >   IS_SMALLER                                               !3, 9999
         29      > JMPNZ                                                    ~21, ->9
   22    30    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.45 ms | 1396 KiB | 19 Q