3v4l.org

run code in 300+ PHP versions simultaneously
<?php $donut = array("Adı" => false, "açıklama" => false, "kurulum" => false, "kaldırma" => false, "onayDurumu" => 2); $degiskenler = array("adı" => "Modül Adı:"); $line = "// Modül Adı: Denek kod "; foreach ($donut as $varAd => $var){ echo "Deneme:".$varAd." ... Arama Sonucu: \""; if (strpos($line, $varAd) == 0 or strpos($line,$varAd) == true){ $donut[$varAd] = substr($line, strpos($line, $varAd) + strlen($varAd) + 1); echo $donut[$varAd]; } echo "\" | "; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 39
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 39
Branch analysis from position: 5
2 jumps found. (Code = 47) Position 1 = 15, Position 2 = 21
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 22, Position 2 = 37
Branch analysis from position: 22
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 37
Branch analysis from position: 21
Branch analysis from position: 39
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 39
filename:       /in/chYkV
function name:  (null)
number of ops:  41
compiled vars:  !0 = $donut, !1 = $degiskenler, !2 = $line, !3 = $var, !4 = $varAd
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, '%2F%2F+Mod%C3%BCl+Ad%C4%B1%3A+Denek+kod+'
    5     3      > FE_RESET_R                                       $8      !0, ->39
          4    > > FE_FETCH_R                                       ~9      $8, !3, ->39
          5    >   ASSIGN                                                   !4, ~9
    6     6        CONCAT                                           ~11     'Deneme%3A', !4
          7        CONCAT                                           ~12     ~11, '+...+Arama+Sonucu%3A+%22'
          8        ECHO                                                     ~12
    7     9        INIT_FCALL                                               'strpos'
         10        SEND_VAR                                                 !2
         11        SEND_VAR                                                 !4
         12        DO_ICALL                                         $13     
         13        IS_EQUAL                                         ~14     $13, 0
         14      > JMPNZ_EX                                         ~14     ~14, ->21
         15    >   INIT_FCALL                                               'strpos'
         16        SEND_VAR                                                 !2
         17        SEND_VAR                                                 !4
         18        DO_ICALL                                         $15     
         19        BOOL                                             ~16     $15
         20        BOOL                                             ~14     ~16
         21    > > JMPZ                                                     ~14, ->37
    8    22    >   INIT_FCALL                                               'substr'
         23        SEND_VAR                                                 !2
         24        INIT_FCALL                                               'strpos'
         25        SEND_VAR                                                 !2
         26        SEND_VAR                                                 !4
         27        DO_ICALL                                         $18     
         28        STRLEN                                           ~19     !4
         29        ADD                                              ~20     $18, ~19
         30        ADD                                              ~21     ~20, 1
         31        SEND_VAL                                                 ~21
         32        DO_ICALL                                         $22     
         33        ASSIGN_DIM                                               !0, !4
         34        OP_DATA                                                  $22
    9    35        FETCH_DIM_R                                      ~23     !0, !4
         36        ECHO                                                     ~23
   11    37    >   ECHO                                                     '%22++%7C+++'
    5    38      > JMP                                                      ->4
         39    >   FE_FREE                                                  $8
   13    40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.12 ms | 1400 KiB | 17 Q