|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-10-28 14:15 UTC] salathe@php.net
-Status: Open
+Status: Bogus
[2010-10-28 14:15 UTC] salathe@php.net
[2010-10-28 14:32 UTC] michelmulder at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 10:00:01 2025 UTC |
Description: ------------ When i run the code i get a wrong result. var_dump stops outputting but i don't know why. Test script: --------------- <?php var_dump('#(?<![\p{Nd}\p{L}_])(test)(?![\p{Nd}\p{L}_])#iu'); ?> Expected result: ---------------- string(47) "#(?<![\p{Nd}\p{L}_])(test)(?![\p{Nd}\p{L}_])#iu" Actual result: -------------- string(47) "#(?