|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 05:00:02 2025 UTC |
Description: ------------ expr in empty() causes parse error Reproduce code: --------------- <?php if( empty( $x =5)) { } ?> Expected result: ---------------- No parse errors Actual result: -------------- Parse error