All pastes #1082412 Raw Copy code Copy link Edit

rewbs

public unlisted diff v1 · immutable
#1082412 ·published 2008-07-25 08:59 UTC
rendered paste body
Index: ext/spl/spl_array.c===================================================================RCS file: /repository/php-src/ext/spl/spl_array.c,vretrieving revision 1.71.2.17.2.13.2.18diff -u -w -p -r1.71.2.17.2.13.2.18 spl_array.c--- ext/spl/spl_array.c	24 Jul 2008 15:54:41 -0000	1.71.2.17.2.13.2.18+++ ext/spl/spl_array.c	25 Jul 2008 08:36:12 -0000@@ -699,7 +699,6 @@ static int spl_array_has_property(zval * 		if (!std_object_handlers.has_property(object, member, 2 TSRMLS_CC)) { 			return spl_array_has_dimension(object, member, has_set_exists TSRMLS_CC); 		}-		return 0; /* if prop doesn't exist at all mode 0/1 cannot return 1 */ 	} 	return std_object_handlers.has_property(object, member, has_set_exists TSRMLS_CC); } /* }}} */