Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/
H A Dzend_gc.c95 # define GC_TRACE_REF(ref, format, ...) \ argument
103 # define GC_TRACE_REF(ref, format, ...) argument
109 #define GC_REF_ADDRESS(ref) \ argument
112 #define GC_REF_COLOR(ref) \ argument
115 #define GC_REF_CHECK_COLOR(ref, color) \ argument
124 #define GC_REF_SET_COLOR(ref, c) do { \ argument
131 #define GC_REF_SET_BLACK(ref) do { \ argument
136 #define GC_REF_SET_PURPLE(ref) do { \ argument
243 zend_refcounted *ref; member
316 #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.h110 #define ZEND_REF_TYPE_SOURCES(ref) \ argument
113 #define ZEND_REF_HAS_TYPE_SOURCES(ref) \ argument
116 #define ZEND_REF_FIRST_SOURCE(ref) \ argument
130 zend_refcounted *ref = NULL; in zend_copy_to_variable() local
497 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
500 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
503 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
H A Dzend_gc.h83 #define GC_MAY_LEAK(ref) \ argument
87 static zend_always_inline void gc_check_possible_root(zend_refcounted *ref) in gc_check_possible_root()
102 static zend_always_inline void gc_check_possible_root_no_ref(zend_refcounted *ref) in gc_check_possible_root_no_ref()
H A Dzend_vm_execute.h763 zend_reference *ref; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local
22598 zval *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22606 zend_reference *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
22903 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
25824 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
30121 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
32725 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
34782 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER() local
37280 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER() local
41308 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.c2000 ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_reference *ref) /* {{{ */ in add_index_reference()
2099 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref) /* {{{ */ in add_next_index_reference()
4464 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref()
4470 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_null()
4479 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val) /* {{{ */ in zend_try_assign_typed_ref_bool()
4488 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval) /* {{{ */ in zend_try_assign_typed_ref_long()
4497 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double()
4506 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_empty_string()
4515 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str) /* {{{ */ in zend_try_assign_typed_ref_str()
4542 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.c554 zend_reference *ref; in zend_assign_to_variable_reference() local
1123 zend_type *type, zval *arg, zend_reference *ref, void **cache_slot, in zend_check_type_slow()
1192 zend_reference *ref = NULL; in zend_check_type() local
1879 static zend_property_info *zend_get_prop_not_accepting_double(zend_reference *ref) in zend_get_prop_not_accepting_double()
1891 zend_reference *ref, zend_property_info *error_prop OPLINE_DC) in zend_throw_incdec_ref_error()
2010 zend_reference *ref = Z_REF_P(prop); in zend_pre_incdec_property_zval() local
2048 zend_reference *ref = Z_REF_P(prop); in zend_post_incdec_property_zval() local
2604 zend_reference *ref = Z_REF_P(container); in zend_fetch_dimension_address() local
3085 ZEND_API bool zend_verify_ref_array_assignable(zend_reference *ref) { in zend_verify_ref_array_assignable()
3627 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref() local
[all …]
H A Dzend_vm_def.h1060 zend_reference *ref; variable
1112 zend_reference *ref; variable
4301 zend_reference *ref = NULL; variable
7249 zval *ref; variable
7257 zend_reference *ref; variable
7603 zend_reference *ref = NULL; variable
7650 zend_reference *ref = NULL; variable
8505 zend_reference *ref; variable
H A Dzend_enum.c530 zend_ast_ref *ref = (zend_ast_ref *) p; p += sizeof(zend_ast_ref); in create_enum_case_ast() local
H A Dzend_ast.c1114 zend_ast_ref *ref; in zend_ast_copy() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c124 zend_reference *ref; in zend_jit_unref_helper() local
1769 zend_reference *ref; in zend_jit_fetch_global_helper() local
2266 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2292 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2318 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2451 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref()
2655 zend_reference *ref; in zend_jit_assign_obj_op_helper() local
2883 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local
2953 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local
3021 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local
[all …]
H A Dzend_jit_trace.c7471 const char *ref = (op1_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7484 const char *ref = (op2_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
7497 const char *ref = (op3_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace() local
/PHP-8.3/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.3/scripts/dev/
H A Dsearch_underscores.php47 $ref = new ReflectionClass($c); variable
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c5550 property_reference *ref; in ZEND_METHOD() local
5566 property_reference *ref; in ZEND_METHOD() local
5580 property_reference *ref; in _property_check_flag() local
5627 property_reference *ref; in ZEND_METHOD() local
5648 property_reference *ref; in ZEND_METHOD() local
5664 property_reference *ref; in ZEND_METHOD() local
5710 property_reference *ref; in ZEND_METHOD() local
5755 property_reference *ref; in ZEND_METHOD() local
5800 property_reference *ref; in ZEND_METHOD() local
5817 property_reference *ref; in ZEND_METHOD() local
[all …]
/PHP-8.3/ext/gd/libgd/
H A Dgdtest.c22 gdImagePtr im, ref, im2, im3; in main() local
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf_time.c192 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
/PHP-8.3/ext/soap/
H A Dphp_schema.c1080 xmlAttrPtr ns, name, ref = NULL; in schema_group() local
1509 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1749 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local
1971 xmlAttrPtr name, ref = NULL; in schema_attributeGroup() local
2085 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.3/ext/imap/
H A Dphp_imap.c1294 zend_string *ref, *pat; in PHP_FUNCTION() local
1357 zend_string *ref, *pat; in PHP_FUNCTION() local
1394 zend_string *ref, *pat, *content; in PHP_FUNCTION() local
1680 zend_string *ref, *pat; in PHP_FUNCTION() local
1717 zend_string *ref, *pat; in PHP_FUNCTION() local
/PHP-8.3/sapi/cli/
H A Dphp_cli.c1051 zval arg, ref; in do_cli() local
/PHP-8.3/ext/standard/
H A Dvar.c1417 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options() local
/PHP-8.3/main/
H A Dmain.c1067 char *ref; /* temp copy for duplicated docref */ in php_verror() local
/PHP-8.3/ext/dom/
H A Dnode.c873 zval *id, *node, *ref = NULL; in PHP_METHOD() local

Completed in 301 milliseconds

12