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)){ $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 = 38
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 38
Branch analysis from position: 5
2 jumps found. (Code = 47) Position 1 = 15, Position 2 = 20
Branch analysis from position: 15
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 36
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 36
Branch analysis from position: 20
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
filename:       /in/6XIRQ
function name:  (null)
number of ops:  40
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, ->38
          4    > > FE_FETCH_R                                       ~9      $8, !3, ->38
          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, ->20
         15    >   INIT_FCALL                                               'strpos'
         16        SEND_VAR                                                 !2
         17        SEND_VAR                                                 !4
         18        DO_ICALL                                         $15     
         19        BOOL                                             ~14     $15
         20    > > JMPZ                                                     ~14, ->36
    8    21    >   INIT_FCALL                                               'substr'
         22        SEND_VAR                                                 !2
         23        INIT_FCALL                                               'strpos'
         24        SEND_VAR                                                 !2
         25        SEND_VAR                                                 !4
         26        DO_ICALL                                         $17     
         27        STRLEN                                           ~18     !4
         28        ADD                                              ~19     $17, ~18
         29        ADD                                              ~20     ~19, 1
         30        SEND_VAL                                                 ~20
         31        DO_ICALL                                         $21     
         32        ASSIGN_DIM                                               !0, !4
         33        OP_DATA                                                  $21
    9    34        FETCH_DIM_R                                      ~22     !0, !4
         35        ECHO                                                     ~22
   11    36    >   ECHO                                                     '%22++%7C+++'
    5    37      > JMP                                                      ->4
         38    >   FE_FREE                                                  $8
   13    39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.75 ms | 1400 KiB | 17 Q