/php-src/ext/soap/ |
H A D | php_soap.h | 212 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 D | php_packet_soap.c | 193 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 D | php_sdl.c | 1948 zval zv; in sdl_serialize_type() local 2119 zval zv; in add_sdl_to_cache() local 2136 zval zv; in add_sdl_to_cache() local 2153 zval zv; in add_sdl_to_cache() local 2170 zval zv; in add_sdl_to_cache() local 2180 zval zv; in add_sdl_to_cache() local 2238 zval zv; in add_sdl_to_cache() local 2265 zval *binding_num, zv; in add_sdl_to_cache() local 3067 zval *zv; in make_persistent_sdl() local 3137 static void delete_psdl(zval *zv) in delete_psdl() [all …]
|
H A D | php_encoding.h | 173 #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 D | php_schema.c | 1941 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 D | zend_language_parser.y | 328 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 D | zend_list.c | 34 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 D | zend_API.h | 1114 #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 D | zend_operators.h | 506 #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 D | zend_hash.h | 427 zval *zv; in zend_hash_find_ind() local 437 zval *zv; in zend_hash_find_ex_ind() local 447 zval *zv; in zend_hash_exists_ind() local 457 zval *zv; in zend_hash_str_find_ind() local 467 zval *zv; in zend_hash_str_exists_ind() local 654 zval tmp, *zv; in zend_hash_add_ptr() local 878 zval *zv; in zend_hash_find_ptr() local 891 zval *zv; in zend_hash_find_ex_ptr() local 904 zval *zv; in zend_hash_str_find_ptr() local 929 zval *zv; in END_EXTERN_C() local [all …]
|
H A D | zend_weakrefs.c | 101 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 366 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(obj_addr)); in zend_weakmap_read_dimension() local 400 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_write_dimension() local 426 zval *zv = zend_hash_index_find(&wm->ht, zend_object_to_weakref_key(Z_OBJ_P(offset))); in zend_weakmap_has_dimension() local 546 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_key_entry_gc() local 581 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local 588 zval *zv = zend_hash_index_find(&wm->ht, obj_key); in zend_weakmap_get_object_entry_gc() local [all …]
|
H A D | zend_ast.c | 75 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 D | zend_constants.c | 33 #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() 67 static void copy_zend_constant(zval *zv) in copy_zend_constant()
|
H A D | zend_execute_API.c | 111 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 434 zval *zv; in shutdown_executor() local 732 zval *zv = zend_get_constant_ex(name, scope, ast->attr); in zval_update_constant_with_ctx() local 1163 zval *zv; in zend_lookup_class_ex() local 1857 zval *zv = zend_hash_find_known_hash(ht, *str); in zend_attach_symbol_table() local
|
H A D | zend_hash.c | 298 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 3047 zval *zv; in zend_hash_sort_internal() local 3236 zval *zv; in zend_hash_minmax() local 3338 zval *zv; in zend_symtable_to_proptable() local [all …]
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 86 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() 162 ps_fetch_null(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_… in ps_fetch_null() 171 ps_fetch_int8(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_int8() 180 ps_fetch_int16(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int16() 189 ps_fetch_int32(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int32() 198 ps_fetch_int64(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_int64() 207 ps_fetch_float(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zen… in ps_fetch_float() 235 ps_fetch_double(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const ze… in ps_fetch_double() 255 ps_fetch_time(zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend… in ps_fetch_time() 305 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 D | sccp.c | 90 #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 D | dfa_pass.c | 692 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 D | conversions.c | 496 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 D | php_com_dotnet_internal.h | 51 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 D | phpdbg_watch.c | 357 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 D | zend_file_cache.c | 379 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 D | zend_persist_calc.c | 123 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 D | php_date.h | 67 #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 D | var.c | 42 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 1214 zval *zv = zend_hash_find_known_hash(&ce->function_table, ZSTR_KNOWN(ZEND_STR_SLEEP)); in php_var_serialize_intern() local
|