3v4l.org

run code in 300+ PHP versions simultaneously
<?php $detailAry['会社名'] = 'hair salon Aile'; $h2 = 'Hair Salon Aile(アイル)'; if (mb_strripos($h2, $detailAry['会社名']) === false || mb_strripos($detailAry['会社名'], $h2) === false) { echo 'true'; } else { echo 'false'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 10, Position 2 = 17
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 20
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/RHP6f
function name:  (null)
number of ops:  22
compiled vars:  !0 = $detailAry, !1 = $h2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, '%E4%BC%9A%E7%A4%BE%E5%90%8D'
          1        OP_DATA                                                  'hair+salon+Aile'
    4     2        ASSIGN                                                   !1, 'Hair+Salon+Aile%28%E3%82%A2%E3%82%A4%E3%83%AB%EF%BC%89'
    6     3        INIT_FCALL                                               'mb_strripos'
          4        SEND_VAR                                                 !1
          5        FETCH_DIM_R                                      ~4      !0, '%E4%BC%9A%E7%A4%BE%E5%90%8D'
          6        SEND_VAL                                                 ~4
          7        DO_ICALL                                         $5      
          8        TYPE_CHECK                                    4  ~6      $5
          9      > JMPNZ_EX                                         ~6      ~6, ->17
         10    >   INIT_FCALL                                               'mb_strripos'
         11        FETCH_DIM_R                                      ~7      !0, '%E4%BC%9A%E7%A4%BE%E5%90%8D'
         12        SEND_VAL                                                 ~7
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $8      
         15        TYPE_CHECK                                    4  ~9      $8
         16        BOOL                                             ~6      ~9
         17    > > JMPZ                                                     ~6, ->20
    7    18    >   ECHO                                                     'true'
         19      > JMP                                                      ->21
    9    20    >   ECHO                                                     'false'
   10    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.28 ms | 1387 KiB | 15 Q