|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch php-5-3-use-a-null-as-array-trigger-notice for Scripting Engine problem Bug #54556Patch version 2011-07-26 11:12 UTC Return to Bug #54556 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:
Developer: laruence@php.net
Index: Zend/zend_execute.c
===================================================================
--- Zend/zend_execute.c (revision 313688)
+++ Zend/zend_execute.c (working copy)
@@ -1049,6 +1049,7 @@
break;
case IS_NULL:
+ zend_error(E_NOTICE, "Attempt to use NULL as array");
if (result) {
AI_SET_PTR(result->var, EG(uninitialized_zval_ptr));
PZVAL_LOCK(EG(uninitialized_zval_ptr));
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 14 06:00:02 2025 UTC |