|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-02 15:32 UTC] tony2001@php.net
[2006-08-03 07:39 UTC] pityu-kg at rainstorm dot org
[2006-08-03 07:49 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 13:00:02 2025 UTC |
Description: ------------ <?php empty(' '); ?> crashes without any message, despite E_ALL config. It crashes during parsing, this code doesn't have to be accessible. empty() should get only variables as parameter, not values. Reproduce code: --------------- <?php empty(' '); ?> Expected result: ---------------- Some error or warning telling empty() should get variable, not a value. Actual result: -------------- PHP crash without any message. Apache does not crash.