|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-03 06:53 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Feb 06 03:00:02 2026 UTC |
Description: ------------ define() accepts names ^\d. Reproduce code: --------------- define('1a','value'); Expected result: ---------------- error Actual result: -------------- no error