Home
last modified time | relevance | path

Searched refs:INIT_PZVAL (Results 1 – 25 of 58) sorted by relevance

123

/PHP-5.5/main/
H A Dphp_variables.c294 INIT_PZVAL(array_ptr); in SAPI_TREAT_DATA_FUNC()
473 INIT_PZVAL(tmp); in php_build_argv()
492 INIT_PZVAL(tmp); in php_build_argv()
542 INIT_PZVAL(array_ptr); in php_register_server_variables()
643 INIT_PZVAL(vars); in php_auto_globals_create_get()
670 INIT_PZVAL(vars); in php_auto_globals_create_post()
693 INIT_PZVAL(vars); in php_auto_globals_create_cookie()
715 INIT_PZVAL(vars); in php_auto_globals_create_files()
767 INIT_PZVAL(server_vars); in php_auto_globals_create_server()
786 INIT_PZVAL(env_vars); in php_auto_globals_create_env()
[all …]
H A Dphp_ini.c260 INIT_PZVAL(option_arr); in php_ini_parser_cb()
331 INIT_PZVAL(section_arr); in php_ini_parser_cb()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c447 INIT_PZVAL(&fname); in object_common2()
653 INIT_PZVAL(*rval); in php_var_unserialize()
808 INIT_PZVAL(*rval); in php_var_unserialize()
845 INIT_PZVAL(*rval); in php_var_unserialize()
901 INIT_PZVAL(*rval); in php_var_unserialize()
950 INIT_PZVAL(*rval); in php_var_unserialize()
1048 INIT_PZVAL(*rval); in php_var_unserialize()
1114 INIT_PZVAL(*rval); in php_var_unserialize()
1176 INIT_PZVAL(*rval); in php_var_unserialize()
1191 INIT_PZVAL(*rval); in php_var_unserialize()
[all …]
H A Dvar_unserializer.re451 INIT_PZVAL(&fname);
541 INIT_PZVAL(*rval);
548 INIT_PZVAL(*rval);
575 INIT_PZVAL(*rval);
582 INIT_PZVAL(*rval);
600 INIT_PZVAL(*rval);
628 INIT_PZVAL(*rval);
657 INIT_PZVAL(*rval);
672 INIT_PZVAL(*rval);
686 INIT_PZVAL(*rval);
[all …]
H A Dbrowscap.c168 INIT_PZVAL(new_property); in php_browscap_parser_cb()
204 INIT_PZVAL(bdata->current_section); in php_browscap_parser_cb()
206 INIT_PZVAL(processed); in php_browscap_parser_cb()
208 INIT_PZVAL(unprocessed); in php_browscap_parser_cb()
463 INIT_PZVAL(new); in browscap_zval_copy_ctor()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c218 INIT_PZVAL(param[0]); in mlfi_connect()
252 INIT_PZVAL(param[0]); in mlfi_helo()
287 INIT_PZVAL(param[0]); in mlfi_envfrom()
327 INIT_PZVAL(param[0]); in mlfi_envrcpt()
369 INIT_PZVAL(param[0]); in mlfi_header()
370 INIT_PZVAL(param[1]); in mlfi_header()
437 INIT_PZVAL(param[0]); in mlfi_body()
/PHP-5.5/
H A DREADME.input_filter111 INIT_PZVAL(array_ptr);
119 INIT_PZVAL(array_ptr);
127 INIT_PZVAL(array_ptr);
/PHP-5.5/Zend/
H A Dzend_object_handlers.c437 INIT_PZVAL(tmp_member); in zend_std_read_property()
535 INIT_PZVAL(tmp_member); in zend_std_write_property()
805 INIT_PZVAL(tmp_member); in zend_std_unset_property()
881 INIT_PZVAL(method_args_ptr); in zend_std_call_user_call()
1416 INIT_PZVAL(tmp_member); in zend_std_has_property()
1546 INIT_PZVAL(writeobj); in zend_std_cast_object_tostring()
1557 INIT_PZVAL(writeobj); in zend_std_cast_object_tostring()
1568 INIT_PZVAL(writeobj); in zend_std_cast_object_tostring()
1574 INIT_PZVAL(writeobj); in zend_std_cast_object_tostring()
1583 INIT_PZVAL(writeobj); in zend_std_cast_object_tostring()
[all …]
H A Dzend_language_parser.y775 …t, &$2.u.constant TSRMLS_CC); $$ = $2; } else { $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant);…
776 …t, &$2.u.constant TSRMLS_CC); $$ = $2; } else { $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant);…
917 …/* empty */ { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST…
941 …| T_START_HEREDOC T_END_HEREDOC { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $…
978 /* empty */ { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); }
990 …| static_scalar T_DOUBLE_ARROW static_scalar { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); …
991 …| static_scalar { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); z…
H A Dzend.h741 #define INIT_PZVAL(z) \ macro
753 INIT_PZVAL(zv);
801 INIT_PZVAL(&(zv));
H A Dzend_gc.c485 INIT_PZVAL(&z); in gc_mark_roots()
617 INIT_PZVAL(&z); in gc_scan_roots()
760 INIT_PZVAL(&z); in gc_collect_roots()
H A Dzend_API.c71 INIT_PZVAL(new_tmp); in zend_get_parameters()
106 INIT_PZVAL(new_tmp); in _zend_get_parameters_array()
1134 INIT_PZVAL(r); in zend_update_class_constants()
3543 INIT_PZVAL(property); in zend_declare_property_bool()
3558 INIT_PZVAL(property); in zend_declare_property_long()
3573 INIT_PZVAL(property); in zend_declare_property_double()
3591 INIT_PZVAL(property); in zend_declare_property_string()
3607 INIT_PZVAL(property); in zend_declare_property_stringl()
3628 INIT_PZVAL(constant); in zend_declare_class_constant_null()
3643 INIT_PZVAL(constant); in zend_declare_class_constant_long()
[all …]
H A Dzend_execute_API.c462 INIT_PZVAL(value); in zval_deep_copy()
863 INIT_PZVAL(param); in zend_call_function()
871 INIT_PZVAL(param); in zend_call_function()
904 INIT_PZVAL(this_ptr); in zend_call_function()
1084 INIT_PZVAL(class_name_ptr); in zend_lookup_class_ex()
H A Dzend_builtin_functions.c440 INIT_PZVAL(return_value); in ZEND_FUNCTION()
469 INIT_PZVAL(element); in ZEND_FUNCTION()
942 INIT_PZVAL(prop_copy); in add_class_vars()
1915 INIT_PZVAL(const_val); in add_constant_info()
2002 INIT_PZVAL(const_val); in ZEND_FUNCTION()
/PHP-5.5/ext/wddx/
H A Dwddx.c757 INIT_PZVAL(ent.data); in php_wddx_push_element()
767 INIT_PZVAL(ent.data); in php_wddx_push_element()
789 INIT_PZVAL(ent.data); in php_wddx_push_element()
802 INIT_PZVAL(ent.data); in php_wddx_push_element()
814 INIT_PZVAL(ent.data); in php_wddx_push_element()
824 INIT_PZVAL(ent.data); in php_wddx_push_element()
832 INIT_PZVAL(ent.data); in php_wddx_push_element()
908 INIT_PZVAL(ent.data); in php_wddx_push_element()
/PHP-5.5/ext/curl/
H A Dcurl_file.c82 INIT_PZVAL(return_value); in curlfile_get_property()
/PHP-5.5/ext/soap/
H A Dphp_http.c390 INIT_PZVAL(params[0]); in make_http_soap_request()
392 INIT_PZVAL(params[1]); in make_http_soap_request()
394 INIT_PZVAL(params[2]); in make_http_soap_request()
1260 INIT_PZVAL(params[0]); in make_http_soap_request()
1266 INIT_PZVAL(params[0]); in make_http_soap_request()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1053 INIT_PZVAL(argi); in do_cli()
1064 INIT_PZVAL(argn); in do_cli()
1124 INIT_PZVAL(ref); in do_cli()
/PHP-5.5/ext/interbase/
H A Dibase_events.c345 INIT_PZVAL(event->callback); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmb_gpc.c79 INIT_PZVAL(array_ptr); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-5.5/win32/
H A Dregistry.c91 INIT_PZVAL(data); in LoadDirectory()
/PHP-5.5/ext/filter/
H A Dfilter.c420 INIT_PZVAL(array_ptr); \ in php_sapi_filter()
467 INIT_PZVAL(tmp_new_var); in php_sapi_filter()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c270 INIT_PZVAL(array_ptr); in litespeed_php_import_environment_variables()
280 INIT_PZVAL(array_ptr); in litespeed_php_import_environment_variables()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c538 INIT_PZVAL(match_pair); in add_offset_pair()
673 INIT_PZVAL(match_sets[i]); in php_pcre_match_impl()
735 INIT_PZVAL(result_set); in php_pcre_match_impl()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1474 INIT_PZVAL(tmp); in php_sybase_query()
1782 INIT_PZVAL(field_content); in PHP_FUNCTION()
1820 INIT_PZVAL(tmp); in php_sybase_fetch_hash()
2226 INIT_PZVAL(*callback); in PHP_FUNCTION()

Completed in 203 milliseconds

123