<?php
var_dump(mb_strpos('ABC-ÖÄÜ-💩-' . "\xc3\x28" . '中文空白-中文空白' . "\xf0\x28\x8c\x28" . 'abc', '白', -8));
- Output for 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
- int(20)
- Output for 5.6.0 - 5.6.25, 7.0.0 - 7.0.20
- Warning: mb_strpos(): Offset not contained in string in /in/TsMA9 on line 3
bool(false)
preferences:
144.18 ms | 407 KiB | 5 Q