3v4l.org

run code in 300+ PHP versions simultaneously
<?php $this->hasNotPosClrt = 'B'; echo $this->hasNotPosClrt == 'S' || $this->hasNotPosClrt == 'B' ? false : true;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 11
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: 11
filename:       /in/ccfZn
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $0      
          1        ASSIGN_OBJ                                               $0, 'hasNotPosClrt'
          2        OP_DATA                                                  'B'
    3     3        FETCH_THIS                                       $2      
          4        FETCH_OBJ_R                                      ~3      $2, 'hasNotPosClrt'
          5        IS_EQUAL                                         ~4      ~3, 'S'
          6      > JMPNZ_EX                                         ~4      ~4, ->11
          7    >   FETCH_THIS                                       $5      
          8        FETCH_OBJ_R                                      ~6      $5, 'hasNotPosClrt'
          9        IS_EQUAL                                         ~7      ~6, 'B'
         10        BOOL                                             ~4      ~7
         11    > > JMPZ                                                     ~4, ->14
         12    >   QM_ASSIGN                                        ~8      <false>
         13      > JMP                                                      ->15
         14    >   QM_ASSIGN                                        ~8      <true>
         15    >   ECHO                                                     ~8
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.89 ms | 1398 KiB | 13 Q