|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-03 10:52 UTC] felipe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 12 03:00:02 2026 UTC |
Description: ------------ expr in empty() causes parse error Reproduce code: --------------- <?php if( empty( $x =5)) { } ?> Expected result: ---------------- No parse errors Actual result: -------------- Parse error