3v4l.org

run code in 500+ PHP versions simultaneously
<?php $program['bolum'] = '3. Sİezon 7. Bölüm'; var_dump(mb_strtolower($program['bolum'])); if(strpos(mb_strtolower($program['bolum']), 'siezon')){ var_dump('Baransel'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 18
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/b6C08
function name:  (null)
number of ops:  19
compiled vars:  !0 = $program
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                                   !0, 'bolum'
          1        OP_DATA                                                      '3.+S%C4%B0ezon+7.+B%C3%B6l%C3%BCm'
    4     2        INIT_FCALL                                                   'var_dump'
          3        INIT_FCALL                                                   'mb_strtolower'
          4        FETCH_DIM_R                                          ~2      !0, 'bolum'
          5        SEND_VAL                                                     ~2
          6        DO_ICALL                                             $3      
          7        SEND_VAR                                                     $3
          8        DO_ICALL                                                     
    6     9        INIT_FCALL                                                   'mb_strtolower'
         10        FETCH_DIM_R                                          ~5      !0, 'bolum'
         11        SEND_VAL                                                     ~5
         12        DO_ICALL                                             $6      
         13        FRAMELESS_ICALL_2                strpos              ~7      $6, 'siezon'
         14      > JMPZ                                                         ~7, ->18
    7    15    >   INIT_FCALL                                                   'var_dump'
         16        SEND_VAL                                                     'Baransel'
         17        DO_ICALL                                                     
    8    18    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.03 ms | 2156 KiB | 15 Q