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 5467 Zend/zend_compile.c INIT_PZVAL(property); INIT_PZVAL 5711 Zend/zend_compile.c INIT_PZVAL(&result->u.constant); INIT_PZVAL 6933 Zend/zend_compile.c INIT_PZVAL(&zendlval->u.constant); INIT_PZVAL 429 Zend/zend_constants.c INIT_PZVAL(result); INIT_PZVAL 307 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 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 2304 Zend/zend_vm_def.h INIT_PZVAL(str); INIT_PZVAL 2327 Zend/zend_vm_def.h INIT_PZVAL(str); INIT_PZVAL 2355 Zend/zend_vm_def.h INIT_PZVAL(str); INIT_PZVAL 3446 Zend/zend_vm_def.h INIT_PZVAL(assignment_value); INIT_PZVAL 3599 Zend/zend_vm_def.h INIT_PZVAL(object_zval); INIT_PZVAL 4071 Zend/zend_vm_def.h INIT_PZVAL(retval); INIT_PZVAL 5397 Zend/zend_vm_def.h INIT_PZVAL(&tmp); INIT_PZVAL 946 Zend/zend_vm_execute.h INIT_PZVAL(object_zval); INIT_PZVAL 1647 Zend/zend_vm_execute.h INIT_PZVAL(assignment_value); INIT_PZVAL 2407 Zend/zend_vm_execute.h INIT_PZVAL(z); INIT_PZVAL 3046 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 4325 Zend/zend_vm_execute.h INIT_PZVAL(&tmp); INIT_PZVAL 7783 Zend/zend_vm_execute.h INIT_PZVAL(z); INIT_PZVAL 8412 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 9250 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 9273 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 10121 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 10987 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 12434 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 13040 Zend/zend_vm_execute.h INIT_PZVAL(z); INIT_PZVAL 13781 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 15613 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 15669 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 17966 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 18022 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 20228 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 20284 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 21872 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 23700 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 23756 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 25466 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 25489 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 26885 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 28207 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 29960 Zend/zend_vm_execute.h INIT_PZVAL(str); INIT_PZVAL 30737 Zend/zend_vm_execute.h INIT_PZVAL(z); INIT_PZVAL 31450 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 33142 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 33198 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 35266 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 35322 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 37391 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 37447 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 38901 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 40576 Zend/zend_vm_execute.h INIT_PZVAL(retval); INIT_PZVAL 40632 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 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 543 ext/pcre/php_pcre.c INIT_PZVAL(match_pair); INIT_PZVAL 684 ext/pcre/php_pcre.c INIT_PZVAL(match_sets[i]); INIT_PZVAL 754 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 4501 ext/phar/phar_object.c INIT_PZVAL(&arg1); INIT_PZVAL 261 ext/reflection/php_reflection.c INIT_PZVAL(value); INIT_PZVAL 757 ext/reflection/php_reflection.c INIT_PZVAL(zv); INIT_PZVAL 1418 ext/reflection/php_reflection.c INIT_PZVAL(&output); INIT_PZVAL 2632 ext/reflection/php_reflection.c INIT_PZVAL(return_value); INIT_PZVAL 3455 ext/reflection/php_reflection.c INIT_PZVAL(prop_copy); INIT_PZVAL 5066 ext/reflection/php_reflection.c INIT_PZVAL(return_value); INIT_PZVAL 5369 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 1261 ext/soap/php_http.c INIT_PZVAL(params[0]); INIT_PZVAL 1267 ext/soap/php_http.c INIT_PZVAL(params[0]); INIT_PZVAL 1592 ext/soap/soap.c INIT_PZVAL(&filter_params); INIT_PZVAL 834 ext/spl/php_spl.c INIT_PZVAL(&list); INIT_PZVAL 843 ext/spl/php_spl.c INIT_PZVAL(&list); INIT_PZVAL 1720 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 5880 ext/standard/basic_functions.c INIT_PZVAL(hash); INIT_PZVAL 5890 ext/standard/basic_functions.c INIT_PZVAL(hash); INIT_PZVAL 5901 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 440 ext/standard/var_unserializer.c INIT_PZVAL(&fname); INIT_PZVAL 640 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 793 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 828 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 882 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 929 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 1025 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 1089 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 1149 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 1162 ext/standard/var_unserializer.c INIT_PZVAL(*rval); INIT_PZVAL 1170 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 755 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 765 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 787 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 800 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 812 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 822 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 830 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 906 ext/wddx/wddx.c INIT_PZVAL(ent.data); INIT_PZVAL 326 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 640 sapi/cgi/cgi_main.c INIT_PZVAL(array_ptr); INIT_PZVAL 650 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 586 sapi/fpm/fpm/fpm_main.c INIT_PZVAL(array_ptr); INIT_PZVAL 596 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);