Home
last modified time | relevance | path

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

12345678

/PHP-8.3/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.3/Zend/
H A Dzend_language_parser.y321 zval zv; variable
566 zval zv; variable
994 { zval zv; variable
1088 zval zv; variable
1319 zval zv; variable
1335 { 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.h1107 #define ZEND_TRY_ASSIGN_NULL(zv) \ argument
1129 #define ZEND_TRY_ASSIGN_FALSE(zv) \ argument
1151 #define ZEND_TRY_ASSIGN_TRUE(zv) \ argument
1173 #define ZEND_TRY_ASSIGN_BOOL(zv, bval) \ argument
1195 #define ZEND_TRY_ASSIGN_LONG(zv, lval) \ argument
1217 #define ZEND_TRY_ASSIGN_DOUBLE(zv, dval) \ argument
1239 #define ZEND_TRY_ASSIGN_EMPTY_STRING(zv) \ argument
1261 #define ZEND_TRY_ASSIGN_STR(zv, str) \ argument
1283 #define ZEND_TRY_ASSIGN_NEW_STR(zv, str) \ argument
1349 #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.h497 #define convert_to_null_ex(zv) convert_to_null(zv) argument
498 #define convert_to_boolean_ex(zv) convert_to_boolean(zv) argument
499 #define convert_to_long_ex(zv) convert_to_long(zv) argument
500 #define convert_to_double_ex(zv) convert_to_double(zv) argument
501 #define convert_to_string_ex(zv) convert_to_string(zv) argument
502 #define convert_to_array_ex(zv) convert_to_array(zv) argument
503 #define convert_to_object_ex(zv) convert_to_object(zv) argument
504 #define convert_scalar_to_number_ex(zv) convert_scalar_to_number(zv) argument
H A Dzend_weakrefs.c101 zval *zv = zend_hash_index_lookup(&EG(weakrefs), obj_key); in zend_weakref_register() local
170 zval *zv = zend_hash_index_add(ht, zend_object_to_weakref_key(key), pData); in zend_weakrefs_hash_add() local
178 zval *zv = zend_hash_index_find(ht, zend_object_to_weakref_key(key)); in zend_weakrefs_hash_del() local
340 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(obj_addr)); in zend_weakmap_read_dimension() local
374 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_write_dimension() local
399 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(Z_OBJ_P(offset))); in zend_weakmap_has_dimension() local
519 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
527 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
554 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local
561 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local
[all …]
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
583 zval *zv = zend_ast_get_zval(ast); in zend_ast_evaluate_inner() local
591 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zend_ast_evaluate_inner() local
855 zval *zv = zend_get_class_constant_ex(class_name, const_name, scope, ast->attr); in zend_ast_evaluate_inner() local
1303 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_name() local
1316 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_ns_name() local
1378 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_var() local
1414 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_encaps_list() local
[all …]
H A Dzend_execute_API.c110 static int clean_non_persistent_constant_full(zval *zv) /* {{{ */ in clean_non_persistent_constant_full()
117 static int clean_non_persistent_function_full(zval *zv) /* {{{ */ in clean_non_persistent_function_full()
124 static int clean_non_persistent_class_full(zval *zv) /* {{{ */ in clean_non_persistent_class_full()
210 static int zval_call_destructor(zval *zv) /* {{{ */ in zval_call_destructor()
223 static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */ in zend_unclean_zval_ptr_dtor()
274 zval *zv; in zend_shutdown_executor_values() local
406 zval *zv; in shutdown_executor() local
690 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_with_ctx() local
1121 zval *zv; in zend_lookup_class_ex() local
1815 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.c298 zval *zv; in zend_new_pair() local
1083 zval *zv; in _zend_hash_index_add_or_update_i() local
1736 zval *zv = ht->arPacked; in zend_hash_destroy() local
1828 zval *zv = ht->arPacked; in zend_array_destroy() local
1877 zval *zv = ht->arPacked; in zend_hash_clean() local
1995 zval *zv = ht->arPacked; in zend_hash_graceful_destroy() local
2202 zval *zv; in zend_hash_reverse_apply() local
3049 zval *zv; in zend_hash_sort_ex() local
3210 zval *zv; in zend_hash_minmax() local
3312 zval *zv; in zend_symtable_to_proptable() local
[all …]
/PHP-8.3/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.3/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()
295 zval zv; in try_replace_op1() local
308 zval zv; in try_replace_op2() local
411 zval zv; in ct_eval_isset_isempty() local
858 #define SET_RESULT(op, zv) do { \ argument
1779 zval *op1, zv; in sccp_mark_feasible_successors() local
[all …]
H A Dzend_optimizer.c233 int zend_optimizer_add_literal(zend_op_array *op_array, const zval *zv) in zend_optimizer_add_literal()
244 zval zv; in zend_optimizer_add_literal_string() local
397 zval zv; in zend_optimizer_update_op1_const() local
739 zval *zv; in zend_optimizer_migrate_jump() local
783 zval *zv; in zend_optimizer_shift_jump() local
1423 zval *zv; in zend_foreach_op_array() local
1475 zval *zv; in zend_optimize_script() local
H A Ddfa_pass.c678 zval *zv; in zend_ssa_replace_control_link() local
935 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_jmps() local
1158 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
1169 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1186 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1239 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
/PHP-8.3/ext/sockets/
H A Dconversions.c496 void to_zval_read_int(const char *data, zval *zv, res_context *ctx) in to_zval_read_int()
518 static void to_zval_read_unsigned(const char *data, zval *zv, res_context *ctx) in to_zval_read_unsigned()
525 static void to_zval_read_uint32(const char *data, zval *zv, res_context *ctx) in to_zval_read_uint32()
534 static void to_zval_read_pid_t(const char *data, zval *zv, res_context *ctx) in to_zval_read_pid_t()
541 static void to_zval_read_uid_t(const char *data, zval *zv, res_context *ctx) in to_zval_read_uid_t()
569 static void to_zval_read_sin_addr(const char *data, zval *zv, res_context *ctx) in to_zval_read_sin_addr()
1231 void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) in to_zval_read_msghdr()
1312 void to_zval_read_in6_pktinfo(const char *data, zval *zv, res_context *ctx) in to_zval_read_in6_pktinfo()
1350 void to_zval_read_ucred(const char *data, zval *zv, res_context *ctx) in to_zval_read_ucred()
1418 void to_zval_read_fd_array(const char *data, zval *zv, res_context *ctx) in to_zval_read_fd_array()
[all …]
/PHP-8.3/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.3/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.3/ext/opcache/
H A Dzend_file_cache.c376 static void zend_file_cache_serialize_zval(zval *zv,
417 static void zend_file_cache_serialize_attribute(zval *zv,
641 static void zend_file_cache_serialize_func(zval *zv,
654 static void zend_file_cache_serialize_prop_info(zval *zv,
679 static void zend_file_cache_serialize_class_constant(zval *zv,
706 static void zend_file_cache_serialize_class(zval *zv,
1227 static void zend_file_cache_unserialize_zval(zval *zv,
1484 static void zend_file_cache_unserialize_func(zval *zv,
1495 static void zend_file_cache_unserialize_prop_info(zval *zv,
1518 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.3/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

Completed in 187 milliseconds

12345678