Home
last modified time | relevance | path

Searched defs:zv (Results 1 – 25 of 186) 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
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
232 #define Z_CLIENT_DIGEST_P(zv) php_soap_deref(OBJ_PROP_NUM(Z_OBJ_P(zv), 13)) argument
[all …]
H A Dphp_sdl.c1957 zval zv; in sdl_serialize_type() local
2128 zval zv; in add_sdl_to_cache() local
2145 zval zv; in add_sdl_to_cache() local
2162 zval zv; in add_sdl_to_cache() local
2179 zval zv; in add_sdl_to_cache() local
2189 zval zv; in add_sdl_to_cache() local
2247 zval zv; in add_sdl_to_cache() local
2274 zval *binding_num, zv; in add_sdl_to_cache() local
3076 zval *zv; in make_persistent_sdl() local
3146 static void delete_psdl(zval *zv) in delete_psdl()
[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_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.c1941 zval zv; in schema_attribute() local
2075 static void copy_extra_attribute(zval *zv) in copy_extra_attribute()
2351 void delete_model(zval *zv) in delete_model()
2394 void delete_model_persistent(zval *zv) in delete_model_persistent()
2399 void delete_type(zval *zv) in delete_type()
2424 zval zv; in delete_type() local
2449 void delete_type_persistent(zval *zv) in delete_type_persistent()
2496 void delete_extra_attribute(zval *zv) in delete_extra_attribute()
2522 void delete_attribute(zval *zv) in delete_attribute()
2548 void delete_attribute_persistent(zval *zv) in delete_attribute_persistent()
[all …]
/php-src/Zend/
H A Dzend_language_parser.y328 zval zv; variable
573 zval zv; variable
1004 { zval zv; variable
1152 zval zv; variable
1393 zval zv; variable
1409 { 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.h1114 #define ZEND_TRY_ASSIGN_NULL(zv) \ argument
1136 #define ZEND_TRY_ASSIGN_FALSE(zv) \ argument
1158 #define ZEND_TRY_ASSIGN_TRUE(zv) \ argument
1180 #define ZEND_TRY_ASSIGN_BOOL(zv, bval) \ argument
1202 #define ZEND_TRY_ASSIGN_LONG(zv, lval) \ argument
1224 #define ZEND_TRY_ASSIGN_DOUBLE(zv, dval) \ argument
1246 #define ZEND_TRY_ASSIGN_EMPTY_STRING(zv) \ argument
1268 #define ZEND_TRY_ASSIGN_STR(zv, str) \ argument
1290 #define ZEND_TRY_ASSIGN_NEW_STR(zv, str) \ argument
1356 #define ZEND_TRY_ASSIGN_ARR(zv, arr) \ argument
[all …]
H A Dzend_operators.h506 #define convert_to_null_ex(zv) convert_to_null(zv) argument
507 #define convert_to_boolean_ex(zv) convert_to_boolean(zv) argument
508 #define convert_to_long_ex(zv) convert_to_long(zv) argument
509 #define convert_to_double_ex(zv) convert_to_double(zv) argument
510 #define convert_to_string_ex(zv) convert_to_string(zv) argument
511 #define convert_to_array_ex(zv) convert_to_array(zv) argument
512 #define convert_to_object_ex(zv) convert_to_object(zv) argument
513 #define convert_scalar_to_number_ex(zv) convert_scalar_to_number(zv) argument
H A Dzend_hash.h418 zval *zv; in zend_hash_find_ind() local
428 zval *zv; in zend_hash_find_ex_ind() local
438 zval *zv; in zend_hash_exists_ind() local
448 zval *zv; in zend_hash_str_find_ind() local
458 zval *zv; in zend_hash_str_exists_ind() local
645 zval tmp, *zv; in zend_hash_add_ptr() local
869 zval *zv; in zend_hash_find_ptr() local
882 zval *zv; in zend_hash_find_ex_ptr() local
895 zval *zv; in zend_hash_str_find_ptr() local
916 zval *zv; in zend_hash_index_find_ptr() local
[all …]
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
419 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(Z_OBJ_P(offset))); in zend_weakmap_has_dimension() local
539 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
547 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_key_entry_gc() local
574 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local
581 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
620 zval *zv = zend_ast_get_zval(ast); in zend_ast_evaluate_inner() local
628 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zend_ast_evaluate_inner() local
892 zval *zv = zend_get_class_constant_ex(class_name, const_name, scope, ast->attr); in zend_ast_evaluate_inner() local
1340 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_name() local
1353 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_ns_name() local
1415 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_var() local
1451 zval *zv = zend_ast_get_zval(ast); in zend_ast_export_encaps_list() local
[all …]
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_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()
212 static int zval_call_destructor(zval *zv) /* {{{ */ in zval_call_destructor()
225 static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */ in zend_unclean_zval_ptr_dtor()
276 zval *zv; in zend_shutdown_executor_values() local
431 zval *zv; in shutdown_executor() local
729 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_with_ctx() local
1160 zval *zv; in zend_lookup_class_ex() local
1854 zval *zv = zend_hash_find_known_hash(ht, *str); in zend_attach_symbol_table() local
H A Dzend_hash.c298 zval *zv; in zend_new_pair() local
1088 zval *zv; in _zend_hash_index_add_or_update_i() local
1735 zval *zv = ht->arPacked; in zend_hash_destroy() local
1827 zval *zv = ht->arPacked; in zend_array_destroy() local
1876 zval *zv = ht->arPacked; in zend_hash_clean() local
1994 zval *zv = ht->arPacked; in zend_hash_graceful_destroy() local
2201 zval *zv; in zend_hash_reverse_apply() local
3048 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-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.c692 zval *zv; in zend_ssa_replace_control_link() local
949 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_jmps() local
1172 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() local
1183 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1200 zval *zv = CT_CONSTANT_EX(op_array, opline->op1.constant); in zend_dfa_optimize_op_array() local
1253 zval *zv = CT_CONSTANT_EX(op_array, opline->op2.constant); in zend_dfa_optimize_op_array() 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) {
547 phpdbg_watch_element *phpdbg_add_ht_watch_element(zval *zv, phpdbg_watch_element *element) {
573 …recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *str, zval *zv) {
599 zval *zv; local
720 zval *zv; local
779 zval _zv, *zv = &_zv; local
1019 zval *zv; local
1253 static int phpdbg_create_simple_watchpoint(zval *zv, phpdbg_watch_element *element) {
1259 static int phpdbg_create_array_watchpoint(zval *zv, phpdbg_watch_element *element) {
1285 static int phpdbg_create_recursive_watchpoint(zval *zv, phpdbg_watch_element *element) {
[all …]
/php-src/ext/opcache/
H A Dzend_file_cache.c379 static void zend_file_cache_serialize_zval(zval *zv,
420 static void zend_file_cache_serialize_attribute(zval *zv,
647 static void zend_file_cache_serialize_func(zval *zv,
660 static void zend_file_cache_serialize_prop_info(zval *zv,
699 static void zend_file_cache_serialize_class_constant(zval *zv,
726 static void zend_file_cache_serialize_class(zval *zv,
1252 static void zend_file_cache_unserialize_zval(zval *zv,
1512 static void zend_file_cache_unserialize_func(zval *zv,
1523 static void zend_file_cache_unserialize_prop_info(zval *zv,
1556 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()
392 static void zend_persist_class_constant_calc(zval *zv) in zend_persist_class_constant_calc()
/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
/php-src/ext/standard/
H A Dvar.c42 static void php_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{ … in php_array_element_dump()
55 static void php_object_property_dump(zend_property_info *prop_info, zval *zv, zend_ulong index, zen… in php_object_property_dump()
250 static void zval_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{… in zval_array_element_dump()
263 static void zval_object_property_dump(zend_property_info *prop_info, zval *zv, zend_ulong index, ze… in zval_object_property_dump()
453 static zend_result php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level… in php_array_element_export()
483 static zend_result php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int leve… in php_object_element_export()
728 zval *zv; in php_add_var_hash() local
1199 zval *zv = zend_hash_find_known_hash(&ce->function_table, ZSTR_KNOWN(ZEND_STR_SLEEP)); in php_var_serialize_intern() local

Completed in 154 milliseconds

12345678