php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54556
Patch wrong-array-access.diff revision 2011-09-14 13:51 UTC by dmitry@php.net
Patch php-5-3-use-a-null-as-array-trigger-notice revision 2011-07-26 11:12 UTC by laruence@php.net
revision 2011-07-25 12:10 UTC by laruence@php.net
revision 2011-07-25 09:29 UTC by laruence@php.net

Patch php-5-3-use-a-null-as-array-trigger-notice for Scripting Engine problem Bug #54556

Patch version 2011-07-25 12:10 UTC

Return to Bug #54556 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions: 2011-07-26 11:12 UTC | 2011-07-25 12:10 UTC | 2011-07-25 09:29 UTC

Developer: laruence@php.net



  @@ -1049,6 +1049,7 @@
   			break;
   
   		case IS_NULL:
 +			zend_error(E_NOTICE, "Try to use NULL as array");
 +			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));
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 07:01:27 2024 UTC