3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array("76","Casio AW-S90-7AV 6 LAT GWARANCJI - WYSYŁKA 24H - infolinia: 500 303 509","147,96748","10"); 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/9FtNb
function name:  (null)
number of ops:  62
compiled vars:  !0 = $data, !1 = $filtr1, !2 = $cena, !3 = $ilosc, !4 = $limit, !5 = $writeFd, !6 = $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                                      ~8      !0, 1
          3        SEND_VAL                                                 ~8
          4        SEND_VAR                                                 !1
          5        SEND_VAL                                                 0
          6        DO_ICALL                                         $9      
          7        TYPE_CHECK                                  1018  ~10     $9
          8      > JMPZ_EX                                          ~10     ~10, ->11
          9    >   IS_NOT_EQUAL                                     ~11     !2, '0.00'
         10        BOOL                                             ~10     ~11
         11    > > JMPZ_EX                                          ~10     ~10, ->14
         12    >   IS_SMALLER_OR_EQUAL                              ~12     !4, !3
         13        BOOL                                             ~10     ~12
         14    > > JMPNZ_EX                                         ~10     ~10, ->23
    6    15    >   IS_EQUAL                                         ~13     !1, ''
         16      > JMPZ_EX                                          ~13     ~13, ->19
         17    >   IS_NOT_EQUAL                                     ~14     !2, '0.00'
         18        BOOL                                             ~13     ~14
         19    > > JMPZ_EX                                          ~13     ~13, ->22
         20    >   IS_SMALLER_OR_EQUAL                              ~15     !4, !3
         21        BOOL                                             ~13     ~15
         22    >   BOOL                                             ~10     ~13
         23    > > JMPZ                                                     ~10, ->61
    8    24    >   FETCH_DIM_R                                      ~16     !0, 0
         25        CONCAT                                           ~17     'Niewpisany+produkt%3A+indeks+-+%3Cb%3E', ~16
         26        CONCAT                                           ~18     ~17, '%3C%2Fb%3E+nazwa+-+%3Cb%3E'
         27        FETCH_DIM_R                                      ~19     !0, 1
         28        CONCAT                                           ~20     ~18, ~19
         29        CONCAT                                           ~21     ~20, '%3C%2Fb%3E+cena+-+%3Cb%3E'
         30        CONCAT                                           ~22     ~21, !2
         31        CONCAT                                           ~23     ~22, '%3C%2Fb%3E++ilo%C5%9B%C4%87+-+%3Cb%3E'
         32        CONCAT                                           ~24     ~23, !3
         33        CONCAT                                           ~25     ~24, '%3C%2Fb%3E%3Cbr+%2F%3E'
         34        ECHO                                                     ~25
    9    35        INIT_FCALL                                               'fwrite'
         36        SEND_VAR                                                 !5
         37        FETCH_DIM_R                                      ~26     !0, 0
         38        CONCAT                                           ~27     'Indeks+-+', ~26
         39        CONCAT                                           ~28     ~27, '++nazwa+-+'
         40        FETCH_DIM_R                                      ~29     !0, 1
         41        CONCAT                                           ~30     ~28, ~29
         42        CONCAT                                           ~31     ~30, '+++cena+-+'
         43        CONCAT                                           ~32     ~31, !2
         44        CONCAT                                           ~33     ~32, '+++ilo%C5%9B%C4%87+-+'
         45        CONCAT                                           ~34     ~33, !3
         46        SEND_VAL                                                 ~34
         47        DO_ICALL                                                 
   10    48        INIT_FCALL                                               'fwrite'
         49        SEND_VAR                                                 !5
         50        SEND_VAL                                                 '%0A%0D'
         51        DO_ICALL                                                 
   11    52        PRE_INC                                                  !6
   13    53        BEGIN_SILENCE                                    ~38     
         54        INIT_FCALL                                               'ob_flush'
         55        DO_ICALL                                                 
         56        END_SILENCE                                              ~38
   14    57        BEGIN_SILENCE                                    ~40     
         58        INIT_FCALL                                               'flush'
         59        DO_ICALL                                                 
         60        END_SILENCE                                              ~40
   16    61    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.21 ms | 1404 KiB | 21 Q