Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.1/Zend/
H A Dzend_gc.c93 # define GC_TRACE_REF(ref, format, ...) \ argument
101 # define GC_TRACE_REF(ref, format, ...) argument
107 #define GC_REF_ADDRESS(ref) \ argument
110 #define GC_REF_COLOR(ref) \ argument
113 #define GC_REF_CHECK_COLOR(ref, color) \ argument
122 #define GC_REF_SET_COLOR(ref, c) do { \ argument
129 #define GC_REF_SET_BLACK(ref) do { \ argument
134 #define GC_REF_SET_PURPLE(ref) do { \ argument
207 zend_refcounted *ref; member
275 #define GC_STACK_PUSH(ref) \ argument
[all …]
H A Dzend_variables.c71 static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref) in zend_reference_destroy()
78 static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref) in zend_empty_destroy()
91 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in zval_internal_ptr_dtor() local
H A Dzend_execute.h98 #define ZEND_REF_TYPE_SOURCES(ref) \ argument
101 #define ZEND_REF_HAS_TYPE_SOURCES(ref) \ argument
104 #define ZEND_REF_FIRST_SOURCE(ref) \ argument
117 zend_refcounted *ref = NULL; in zend_copy_to_variable() local
456 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
459 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
462 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
H A Dzend_gc.h65 #define GC_MAY_LEAK(ref) \ argument
69 static zend_always_inline void gc_check_possible_root(zend_refcounted *ref) in gc_check_possible_root()
H A Dzend_vm_execute.h763 zend_reference *ref; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local
22151 zval *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22159 zend_reference *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22452 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
25146 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
29358 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
31865 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
33721 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER() local
36194 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER() local
40149 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER() local
[all …]
H A Dzend_variables.h42 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor() local
H A Dzend_API.c1887 ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_reference *ref) /* {{{ */ in add_index_reference()
1986 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref) /* {{{ */ in add_next_index_reference()
4232 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref()
4238 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_null()
4247 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val) /* {{{ */ in zend_try_assign_typed_ref_bool()
4256 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval) /* {{{ */ in zend_try_assign_typed_ref_long()
4265 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double()
4274 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_empty_string()
4283 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str) /* {{{ */ in zend_try_assign_typed_ref_str()
4310 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr) /* {{{ */ in zend_try_assign_typed_ref_arr()
[all …]
H A Dzend_execute.c527 zend_reference *ref; in zend_assign_to_variable_reference() local
1015 zend_type *type, zval *arg, zend_reference *ref, void **cache_slot, in zend_check_type_slow()
1091 zend_reference *ref = NULL; in zend_check_type() local
1819 static zend_property_info *zend_get_prop_not_accepting_double(zend_reference *ref) in zend_get_prop_not_accepting_double()
1831 zend_reference *ref, zend_property_info *error_prop OPLINE_DC) in zend_throw_incdec_ref_error()
1950 zend_reference *ref = Z_REF_P(prop); in zend_pre_incdec_property_zval() local
1988 zend_reference *ref = Z_REF_P(prop); in zend_post_incdec_property_zval() local
2536 zend_reference *ref = Z_REF_P(container); in zend_fetch_dimension_address() local
3017 ZEND_API bool zend_verify_ref_array_assignable(zend_reference *ref) { in zend_verify_ref_array_assignable()
3552 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref() local
[all …]
H A Dzend_vm_def.h1057 zend_reference *ref; variable
1109 zend_reference *ref; variable
4266 zend_reference *ref = NULL; variable
7100 zval *ref; variable
7108 zend_reference *ref; variable
7454 zend_reference *ref = NULL; variable
7501 zend_reference *ref = NULL; variable
8339 zend_reference *ref; variable
H A Dzend_enum.c424 zend_ast_ref *ref = (zend_ast_ref *) p; p += sizeof(zend_ast_ref); in create_enum_case_ast() local
H A Dzend_ast.c955 zend_ast_ref *ref; in zend_ast_copy() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.h65 zend_refcounted *ref; member
71 zend_refcounted *ref; /* key to fetch the collision on parents */ member
77 zend_refcounted ref; member
84 phpdbg_watchpoint_t ref; member
101 zend_refcounted ref; member
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c134 zend_reference *ref; in zend_jit_unref_helper() local
1762 zend_reference *ref; in zend_jit_fetch_global_helper() local
2219 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2245 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2271 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2404 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref()
2601 zend_reference *ref; in zend_jit_assign_obj_op_helper() local
2815 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local
2885 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local
2953 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local
[all …]
H A Dzend_jit_trace.c7389 const char *ref = (op1_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7402 const char *ref = (op2_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7415 const char *ref = (op3_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
/PHP-8.1/scripts/dev/
H A Dsearch_underscores.php47 $ref = new ReflectionClass($c); variable
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c5469 property_reference *ref; in ZEND_METHOD() local
5485 property_reference *ref; in ZEND_METHOD() local
5499 property_reference *ref; in _property_check_flag() local
5546 property_reference *ref; in ZEND_METHOD() local
5567 property_reference *ref; in ZEND_METHOD() local
5583 property_reference *ref; in ZEND_METHOD() local
5629 property_reference *ref; in ZEND_METHOD() local
5658 property_reference *ref; in ZEND_METHOD() local
5703 property_reference *ref; in ZEND_METHOD() local
5720 property_reference *ref; in ZEND_METHOD() local
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgdtest.c22 gdImagePtr im, ref, im2, im3; in main() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf_time.c188 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
/PHP-8.1/ext/soap/
H A Dphp_schema.c1059 xmlAttrPtr ns, name, ref = NULL; in schema_group() local
1488 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1728 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local
1950 xmlAttrPtr name, ref = NULL; in schema_attributeGroup() local
2064 static void* schema_find_by_ref(HashTable *ht, char *ref) in schema_find_by_ref()
H A Dphp_sdl.h208 char *ref; member
244 char *ref; member
/PHP-8.1/ext/imap/
H A Dphp_imap.c1465 zend_string *ref, *pat; in PHP_FUNCTION() local
1501 zend_string *ref, *pat; in PHP_FUNCTION() local
1548 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
1759 zend_string *ref, *pat; in PHP_FUNCTION() local
1796 zend_string *ref, *pat; in PHP_FUNCTION() local
/PHP-8.1/sapi/cli/
H A Dphp_cli.c1050 zval arg, ref; in do_cli() local
/PHP-8.1/ext/standard/
H A Dvar.c1419 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options() local
/PHP-8.1/ext/dom/
H A Dnode.c851 zval *id, *node, *ref = NULL; in PHP_METHOD() local
/PHP-8.1/main/
H A Dmain.c1044 char *ref; /* temp copy for duplicated docref */ in php_verror() local

Completed in 318 milliseconds

12