INIT_PZVAL        762 Zend/zend.h    	INIT_PZVAL(zv);
INIT_PZVAL        810 Zend/zend.h    	INIT_PZVAL(&(zv));
INIT_PZVAL         71 Zend/zend_API.c 			INIT_PZVAL(new_tmp);
INIT_PZVAL        106 Zend/zend_API.c 			INIT_PZVAL(new_tmp);
INIT_PZVAL       1133 Zend/zend_API.c 					INIT_PZVAL(r);
INIT_PZVAL       3553 Zend/zend_API.c 	INIT_PZVAL(property);
INIT_PZVAL       3568 Zend/zend_API.c 	INIT_PZVAL(property);
INIT_PZVAL       3583 Zend/zend_API.c 	INIT_PZVAL(property);
INIT_PZVAL       3601 Zend/zend_API.c 	INIT_PZVAL(property);
INIT_PZVAL       3617 Zend/zend_API.c 	INIT_PZVAL(property);
INIT_PZVAL       3638 Zend/zend_API.c 	INIT_PZVAL(constant);
INIT_PZVAL       3653 Zend/zend_API.c 	INIT_PZVAL(constant);
INIT_PZVAL       3668 Zend/zend_API.c 	INIT_PZVAL(constant);
INIT_PZVAL       3683 Zend/zend_API.c 	INIT_PZVAL(constant);
INIT_PZVAL       3699 Zend/zend_API.c 	INIT_PZVAL(constant);
INIT_PZVAL        318 Zend/zend_ast.c 			INIT_PZVAL(result);
INIT_PZVAL        945 Zend/zend_builtin_functions.c 		INIT_PZVAL(prop_copy);
INIT_PZVAL       1925 Zend/zend_builtin_functions.c 	INIT_PZVAL(const_val);
INIT_PZVAL       2012 Zend/zend_builtin_functions.c 			INIT_PZVAL(const_val);
INIT_PZVAL       3478 Zend/zend_compile.c 						INIT_PZVAL(zv);
INIT_PZVAL       5465 Zend/zend_compile.c 		INIT_PZVAL(property);
INIT_PZVAL       5709 Zend/zend_compile.c 		INIT_PZVAL(&result->u.constant);
INIT_PZVAL       6924 Zend/zend_compile.c 	INIT_PZVAL(&zendlval->u.constant);
INIT_PZVAL        429 Zend/zend_constants.c 			INIT_PZVAL(result);
INIT_PZVAL        273 Zend/zend_exceptions.c 	INIT_PZVAL(return_value);
INIT_PZVAL        977 Zend/zend_execute.c 	INIT_PZVAL(value);
INIT_PZVAL       1335 Zend/zend_execute.c 				INIT_PZVAL(ptr);
INIT_PZVAL        758 Zend/zend_execute_API.c 			INIT_PZVAL(param);
INIT_PZVAL        766 Zend/zend_execute_API.c 			INIT_PZVAL(param);
INIT_PZVAL        799 Zend/zend_execute_API.c 				INIT_PZVAL(this_ptr);
INIT_PZVAL        979 Zend/zend_execute_API.c 	INIT_PZVAL(class_name_ptr);
INIT_PZVAL        485 Zend/zend_gc.c 					INIT_PZVAL(&z);
INIT_PZVAL        617 Zend/zend_gc.c 			INIT_PZVAL(&z);
INIT_PZVAL        760 Zend/zend_gc.c 				INIT_PZVAL(&z);
INIT_PZVAL       5100 Zend/zend_language_parser.c     { ZVAL_LONG(&(yyvsp[(1) - (2)]).u.constant, 0); if ((yyvsp[(2) - (2)]).op_type == IS_CONST) { add_function(&(yyvsp[(2) - (2)]).u.constant, &(yyvsp[(1) - (2)]).u.constant, &(yyvsp[(2) - (2)]).u.constant TSRMLS_CC); (yyval) = (yyvsp[(2) - (2)]); } else { (yyvsp[(1) - (2)]).op_type = IS_CONST; INIT_PZVAL(&(yyvsp[(1) - (2)]).u.constant); zend_do_binary_op(ZEND_ADD, &(yyval), &(yyvsp[(1) - (2)]), &(yyvsp[(2) - (2)]) TSRMLS_CC); } }
INIT_PZVAL       5105 Zend/zend_language_parser.c     { ZVAL_LONG(&(yyvsp[(1) - (2)]).u.constant, 0); if ((yyvsp[(2) - (2)]).op_type == IS_CONST) { sub_function(&(yyvsp[(2) - (2)]).u.constant, &(yyvsp[(1) - (2)]).u.constant, &(yyvsp[(2) - (2)]).u.constant TSRMLS_CC); (yyval) = (yyvsp[(2) - (2)]); } else { (yyvsp[(1) - (2)]).op_type = IS_CONST; INIT_PZVAL(&(yyvsp[(1) - (2)]).u.constant); zend_do_binary_op(ZEND_SUB, &(yyval), &(yyvsp[(1) - (2)]), &(yyvsp[(2) - (2)]) TSRMLS_CC); } }
INIT_PZVAL       5555 Zend/zend_language_parser.c     { ZVAL_EMPTY_STRING(&(yyval).u.constant); INIT_PZVAL(&(yyval).u.constant); (yyval).op_type = IS_CONST; }
INIT_PZVAL       5635 Zend/zend_language_parser.c     { ZVAL_EMPTY_STRING(&(yyval).u.constant); INIT_PZVAL(&(yyval).u.constant); (yyval).op_type = IS_CONST; }
INIT_PZVAL       5920 Zend/zend_language_parser.c     { (yyval).op_type = IS_CONST; INIT_PZVAL(&(yyval).u.constant); array_init(&(yyval).u.constant); (yyval).u.ast = zend_ast_create_constant(&(yyval).u.constant); }
INIT_PZVAL        815 Zend/zend_language_parser.y 	|	'+' expr %prec T_INC { ZVAL_LONG(&$1.u.constant, 0); if ($2.op_type == IS_CONST) { add_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC); $$ = $2; } else { $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant); zend_do_binary_op(ZEND_ADD, &$$, &$1, &$2 TSRMLS_CC); } }
INIT_PZVAL        816 Zend/zend_language_parser.y 	|	'-' expr %prec T_INC { ZVAL_LONG(&$1.u.constant, 0); if ($2.op_type == IS_CONST) { sub_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC); $$ = $2; } else { $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant); zend_do_binary_op(ZEND_SUB, &$$, &$1, &$2 TSRMLS_CC); } }
INIT_PZVAL        960 Zend/zend_language_parser.y 		/* empty */	{ ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST; }
INIT_PZVAL        984 Zend/zend_language_parser.y 	|	T_START_HEREDOC T_END_HEREDOC { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST; }
INIT_PZVAL       1062 Zend/zend_language_parser.y 		/* empty */ { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); $$.u.ast = zend_ast_create_constant(&$$.u.constant); }
INIT_PZVAL        567 Zend/zend_language_scanner.c 	INIT_PZVAL(&retval_znode.u.constant);
INIT_PZVAL        469 Zend/zend_object_handlers.c 		INIT_PZVAL(tmp_member);
INIT_PZVAL        567 Zend/zend_object_handlers.c 		INIT_PZVAL(tmp_member);
INIT_PZVAL        837 Zend/zend_object_handlers.c 		INIT_PZVAL(tmp_member);
INIT_PZVAL        913 Zend/zend_object_handlers.c 	INIT_PZVAL(method_args_ptr);
INIT_PZVAL        923 Zend/zend_object_handlers.c 	INIT_PZVAL(method_name_ptr);
INIT_PZVAL       1128 Zend/zend_object_handlers.c 	INIT_PZVAL(method_args_ptr);
INIT_PZVAL       1138 Zend/zend_object_handlers.c 	INIT_PZVAL(method_name_ptr);
INIT_PZVAL       1442 Zend/zend_object_handlers.c 		INIT_PZVAL(tmp_member);
INIT_PZVAL       1572 Zend/zend_object_handlers.c 					INIT_PZVAL(writeobj);
INIT_PZVAL       1583 Zend/zend_object_handlers.c 					INIT_PZVAL(writeobj);
INIT_PZVAL       1594 Zend/zend_object_handlers.c 			INIT_PZVAL(writeobj);
INIT_PZVAL       1600 Zend/zend_object_handlers.c 			INIT_PZVAL(writeobj);
INIT_PZVAL       1609 Zend/zend_object_handlers.c 			INIT_PZVAL(writeobj);
INIT_PZVAL       1616 Zend/zend_object_handlers.c 			INIT_PZVAL(writeobj);
INIT_PZVAL        670 Zend/zend_operators.c 	INIT_PZVAL(entry);
INIT_PZVAL        987 Zend/zend_vm_def.h 		INIT_PZVAL(z);
INIT_PZVAL       1671 Zend/zend_vm_def.h 					INIT_PZVAL(retval);
INIT_PZVAL       1727 Zend/zend_vm_def.h 				INIT_PZVAL(retval);
INIT_PZVAL       2303 Zend/zend_vm_def.h 		INIT_PZVAL(str);
INIT_PZVAL       2326 Zend/zend_vm_def.h 		INIT_PZVAL(str);
INIT_PZVAL       2354 Zend/zend_vm_def.h 		INIT_PZVAL(str);
INIT_PZVAL       3445 Zend/zend_vm_def.h 		INIT_PZVAL(assignment_value);
INIT_PZVAL       3598 Zend/zend_vm_def.h 	INIT_PZVAL(object_zval);
INIT_PZVAL       4070 Zend/zend_vm_def.h 		INIT_PZVAL(retval);
INIT_PZVAL       5396 Zend/zend_vm_def.h 		INIT_PZVAL(&tmp);
INIT_PZVAL        946 Zend/zend_vm_execute.h 	INIT_PZVAL(object_zval);
INIT_PZVAL       1644 Zend/zend_vm_execute.h 		INIT_PZVAL(assignment_value);
INIT_PZVAL       2404 Zend/zend_vm_execute.h 		INIT_PZVAL(z);
INIT_PZVAL       3043 Zend/zend_vm_execute.h 		INIT_PZVAL(retval);
INIT_PZVAL       4322 Zend/zend_vm_execute.h 		INIT_PZVAL(&tmp);
INIT_PZVAL       7780 Zend/zend_vm_execute.h 		INIT_PZVAL(z);
INIT_PZVAL       8409 Zend/zend_vm_execute.h 		INIT_PZVAL(retval);
INIT_PZVAL       9247 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       9270 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       10118 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       10984 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       12431 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       13037 Zend/zend_vm_execute.h 		INIT_PZVAL(z);
INIT_PZVAL       13778 Zend/zend_vm_execute.h 		INIT_PZVAL(retval);
INIT_PZVAL       15610 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       15666 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       17963 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       18019 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       20225 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       20281 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       21868 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       23696 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       23752 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       25461 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       25484 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       26880 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       28202 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       29955 Zend/zend_vm_execute.h 		INIT_PZVAL(str);
INIT_PZVAL       30732 Zend/zend_vm_execute.h 		INIT_PZVAL(z);
INIT_PZVAL       31445 Zend/zend_vm_execute.h 		INIT_PZVAL(retval);
INIT_PZVAL       33137 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       33193 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       35261 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       35317 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       37386 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       37442 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL       38895 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       40570 Zend/zend_vm_execute.h 					INIT_PZVAL(retval);
INIT_PZVAL       40626 Zend/zend_vm_execute.h 				INIT_PZVAL(retval);
INIT_PZVAL         82 ext/curl/curl_file.c 	INIT_PZVAL(return_value);
INIT_PZVAL        196 ext/dom/xpath.c 	INIT_PZVAL(&handler);
INIT_PZVAL       2152 ext/fileinfo/libmagic/softmagic.c 						INIT_PZVAL(&tmpcopy);
INIT_PZVAL       2169 ext/fileinfo/libmagic/softmagic.c 								INIT_PZVAL(&matchcopy);
INIT_PZVAL       2188 ext/fileinfo/libmagic/softmagic.c 								INIT_PZVAL(&offsetcopy);
INIT_PZVAL        420 ext/filter/filter.c 				INIT_PZVAL(array_ptr);       \
INIT_PZVAL        467 ext/filter/filter.c 			INIT_PZVAL(tmp_new_var);
INIT_PZVAL        442 ext/gmp/gmp.c  		INIT_PZVAL(writeobj);
INIT_PZVAL        447 ext/gmp/gmp.c  		INIT_PZVAL(writeobj);
INIT_PZVAL        452 ext/gmp/gmp.c  		INIT_PZVAL(writeobj);
INIT_PZVAL        611 ext/gmp/gmp.c  	INIT_PZVAL(zv_ptr);
INIT_PZVAL        345 ext/interbase/ibase_events.c 	INIT_PZVAL(event->callback);
INIT_PZVAL         79 ext/mbstring/mb_gpc.c 			INIT_PZVAL(array_ptr);
INIT_PZVAL       1920 ext/mysqlnd/mysqlnd_result.c 	INIT_PZVAL(&row);
INIT_PZVAL        280 ext/opcache/zend_accelerator_util_funcs.c 		INIT_PZVAL(ret);
INIT_PZVAL        401 ext/opcache/zend_accelerator_util_funcs.c 			INIT_PZVAL(ppz);
INIT_PZVAL        538 ext/pcre/php_pcre.c 	INIT_PZVAL(match_pair);
INIT_PZVAL        679 ext/pcre/php_pcre.c 			INIT_PZVAL(match_sets[i]);
INIT_PZVAL        749 ext/pcre/php_pcre.c 						INIT_PZVAL(result_set);
INIT_PZVAL        938 ext/pdo/pdo_stmt.c 					INIT_PZVAL(&val);
INIT_PZVAL       1017 ext/pdo/pdo_stmt.c 			INIT_PZVAL(&grp_val);
INIT_PZVAL       1250 ext/phar/phar_object.c 	INIT_PZVAL(&arg1);
INIT_PZVAL       1252 ext/phar/phar_object.c 	INIT_PZVAL(&arg2);
INIT_PZVAL       1771 ext/phar/phar_object.c 	INIT_PZVAL(&arg);
INIT_PZVAL       1773 ext/phar/phar_object.c 	INIT_PZVAL(&arg2);
INIT_PZVAL       1815 ext/phar/phar_object.c 		INIT_PZVAL(&arg2);
INIT_PZVAL       2213 ext/phar/phar_object.c 	INIT_PZVAL(&arg1);
INIT_PZVAL       4459 ext/phar/phar_object.c 	INIT_PZVAL(&arg1);
INIT_PZVAL        737 ext/reflection/php_reflection.c 			INIT_PZVAL(zv);
INIT_PZVAL       1393 ext/reflection/php_reflection.c 	INIT_PZVAL(&output);
INIT_PZVAL       2607 ext/reflection/php_reflection.c 	INIT_PZVAL(return_value);
INIT_PZVAL       3421 ext/reflection/php_reflection.c 		INIT_PZVAL(prop_copy);
INIT_PZVAL       5032 ext/reflection/php_reflection.c  		INIT_PZVAL(return_value);
INIT_PZVAL       5335 ext/reflection/php_reflection.c 		INIT_PZVAL(const_val);
INIT_PZVAL        550 ext/simplexml/simplexml.c 					INIT_PZVAL(value);
INIT_PZVAL       1817 ext/simplexml/simplexml.c 		INIT_PZVAL(writeobj);
INIT_PZVAL       1844 ext/simplexml/simplexml.c 		INIT_PZVAL(writeobj);
INIT_PZVAL       1248 ext/soap/php_encoding.c 		INIT_PZVAL(&member);
INIT_PZVAL       1282 ext/soap/php_encoding.c 		INIT_PZVAL(&member);
INIT_PZVAL       2323 ext/soap/php_encoding.c 		INIT_PZVAL(array_copy);
INIT_PZVAL        390 ext/soap/php_http.c 			INIT_PZVAL(params[0]);
INIT_PZVAL        392 ext/soap/php_http.c 			INIT_PZVAL(params[1]);
INIT_PZVAL        394 ext/soap/php_http.c 			INIT_PZVAL(params[2]);
INIT_PZVAL       1258 ext/soap/php_http.c 			INIT_PZVAL(params[0]);
INIT_PZVAL       1264 ext/soap/php_http.c 			INIT_PZVAL(params[0]);
INIT_PZVAL       1592 ext/soap/soap.c 					INIT_PZVAL(&filter_params);
INIT_PZVAL        830 ext/spl/php_spl.c 	INIT_PZVAL(&list);
INIT_PZVAL        839 ext/spl/php_spl.c 	INIT_PZVAL(&list);
INIT_PZVAL       1714 ext/spl/spl_array.c 	INIT_PZVAL(&members);
INIT_PZVAL        607 ext/spl/spl_directory.c 	INIT_PZVAL(&zrv);
INIT_PZVAL        523 ext/spl/spl_dllist.c 		INIT_PZVAL(&zrv);
INIT_PZVAL        542 ext/spl/spl_heap.c 		INIT_PZVAL(&zrv);
INIT_PZVAL       2731 ext/spl/spl_iterators.c 						INIT_PZVAL(&zflags);
INIT_PZVAL       2759 ext/spl/spl_iterators.c 				INIT_PZVAL(intern->u.caching.zstr);
INIT_PZVAL       2763 ext/spl/spl_iterators.c 				INIT_PZVAL(intern->u.caching.zstr);
INIT_PZVAL        788 ext/spl/spl_observer.c 	INIT_PZVAL(&members);
INIT_PZVAL       5878 ext/standard/basic_functions.c 					INIT_PZVAL(hash);
INIT_PZVAL       5888 ext/standard/basic_functions.c 					INIT_PZVAL(hash);
INIT_PZVAL       5899 ext/standard/basic_functions.c 				INIT_PZVAL(hash);
INIT_PZVAL        168 ext/standard/browscap.c 				INIT_PZVAL(new_property);
INIT_PZVAL        204 ext/standard/browscap.c 				INIT_PZVAL(bdata->current_section);
INIT_PZVAL        206 ext/standard/browscap.c 				INIT_PZVAL(processed);
INIT_PZVAL        208 ext/standard/browscap.c 				INIT_PZVAL(unprocessed);
INIT_PZVAL        463 ext/standard/browscap.c 	INIT_PZVAL(new);
INIT_PZVAL        562 ext/standard/formatted_print.c 				INIT_PZVAL(tmp);
INIT_PZVAL        797 ext/standard/var.c 					INIT_PZVAL(&fname);
INIT_PZVAL        436 ext/standard/var_unserializer.c 		INIT_PZVAL(&fname);
INIT_PZVAL        635 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL        787 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL        821 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL        875 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL        922 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1018 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1082 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1142 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1155 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1163 ext/standard/var_unserializer.c 	INIT_PZVAL(*rval);
INIT_PZVAL       1474 ext/sybase_ct/php_sybase_ct.c 		INIT_PZVAL(tmp);
INIT_PZVAL       1782 ext/sybase_ct/php_sybase_ct.c 		INIT_PZVAL(field_content);
INIT_PZVAL       1820 ext/sybase_ct/php_sybase_ct.c 		INIT_PZVAL(tmp);
INIT_PZVAL       2226 ext/sybase_ct/php_sybase_ct.c 		INIT_PZVAL(*callback);
INIT_PZVAL        752 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        762 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        784 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        797 ext/wddx/wddx.c 				INIT_PZVAL(ent.data);
INIT_PZVAL        809 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        819 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        827 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        903 ext/wddx/wddx.c 		INIT_PZVAL(ent.data);
INIT_PZVAL        318 ext/xsl/xsltprocessor.c 	INIT_PZVAL(&handler);
INIT_PZVAL        260 main/php_ini.c 					INIT_PZVAL(option_arr);
INIT_PZVAL        331 main/php_ini.c 						INIT_PZVAL(section_arr);
INIT_PZVAL        377 main/php_variables.c 			INIT_PZVAL(array_ptr);
INIT_PZVAL        556 main/php_variables.c 			INIT_PZVAL(tmp);
INIT_PZVAL        575 main/php_variables.c 			INIT_PZVAL(tmp);
INIT_PZVAL        625 main/php_variables.c 	INIT_PZVAL(array_ptr);
INIT_PZVAL        726 main/php_variables.c 		INIT_PZVAL(vars);
INIT_PZVAL        752 main/php_variables.c 		INIT_PZVAL(vars);
INIT_PZVAL        775 main/php_variables.c 		INIT_PZVAL(vars);
INIT_PZVAL        797 main/php_variables.c 		INIT_PZVAL(vars);
INIT_PZVAL        832 main/php_variables.c 		INIT_PZVAL(server_vars);
INIT_PZVAL        850 main/php_variables.c 	INIT_PZVAL(env_vars);
INIT_PZVAL        874 main/php_variables.c 	INIT_PZVAL(form_variables);
INIT_PZVAL        773 main/rfc1867.c 	INIT_PZVAL(http_post_files);
INIT_PZVAL       2247 main/streams/streams.c 	INIT_PZVAL(copied_val);
INIT_PZVAL        639 sapi/cgi/cgi_main.c 		INIT_PZVAL(array_ptr);
INIT_PZVAL        649 sapi/cgi/cgi_main.c 		INIT_PZVAL(array_ptr);
INIT_PZVAL       1053 sapi/cli/php_cli.c 				INIT_PZVAL(argi);
INIT_PZVAL       1064 sapi/cli/php_cli.c 					INIT_PZVAL(argn);
INIT_PZVAL       1124 sapi/cli/php_cli.c 					INIT_PZVAL(ref);
INIT_PZVAL        585 sapi/fpm/fpm/fpm_main.c 		INIT_PZVAL(array_ptr);
INIT_PZVAL        595 sapi/fpm/fpm/fpm_main.c 		INIT_PZVAL(array_ptr);
INIT_PZVAL        270 sapi/litespeed/lsapi_main.c         INIT_PZVAL(array_ptr);
INIT_PZVAL        280 sapi/litespeed/lsapi_main.c         INIT_PZVAL(array_ptr);
INIT_PZVAL        218 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL        252 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL        287 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL        327 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL        369 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL        370 sapi/milter/php_milter.c 	INIT_PZVAL(param[1]);
INIT_PZVAL        437 sapi/milter/php_milter.c 	INIT_PZVAL(param[0]);
INIT_PZVAL         91 win32/registry.c 						INIT_PZVAL(data);