3v4l.org

run code in 300+ PHP versions simultaneously
<?php $page = 'sdsd'; if (preg_match('/FIPI/', $page) === 0 && preg_match('/FIFI/', $page) === 0 && preg_match('/Constatacao/', $page) === 0 && preg_match('/Reclamação/', $page) === 0 ) { echo "\n\n NOT FICHA \n\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
2 jumps found. (Code = 46) Position 1 = 14, Position 2 = 20
Branch analysis from position: 14
2 jumps found. (Code = 46) Position 1 = 21, Position 2 = 27
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 28, Position 2 = 29
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 29
Branch analysis from position: 27
Branch analysis from position: 20
Branch analysis from position: 13
filename:       /in/mgSuP
function name:  (null)
number of ops:  30
compiled vars:  !0 = $page
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'sdsd'
    3     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%2FFIPI%2F'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        IS_IDENTICAL                                     ~3      $2, 0
          6      > JMPZ_EX                                          ~3      ~3, ->13
    4     7    >   INIT_FCALL                                               'preg_match'
          8        SEND_VAL                                                 '%2FFIFI%2F'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $4      
         11        IS_IDENTICAL                                     ~5      $4, 0
         12        BOOL                                             ~3      ~5
         13    > > JMPZ_EX                                          ~3      ~3, ->20
    5    14    >   INIT_FCALL                                               'preg_match'
         15        SEND_VAL                                                 '%2FConstatacao%2F'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $6      
         18        IS_IDENTICAL                                     ~7      $6, 0
         19        BOOL                                             ~3      ~7
         20    > > JMPZ_EX                                          ~3      ~3, ->27
    6    21    >   INIT_FCALL                                               'preg_match'
         22        SEND_VAL                                                 '%2FReclama%C3%A7%C3%A3o%2F'
         23        SEND_VAR                                                 !0
         24        DO_ICALL                                         $8      
         25        IS_IDENTICAL                                     ~9      $8, 0
         26        BOOL                                             ~3      ~9
         27    > > JMPZ                                                     ~3, ->29
    8    28    >   ECHO                                                     '%0A%0A+NOT+FICHA+%0A%0A'
   10    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.4 ms | 1396 KiB | 15 Q