3v4l.org

run code in 300+ 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 = 18, Position 2 = 21
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/b6C08
function name:  (null)
number of ops:  22
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                                               'strpos'
         10        INIT_FCALL                                               'mb_strtolower'
         11        FETCH_DIM_R                                      ~5      !0, 'bolum'
         12        SEND_VAL                                                 ~5
         13        DO_ICALL                                         $6      
         14        SEND_VAR                                                 $6
         15        SEND_VAL                                                 'siezon'
         16        DO_ICALL                                         $7      
         17      > JMPZ                                                     $7, ->21
    7    18    >   INIT_FCALL                                               'var_dump'
         19        SEND_VAL                                                 'Baransel'
         20        DO_ICALL                                                 
    8    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
264.05 ms | 1003 KiB | 16 Q