3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array(); $data['bonitaet_status'] = 'einsAmobile GmbH'; if ( (true === isset($data['bonitaet_status']) && 'confirmed' === $data['bonitaet_status']) && ( true === isset($data['billing_partner']) && false === strpos(strtolower($data['billing_partner']), 'drillisch') && false === strpos(strtolower($data['billing_partner']), 'simfinity') && false === strpos(strtolower($data['billing_partner']), 'eAm') && false === strpos(strtolower($data['billing_partner']), 'einsAmobile') ) ) { echo 'a'; } else { echo 'b'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
2 jumps found. (Code = 46) Position 1 = 10, Position 2 = 57
Branch analysis from position: 10
2 jumps found. (Code = 46) Position 1 = 13, Position 2 = 23
Branch analysis from position: 13
2 jumps found. (Code = 46) Position 1 = 24, Position 2 = 34
Branch analysis from position: 24
2 jumps found. (Code = 46) Position 1 = 35, Position 2 = 45
Branch analysis from position: 35
2 jumps found. (Code = 46) Position 1 = 46, Position 2 = 56
Branch analysis from position: 46
2 jumps found. (Code = 43) Position 1 = 58, Position 2 = 60
Branch analysis from position: 58
1 jumps found. (Code = 42) Position 1 = 61
Branch analysis from position: 61
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 60
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 56
Branch analysis from position: 45
Branch analysis from position: 34
Branch analysis from position: 23
Branch analysis from position: 57
Branch analysis from position: 9
filename:       /in/3u4MX
function name:  (null)
number of ops:  62
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0, 'bonitaet_status'
          2        OP_DATA                                                  'einsAmobile+GmbH'
    6     3        ISSET_ISEMPTY_DIM_OBJ                         0  ~3      !0, 'bonitaet_status'
          4        TYPE_CHECK                                    8  ~4      ~3
          5      > JMPZ_EX                                          ~4      ~4, ->9
          6    >   FETCH_DIM_R                                      ~5      !0, 'bonitaet_status'
          7        IS_IDENTICAL                                     ~6      ~5, 'confirmed'
          8        BOOL                                             ~4      ~6
          9    > > JMPZ_EX                                          ~4      ~4, ->57
    8    10    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~7      !0, 'billing_partner'
         11        TYPE_CHECK                                    8  ~8      ~7
         12      > JMPZ_EX                                          ~8      ~8, ->23
    9    13    >   INIT_FCALL                                               'strpos'
         14        INIT_FCALL                                               'strtolower'
         15        FETCH_DIM_R                                      ~9      !0, 'billing_partner'
         16        SEND_VAL                                                 ~9
         17        DO_ICALL                                         $10     
         18        SEND_VAR                                                 $10
         19        SEND_VAL                                                 'drillisch'
         20        DO_ICALL                                         $11     
         21        TYPE_CHECK                                    4  ~12     $11
         22        BOOL                                             ~8      ~12
         23    > > JMPZ_EX                                          ~8      ~8, ->34
   10    24    >   INIT_FCALL                                               'strpos'
         25        INIT_FCALL                                               'strtolower'
         26        FETCH_DIM_R                                      ~13     !0, 'billing_partner'
         27        SEND_VAL                                                 ~13
         28        DO_ICALL                                         $14     
         29        SEND_VAR                                                 $14
         30        SEND_VAL                                                 'simfinity'
         31        DO_ICALL                                         $15     
         32        TYPE_CHECK                                    4  ~16     $15
         33        BOOL                                             ~8      ~16
         34    > > JMPZ_EX                                          ~8      ~8, ->45
   11    35    >   INIT_FCALL                                               'strpos'
         36        INIT_FCALL                                               'strtolower'
         37        FETCH_DIM_R                                      ~17     !0, 'billing_partner'
         38        SEND_VAL                                                 ~17
         39        DO_ICALL                                         $18     
         40        SEND_VAR                                                 $18
         41        SEND_VAL                                                 'eAm'
         42        DO_ICALL                                         $19     
         43        TYPE_CHECK                                    4  ~20     $19
         44        BOOL                                             ~8      ~20
         45    > > JMPZ_EX                                          ~8      ~8, ->56
   12    46    >   INIT_FCALL                                               'strpos'
         47        INIT_FCALL                                               'strtolower'
         48        FETCH_DIM_R                                      ~21     !0, 'billing_partner'
         49        SEND_VAL                                                 ~21
         50        DO_ICALL                                         $22     
         51        SEND_VAR                                                 $22
         52        SEND_VAL                                                 'einsAmobile'
         53        DO_ICALL                                         $23     
         54        TYPE_CHECK                                    4  ~24     $23
         55        BOOL                                             ~8      ~24
         56    >   BOOL                                             ~4      ~8
         57    > > JMPZ                                                     ~4, ->60
   15    58    >   ECHO                                                     'a'
         59      > JMP                                                      ->61
   17    60    >   ECHO                                                     'b'
   18    61    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.79 ms | 1400 KiB | 17 Q