3v4l.org

run code in 500+ PHP versions simultaneously
<?php //weird encoding $mydata="Entity: This data must work." ; echo (strpos($mydata,'Εntity') === false) ? 'normal' : 'other'; //normal $mydata="Εntity: This data must work." ; echo (strpos($mydata,'Εntity') === false) ? 'normal' : 'other';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
Branch analysis from position: 14
filename:       /in/lbL4v
function name:  (null)
number of ops:  17
compiled vars:  !0 = $mydata
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                       !0, 'Entity%3A+This+data+must+work.'
    5     1        FRAMELESS_ICALL_2                strpos              ~2      !0, '%CE%95ntity'
          2        TYPE_CHECK                                        4          ~2
          3      > JMPZ                                                         ~3, ->6
          4    >   QM_ASSIGN                                            ~4      'normal'
          5      > JMP                                                          ->7
          6    >   QM_ASSIGN                                            ~4      'other'
          7    >   ECHO                                                         ~4
    9     8        ASSIGN                                                       !0, '%CE%95ntity%3A+This+data+must+work.'
   10     9        FRAMELESS_ICALL_2                strpos              ~6      !0, '%CE%95ntity'
         10        TYPE_CHECK                                        4          ~6
         11      > JMPZ                                                         ~7, ->14
         12    >   QM_ASSIGN                                            ~8      'normal'
         13      > JMP                                                          ->15
         14    >   QM_ASSIGN                                            ~8      'other'
         15    >   ECHO                                                         ~8
         16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
225.14 ms | 3280 KiB | 13 Q