|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-07-27 14:30 UTC] rasmus@php.net
[2012-07-27 14:30 UTC] rasmus@php.net
-Package: *Regular Expressions
+Package: Documentation problem
[2012-07-27 16:11 UTC] salathe@php.net
[2012-07-27 16:11 UTC] salathe@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 21:00:01 2025 UTC |
Description: ------------ The preg_match_all function always returns false if it is used with only mandatory parameters. Test script: --------------- var_dump(preg_match_all('/[^0-9\.]/', '455asdf')); Expected result: ---------------- int(4)