|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2009-07-24 13:37 UTC] derick@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
Description: ------------ Failed preg_match Reproduce code: --------------- --- From manual page: regexp.reference.unicode --- $value = 'способ'; $reg = '/(^[\pL]+$)/i'; echo (preg_match ($reg,$value)) ? 'SUCCESS' : 'FAILED'; Expected result: ---------------- SUCCESS Actual result: -------------- FAILED