3v4l.org

run code in 300+ PHP versions simultaneously
<?php $titles_array = array("asdf","xcv","","123"); if (((Strpos($data[1],$filtr1,0) !== false) && ($cena != "0.00") && ($ilosc >= $limit)) OR (($filtr1 =="") && ($cena != "0.00") && ($ilosc >= $limit))) { echo 'Niewpisany produkt: indeks - <b>'. $data[0] . '</b> nazwa - <b>'.$data[1] . '</b> cena - <b>'.$cena . '</b> ilość - <b>'.$ilosc . '</b><br />'; fwrite($writeFd, 'Indeks - '. $data[0] . ' nazwa - '.$data[1] . ' cena - '.$cena . ' ilość - '.$ilosc); fwrite($writeFd, "\n\r"); $dopliku++; @ob_flush(); @flush(); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
2 jumps found. (Code = 46) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
2 jumps found. (Code = 47) Position 1 = 15, Position 2 = 23
Branch analysis from position: 15
2 jumps found. (Code = 46) Position 1 = 17, Position 2 = 19
Branch analysis from position: 17
2 jumps found. (Code = 46) Position 1 = 20, Position 2 = 22
Branch analysis from position: 20
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 61
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 61
Branch analysis from position: 22
Branch analysis from position: 19
Branch analysis from position: 23
Branch analysis from position: 14
Branch analysis from position: 11
filename:       /in/qkIHp
function name:  (null)
number of ops:  62
compiled vars:  !0 = $titles_array, !1 = $data, !2 = $filtr1, !3 = $cena, !4 = $ilosc, !5 = $limit, !6 = $writeFd, !7 = $dopliku
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'strpos'
          2        FETCH_DIM_R                                      ~9      !1, 1
          3        SEND_VAL                                                 ~9
          4        SEND_VAR                                                 !2
          5        SEND_VAL                                                 0
          6        DO_ICALL                                         $10     
          7        TYPE_CHECK                                  1018  ~11     $10
          8      > JMPZ_EX                                          ~11     ~11, ->11
          9    >   IS_NOT_EQUAL                                     ~12     !3, '0.00'
         10        BOOL                                             ~11     ~12
         11    > > JMPZ_EX                                          ~11     ~11, ->14
         12    >   IS_SMALLER_OR_EQUAL                              ~13     !5, !4
         13        BOOL                                             ~11     ~13
         14    > > JMPNZ_EX                                         ~11     ~11, ->23
    6    15    >   IS_EQUAL                                         ~14     !2, ''
         16      > JMPZ_EX                                          ~14     ~14, ->19
         17    >   IS_NOT_EQUAL                                     ~15     !3, '0.00'
         18        BOOL                                             ~14     ~15
         19    > > JMPZ_EX                                          ~14     ~14, ->22
         20    >   IS_SMALLER_OR_EQUAL                              ~16     !5, !4
         21        BOOL                                             ~14     ~16
         22    >   BOOL                                             ~11     ~14
         23    > > JMPZ                                                     ~11, ->61
    8    24    >   FETCH_DIM_R                                      ~17     !1, 0
         25        CONCAT                                           ~18     'Niewpisany+produkt%3A+indeks+-+%3Cb%3E', ~17
         26        CONCAT                                           ~19     ~18, '%3C%2Fb%3E+nazwa+-+%3Cb%3E'
         27        FETCH_DIM_R                                      ~20     !1, 1
         28        CONCAT                                           ~21     ~19, ~20
         29        CONCAT                                           ~22     ~21, '%3C%2Fb%3E+cena+-+%3Cb%3E'
         30        CONCAT                                           ~23     ~22, !3
         31        CONCAT                                           ~24     ~23, '%3C%2Fb%3E++ilo%C5%9B%C4%87+-+%3Cb%3E'
         32        CONCAT                                           ~25     ~24, !4
         33        CONCAT                                           ~26     ~25, '%3C%2Fb%3E%3Cbr+%2F%3E'
         34        ECHO                                                     ~26
    9    35        INIT_FCALL                                               'fwrite'
         36        SEND_VAR                                                 !6
         37        FETCH_DIM_R                                      ~27     !1, 0
         38        CONCAT                                           ~28     'Indeks+-+', ~27
         39        CONCAT                                           ~29     ~28, '++nazwa+-+'
         40        FETCH_DIM_R                                      ~30     !1, 1
         41        CONCAT                                           ~31     ~29, ~30
         42        CONCAT                                           ~32     ~31, '+++cena+-+'
         43        CONCAT                                           ~33     ~32, !3
         44        CONCAT                                           ~34     ~33, '+++ilo%C5%9B%C4%87+-+'
         45        CONCAT                                           ~35     ~34, !4
         46        SEND_VAL                                                 ~35
         47        DO_ICALL                                                 
   10    48        INIT_FCALL                                               'fwrite'
         49        SEND_VAR                                                 !6
         50        SEND_VAL                                                 '%0A%0D'
         51        DO_ICALL                                                 
   11    52        PRE_INC                                                  !7
   13    53        BEGIN_SILENCE                                    ~39     
         54        INIT_FCALL                                               'ob_flush'
         55        DO_ICALL                                                 
         56        END_SILENCE                                              ~39
   14    57        BEGIN_SILENCE                                    ~41     
         58        INIT_FCALL                                               'flush'
         59        DO_ICALL                                                 
         60        END_SILENCE                                              ~41
   16    61    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.12 ms | 1400 KiB | 21 Q