|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-21 19:09 UTC] felipe@php.net
[2010-04-23 22:16 UTC] felipe@php.net
-Status: Open
+Status: Bogus
[2010-04-23 22:16 UTC] felipe@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
Description: ------------ With some UTF-8 letters of Cyrillic block preg_match behaves incorrectly with S modifier. Test script: --------------- <?=(preg_match('#Ф#uiS', 'ф') == preg_match('#Ф#ui', 'ф')) ? "passed" : "failed"?> Expected result: ---------------- "passed" Actual result: -------------- "failed"