Home
last modified time | relevance | path

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

12345678

/php-src/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_schema.c1927 zval zv; in schema_attribute() local
2061 static void copy_extra_attribute(zval *zv) in copy_extra_attribute()
2337 void delete_model(zval *zv) in delete_model()
2380 void delete_model_persistent(zval *zv) in delete_model_persistent()
2385 void delete_type(zval *zv) in delete_type()
2410 zval zv; in delete_type() local
2435 void delete_type_persistent(zval *zv) in delete_type_persistent()
2482 void delete_extra_attribute(zval *zv) in delete_extra_attribute()
2508 void delete_attribute(zval *zv) in delete_attribute()
2534 void delete_attribute_persistent(zval *zv) in delete_attribute_persistent()
[all …]
H A Dphp_sdl.c1993 zval zv; in sdl_serialize_type() local
2164 zval zv; in add_sdl_to_cache() local
2181 zval zv; in add_sdl_to_cache() local
2198 zval zv; in add_sdl_to_cache() local
2215 zval zv; in add_sdl_to_cache() local
2225 zval zv; in add_sdl_to_cache() local
2283 zval zv; in add_sdl_to_cache() local
2310 zval *binding_num, zv; in add_sdl_to_cache() local
3112 zval *zv; in make_persistent_sdl() local
3182 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
/php-src/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.h1112 #define ZEND_TRY_ASSIGN_NULL(zv) \ argument
1134 #define ZEND_TRY_ASSIGN_FALSE(zv) \ argument
1156 #define ZEND_TRY_ASSIGN_TRUE(zv) \ argument
1178 #define ZEND_TRY_ASSIGN_BOOL(zv, bval) \ argument
1200 #define ZEND_TRY_ASSIGN_LONG(zv, lval) \ argument
1222 #define ZEND_TRY_ASSIGN_DOUBLE(zv, dval) \ argument
1244 #define ZEND_TRY_ASSIGN_EMPTY_STRING(zv) \ argument
1266 #define ZEND_TRY_ASSIGN_STR(zv, str) \ argument
1288 #define ZEND_TRY_ASSIGN_NEW_STR(zv, str) \ argument
1354 #define ZEND_TRY_ASSIGN_ARR(zv, arr) \ argument
[all …]
H A Dzend_hash.h417 zval *zv; in zend_hash_find_ind() local
427 zval *zv; in zend_hash_find_ex_ind() local
437 zval *zv; in zend_hash_exists_ind() local
447 zval *zv; in zend_hash_str_find_ind() local
457 zval *zv; in zend_hash_str_exists_ind() local
644 zval tmp, *zv; in zend_hash_add_ptr() local
867 zval *zv; in zend_hash_find_ptr() local
880 zval *zv; in zend_hash_find_ex_ptr() local
893 zval *zv; in zend_hash_str_find_ptr() local
914 zval *zv; in zend_hash_index_find_ptr() local
[all …]
H A Dzend_operators.h493 #define convert_to_null_ex(zv) convert_to_null(zv) argument
494 #define convert_to_boolean_ex(zv) convert_to_boolean(zv) argument
495 #define convert_to_long_ex(zv) convert_to_long(zv) argument
496 #define convert_to_double_ex(zv) convert_to_double(zv) argument
497 #define convert_to_string_ex(zv) convert_to_string(zv) argument
498 #define convert_to_array_ex(zv) convert_to_array(zv) argument
499 #define convert_to_object_ex(zv) convert_to_object(zv) argument
500 #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
359 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(obj_addr)); in zend_weakmap_read_dimension() local
393 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_write_dimension() local
418 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(Z_OBJ_P(offset))); in zend_weakmap_has_dimension() local
538 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
546 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
573 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local
580 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.c111 static int clean_non_persistent_constant_full(zval *zv) /* {{{ */ in clean_non_persistent_constant_full()
118 static int clean_non_persistent_function_full(zval *zv) /* {{{ */ in clean_non_persistent_function_full()
125 static int clean_non_persistent_class_full(zval *zv) /* {{{ */ in clean_non_persistent_class_full()
211 static int zval_call_destructor(zval *zv) /* {{{ */ in zval_call_destructor()
224 static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */ in zend_unclean_zval_ptr_dtor()
275 zval *zv; in zend_shutdown_executor_values() local
407 zval *zv; in shutdown_executor() local
704 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_with_ctx() local
1135 zval *zv; in zend_lookup_class_ex() local
1821 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
1730 zval *zv = ht->arPacked; in zend_hash_destroy() local
1822 zval *zv = ht->arPacked; in zend_array_destroy() local
1871 zval *zv = ht->arPacked; in zend_hash_clean() local
1989 zval *zv = ht->arPacked; in zend_hash_graceful_destroy() local
2196 zval *zv; in zend_hash_reverse_apply() local
3040 zval *zv; in zend_hash_sort_ex() local
3201 zval *zv; in zend_hash_minmax() local
3303 zval *zv; in zend_symtable_to_proptable() local
[all …]
/php-src/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-src/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
863 #define SET_RESULT(op, zv) do { \ argument
1829 zval *op1, zv; in sccp_mark_feasible_successors() local
[all …]
H A Ddfa_pass.c679 zval *zv; in zend_ssa_replace_control_link() local
936 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_jmps() local
1159 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
1170 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1187 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1240 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
H A Dzend_optimizer.c234 int zend_optimizer_add_literal(zend_op_array *op_array, const zval *zv) in zend_optimizer_add_literal()
245 zval zv; in zend_optimizer_add_literal_string() local
398 zval zv; in zend_optimizer_update_op1_const() local
741 zval *zv; in zend_optimizer_migrate_jump() local
786 zval *zv; in zend_optimizer_shift_jump() local
1512 zval *zv; in zend_foreach_op_array() local
1564 zval *zv; in zend_optimize_script() local
/php-src/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-src/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-src/sapi/phpdbg/
H A Dphpdbg_watch.c357 void phpdbg_set_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch) {
545 phpdbg_watch_element *phpdbg_add_ht_watch_element(zval *zv, phpdbg_watch_element *element) {
571 …recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *str, zval *zv) {
597 zval *zv; local
718 zval *zv; local
777 zval _zv, *zv = &_zv; local
1014 zval *zv; local
1248 static int phpdbg_create_simple_watchpoint(zval *zv, phpdbg_watch_element *element) {
1254 static int phpdbg_create_array_watchpoint(zval *zv, phpdbg_watch_element *element) {
1280 static int phpdbg_create_recursive_watchpoint(zval *zv, phpdbg_watch_element *element) {
[all …]
/php-src/ext/opcache/
H A Dzend_persist_calc.c122 zval *zv; in zend_persist_zval_calc() local
318 static void zend_persist_op_array_calc(zval *zv) in zend_persist_op_array_calc()
331 static void zend_persist_class_method_calc(zval *zv) in zend_persist_class_method_calc()
384 static void zend_persist_class_constant_calc(zval *zv) in zend_persist_class_constant_calc()
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,
642 static void zend_file_cache_serialize_func(zval *zv,
655 static void zend_file_cache_serialize_prop_info(zval *zv,
680 static void zend_file_cache_serialize_class_constant(zval *zv,
707 static void zend_file_cache_serialize_class(zval *zv,
1228 static void zend_file_cache_unserialize_zval(zval *zv,
1486 static void zend_file_cache_unserialize_func(zval *zv,
1497 static void zend_file_cache_unserialize_prop_info(zval *zv,
1520 static void zend_file_cache_unserialize_class_constant(zval *zv,
[all …]
/php-src/ext/date/
H A Dphp_date.h67 #define Z_PHPDATE_P(zv) php_date_obj_from_obj(Z_OBJ_P((zv))) argument
84 #define Z_PHPTIMEZONE_P(zv) php_timezone_obj_from_obj(Z_OBJ_P((zv))) argument
102 #define Z_PHPINTERVAL_P(zv) php_interval_obj_from_obj(Z_OBJ_P((zv))) argument
121 #define Z_PHPPERIOD_P(zv) php_period_obj_from_obj(Z_OBJ_P((zv))) argument

Completed in 224 milliseconds

12345678