|
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-25 09:29 UTC Return to Bug #54556 | Download this patchThis patch is obsolete Obsoleted by patches:
Developer: laruence@php.net
Index: zend_execute.c
===================================================================
--- zend_execute.c (revision 313645)
+++ zend_execute.c (working copy)
@@ -1049,6 +1049,7 @@
break;
case IS_NULL:
+ zend_error(E_NOTICE, "Try 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: Wed Nov 12 05:00:01 2025 UTC |