3v4l.org

run code in 300+ PHP versions simultaneously
<?php $detailAry['会社名'] = 'hair salon Aile'; $h2 = 'Hair Salon Aile(アイル)'; if (mb_strripos($detailAry['会社名'], $h2) !== false) { echo 'true'; } else { echo 'false'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vdPr0
function name:  (null)
number of ops:  14
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        FETCH_DIM_R                                      ~4      !0, '%E4%BC%9A%E7%A4%BE%E5%90%8D'
          5        SEND_VAL                                                 ~4
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $5      
          8        TYPE_CHECK                                  1018          $5
          9      > JMPZ                                                     ~6, ->12
    7    10    >   ECHO                                                     'true'
         11      > JMP                                                      ->13
    9    12    >   ECHO                                                     'false'
   10    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.05 ms | 1394 KiB | 15 Q