Home
last modified time | relevance | path

Searched defs:zv (Results 1 – 25 of 180) sorted by relevance

12345678

/PHP-8.2/ext/soap/
H A Dphp_soap.h212 static zend_always_inline zval *php_soap_deref(zval *zv) { in php_soap_deref()
219 #define Z_CLIENT_URI_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 0)) argument
220 #define Z_CLIENT_STYLE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 1)) argument
221 #define Z_CLIENT_USE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 2)) argument
222 #define Z_CLIENT_LOCATION_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 3)) argument
223 #define Z_CLIENT_TRACE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 4)) argument
225 #define Z_CLIENT_SDL_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 6)) argument
226 #define Z_CLIENT_TYPEMAP_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 7)) argument
228 #define Z_CLIENT_HTTPURL_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 9)) argument
229 #define Z_CLIENT_LOGIN_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 10)) argument
[all …]
H A Dphp_packet_soap.c193 zval zv; in parse_packet_soap() local
200 zval zv; in parse_packet_soap() local
223 zval zv; in parse_packet_soap() local
H A Dphp_sdl.c1983 zval zv; in sdl_serialize_type() local
2154 zval zv; in add_sdl_to_cache() local
2171 zval zv; in add_sdl_to_cache() local
2188 zval zv; in add_sdl_to_cache() local
2205 zval zv; in add_sdl_to_cache() local
2215 zval zv; in add_sdl_to_cache() local
2273 zval zv; in add_sdl_to_cache() local
2300 zval *binding_num, zv; in add_sdl_to_cache() local
3101 zval *zv; in make_persistent_sdl() local
3171 static void delete_psdl(zval *zv) in delete_psdl()
[all …]
H A Dphp_encoding.h173 #define Z_VAR_ENC_TYPE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 0)) argument
174 #define Z_VAR_ENC_VALUE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 1)) argument
175 #define Z_VAR_ENC_STYPE_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 2)) argument
176 #define Z_VAR_ENC_NS_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 3)) argument
177 #define Z_VAR_ENC_NAME_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 4)) argument
178 #define Z_VAR_ENC_NAMENS_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 5)) argument
H A Dphp_schema.c1936 zval zv; in schema_attribute() local
2070 static void copy_extra_attribute(zval *zv) in copy_extra_attribute()
2346 void delete_model(zval *zv) in delete_model()
2389 void delete_model_persistent(zval *zv) in delete_model_persistent()
2394 void delete_type(zval *zv) in delete_type()
2419 zval zv; in delete_type() local
2444 void delete_type_persistent(zval *zv) in delete_type_persistent()
2491 void delete_extra_attribute(zval *zv) in delete_extra_attribute()
2517 void delete_attribute(zval *zv) in delete_attribute()
2543 void delete_attribute_persistent(zval *zv) in delete_attribute_persistent()
[all …]
/PHP-8.2/Zend/
H A Dzend_language_parser.y322 zval zv; variable
567 zval zv; variable
985 { zval zv; variable
1284 zval zv; variable
1300 { zval zv; ZVAL_INTERNED_STR(&zv, ZSTR_KNOWN(ZEND_STR_STATIC)); variable
H A Dzend_list.c34 zval zv; in zend_list_insert() local
89 zval *zv; in zend_register_resource() local
174 void list_entry_destructor(zval *zv) in list_entry_destructor()
185 void plist_entry_destructor(zval *zv) in plist_entry_destructor()
238 static int clean_module_resource(zval *zv, void *arg) in clean_module_resource()
246 static int zend_clean_module_rsrc_dtors_cb(zval *zv, void *arg) in zend_clean_module_rsrc_dtors_cb()
268 zval zv; in zend_register_list_destructors_ex() local
298 static void list_destructors_dtor(zval *zv) in list_destructors_dtor()
330 zval *zv; in zend_register_persistent_resource_ex() local
H A Dzend_API.h1007 #define ZEND_TRY_ASSIGN_NULL(zv) \ argument
1029 #define ZEND_TRY_ASSIGN_FALSE(zv) \ argument
1051 #define ZEND_TRY_ASSIGN_TRUE(zv) \ argument
1073 #define ZEND_TRY_ASSIGN_BOOL(zv, bval) \ argument
1095 #define ZEND_TRY_ASSIGN_LONG(zv, lval) \ argument
1117 #define ZEND_TRY_ASSIGN_DOUBLE(zv, dval) \ argument
1139 #define ZEND_TRY_ASSIGN_EMPTY_STRING(zv) \ argument
1161 #define ZEND_TRY_ASSIGN_STR(zv, str) \ argument
1183 #define ZEND_TRY_ASSIGN_NEW_STR(zv, str) \ argument
1249 #define ZEND_TRY_ASSIGN_ARR(zv, arr) \ argument
[all …]
H A Dzend_hash.h415 zval *zv; in zend_hash_find_ind() local
425 zval *zv; in zend_hash_find_ex_ind() local
435 zval *zv; in zend_hash_exists_ind() local
445 zval *zv; in zend_hash_str_find_ind() local
455 zval *zv; in zend_hash_str_exists_ind() local
642 zval tmp, *zv; in zend_hash_add_ptr() local
865 zval *zv; in zend_hash_find_ptr() local
878 zval *zv; in zend_hash_find_ex_ptr() local
891 zval *zv; in zend_hash_str_find_ptr() local
912 zval *zv; in zend_hash_index_find_ptr() local
[all …]
H A Dzend_operators.h483 #define convert_to_null_ex(zv) convert_to_null(zv) argument
484 #define convert_to_boolean_ex(zv) convert_to_boolean(zv) argument
485 #define convert_to_long_ex(zv) convert_to_long(zv) argument
486 #define convert_to_double_ex(zv) convert_to_double(zv) argument
487 #define convert_to_string_ex(zv) convert_to_string(zv) argument
488 #define convert_to_array_ex(zv) convert_to_array(zv) argument
489 #define convert_to_object_ex(zv) convert_to_object(zv) argument
490 #define convert_scalar_to_number_ex(zv) convert_scalar_to_number(zv) argument
H A Dzend_ast.c75 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval(zval *zv) { in zend_ast_create_zval()
80 zval zv; in zend_ast_create_zval_from_str() local
86 zval zv; in zend_ast_create_zval_from_long() local
547 zval *zv = zend_ast_get_zval(ast); in zend_ast_evaluate_ex() local
555 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zend_ast_evaluate_ex() local
812 zval *zv = zend_get_class_constant_ex(class_name, const_name, scope, ast->attr); in zend_ast_evaluate_ex() local
1252 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_name() local
1265 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_ns_name() local
1327 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_var() local
1363 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_encaps_list() local
[all …]
H A Dzend_execute_API.c109 static int clean_non_persistent_constant_full(zval *zv) /* {{{ */ in clean_non_persistent_constant_full()
116 static int clean_non_persistent_function_full(zval *zv) /* {{{ */ in clean_non_persistent_function_full()
123 static int clean_non_persistent_class_full(zval *zv) /* {{{ */ in clean_non_persistent_class_full()
209 static int zval_call_destructor(zval *zv) /* {{{ */ in zval_call_destructor()
222 static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */ in zend_unclean_zval_ptr_dtor()
273 zval *zv; in zend_shutdown_executor_values() local
405 zval *zv; in shutdown_executor() local
689 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_ex() local
1113 zval *zv; in zend_lookup_class_ex() local
1793 zval *zv = zend_hash_find_known_hash(ht, *str); in zend_attach_symbol_table() local
H A Dzend_constants.c33 #define IS_CONSTANT_VISITED(zv) (Z_CONSTANT_FLAGS_P(zv) & IS_CONSTANT_VISITED_MARK) argument
34 #define MARK_CONSTANT_VISITED(zv) Z_CONSTANT_FLAGS_P(zv) |= IS_CONSTANT_VISITED_MARK argument
35 #define RESET_CONSTANT_VISITED(zv) Z_CONSTANT_FLAGS_P(zv) &= ~IS_CONSTANT_VISITED_MARK argument
40 void free_zend_constant(zval *zv) in free_zend_constant()
61 static void copy_zend_constant(zval *zv) in copy_zend_constant()
H A Dzend_hash.c288 zval *zv; in zend_new_pair() local
1020 zval *zv; in _zend_hash_index_add_or_update_i() local
1673 zval *zv = ht->arPacked; in zend_hash_destroy() local
1765 zval *zv = ht->arPacked; in zend_array_destroy() local
1814 zval *zv = ht->arPacked; in zend_hash_clean() local
1932 zval *zv = ht->arPacked; in zend_hash_graceful_destroy() local
2139 zval *zv; in zend_hash_reverse_apply() local
2938 zval *zv; in zend_hash_sort_ex() local
3099 zval *zv; in zend_hash_minmax() local
3201 zval *zv; in zend_symtable_to_proptable() local
[all …]
H A Dzend_gc.h72 zval *zv = &((zend_reference*)ref)->val; in gc_check_possible_root() local
98 zend_get_gc_buffer *gc_buffer, zval *zv) { in zend_get_gc_buffer_add_zval()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c55 ps_fetch_from_1_to_8_bytes(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_le… in ps_fetch_from_1_to_8_bytes()
127 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_… in ps_fetch_null()
136 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_int8()
145 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int16()
154 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int32()
163 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int64()
172 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_float()
195 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const ze… in ps_fetch_double()
210 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_time()
255 ps_fetch_date(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_date()
[all …]
/PHP-8.2/Zend/Optimizer/
H A Dsccp.c90 #define IS_TOP(zv) (Z_TYPE_P(zv) == TOP) argument
91 #define IS_BOT(zv) (Z_TYPE_P(zv) == BOT) argument
101 static void scp_dump_value(zval *zv) { in scp_dump_value()
119 static void empty_partial_array(zval *zv) in empty_partial_array()
131 static void empty_partial_object(zval *zv) in empty_partial_object()
294 zval zv; in try_replace_op1() local
307 zval zv; in try_replace_op2() local
410 zval zv; in ct_eval_isset_isempty() local
847 #define SET_RESULT(op, zv) do { \ argument
1767 zval *op1, zv; in sccp_mark_feasible_successors() local
[all …]
H A Ddfa_pass.c677 zval *zv; in zend_ssa_replace_control_link() local
934 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_jmps() local
1157 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
1168 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1185 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1238 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
/PHP-8.2/ext/sockets/
H A Dconversions.c488 void to_zval_read_int(const char *data, zval *zv, res_context *ctx) in to_zval_read_int()
510 static void to_zval_read_unsigned(const char *data, zval *zv, res_context *ctx) in to_zval_read_unsigned()
517 static void to_zval_read_uint32(const char *data, zval *zv, res_context *ctx) in to_zval_read_uint32()
526 static void to_zval_read_pid_t(const char *data, zval *zv, res_context *ctx) in to_zval_read_pid_t()
533 static void to_zval_read_uid_t(const char *data, zval *zv, res_context *ctx) in to_zval_read_uid_t()
561 static void to_zval_read_sin_addr(const char *data, zval *zv, res_context *ctx) in to_zval_read_sin_addr()
1222 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_msghdr()
1303 void to_zval_read_in6_pktinfo(const char *data, zval *zv, res_context *ctx) in to_zval_read_in6_pktinfo()
1341 void to_zval_read_ucred(const char *data, zval *zv, res_context *ctx) in to_zval_read_ucred()
1409 void to_zval_read_fd_array(const char *data, zval *zv, res_context *ctx) in to_zval_read_fd_array()
[all …]
/PHP-8.2/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h51 static inline bool php_com_is_valid_object(zval *zv) in php_com_is_valid_object()
59 #define CDNO_FETCH(zv) (php_com_dotnet_object*)Z_OBJ_P(zv) argument
60 #define CDNO_FETCH_VERIFY(obj, zv) do { \ argument
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_watch.c354 void phpdbg_set_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch) {
544 phpdbg_watch_element *phpdbg_add_ht_watch_element(zval *zv, phpdbg_watch_element *element) {
570 …recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *str, zval *zv) {
596 zval *zv; local
723 zval *zv; local
782 zval _zv, *zv = &_zv; local
1022 zval *zv; local
1256 static int phpdbg_create_simple_watchpoint(zval *zv, phpdbg_watch_element *element) {
1262 static int phpdbg_create_array_watchpoint(zval *zv, phpdbg_watch_element *element) {
1288 static int phpdbg_create_recursive_watchpoint(zval *zv, phpdbg_watch_element *element) {
[all …]
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c375 static void zend_file_cache_serialize_zval(zval *zv,
416 static void zend_file_cache_serialize_attribute(zval *zv,
639 static void zend_file_cache_serialize_func(zval *zv,
652 static void zend_file_cache_serialize_prop_info(zval *zv,
677 static void zend_file_cache_serialize_class_constant(zval *zv,
704 static void zend_file_cache_serialize_class(zval *zv,
1225 static void zend_file_cache_unserialize_zval(zval *zv,
1481 static void zend_file_cache_unserialize_func(zval *zv,
1492 static void zend_file_cache_unserialize_prop_info(zval *zv,
1515 static void zend_file_cache_unserialize_class_constant(zval *zv,
[all …]
H A Dzend_persist_calc.c123 zval *zv; in zend_persist_zval_calc() local
319 static void zend_persist_op_array_calc(zval *zv) in zend_persist_op_array_calc()
332 static void zend_persist_class_method_calc(zval *zv) in zend_persist_class_method_calc()
385 static void zend_persist_class_constant_calc(zval *zv) in zend_persist_class_constant_calc()
/PHP-8.2/ext/date/
H A Dphp_date.h50 #define Z_PHPDATE_P(zv) php_date_obj_from_obj(Z_OBJ_P((zv))) argument
67 #define Z_PHPTIMEZONE_P(zv) php_timezone_obj_from_obj(Z_OBJ_P((zv))) argument
85 #define Z_PHPINTERVAL_P(zv) php_interval_obj_from_obj(Z_OBJ_P((zv))) argument
104 #define Z_PHPPERIOD_P(zv) php_period_obj_from_obj(Z_OBJ_P((zv))) argument
/PHP-8.2/ext/standard/
H A Dvar.c40 static void php_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{ … in php_array_element_dump()
53 static void php_object_property_dump(zend_property_info *prop_info, zval *zv, zend_ulong index, zen… in php_object_property_dump()
233 static void zval_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{… in zval_array_element_dump()
246 static void zval_object_property_dump(zend_property_info *prop_info, zval *zv, zend_ulong index, ze… in zval_object_property_dump()
429 static void php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart… in php_array_element_export()
457 static void php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smar… in php_object_element_export()
665 zval *zv; in php_add_var_hash() local
1169 zval *zv = zend_hash_find_known_hash(&ce->function_table, ZSTR_KNOWN(ZEND_STR_SLEEP)); in php_var_serialize_intern() local

Completed in 176 milliseconds

12345678