/PHP-8.3/Zend/ |
H A D | zend_gc.c | 95 # 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 D | zend_variables.c | 71 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 D | zend_execute.h | 110 #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 D | zend_gc.h | 83 #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 D | zend_vm_execute.h | 763 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 D | zend_variables.h | 42 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor() local
|
H A D | zend_API.c | 2000 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 D | zend_execute.c | 554 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 D | zend_vm_def.h | 1060 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 D | zend_enum.c | 530 zend_ast_ref *ref = (zend_ast_ref *) p; p += sizeof(zend_ast_ref); in create_enum_case_ast() local
|
H A D | zend_ast.c | 1114 zend_ast_ref *ref; in zend_ast_copy() local
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 124 zend_reference *ref; in zend_jit_unref_helper() local 1769 zend_reference *ref; in zend_jit_fetch_global_helper() local 2272 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref() 2298 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref() 2324 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref() 2457 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref() 2661 zend_reference *ref; in zend_jit_assign_obj_op_helper() local 2889 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local 2959 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local 3027 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local [all …]
|
H A D | zend_jit_trace.c | 7471 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 D | phpdbg_watch.h | 65 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 D | search_underscores.php | 47 $ref = new ReflectionClass($c); variable
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 5573 property_reference *ref; in ZEND_METHOD() local 5589 property_reference *ref; in ZEND_METHOD() local 5603 property_reference *ref; in _property_check_flag() local 5650 property_reference *ref; in ZEND_METHOD() local 5671 property_reference *ref; in ZEND_METHOD() local 5687 property_reference *ref; in ZEND_METHOD() local 5733 property_reference *ref; in ZEND_METHOD() local 5778 property_reference *ref; in ZEND_METHOD() local 5823 property_reference *ref; in ZEND_METHOD() local 5840 property_reference *ref; in ZEND_METHOD() local [all …]
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gdtest.c | 22 gdImagePtr im, ref, im2, im3; in main() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 192 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
|
/PHP-8.3/ext/soap/ |
H A D | php_schema.c | 1080 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 D | php_sdl.h | 208 char *ref; member 244 char *ref; member
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1294 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 D | php_cli.c | 1051 zval arg, ref; in do_cli() local
|
/PHP-8.3/ext/standard/ |
H A D | var.c | 1431 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options() local
|
/PHP-8.3/main/ |
H A D | main.c | 1067 char *ref; /* temp copy for duplicated docref */ in php_verror() local
|
/PHP-8.3/ext/dom/ |
H A D | node.c | 992 zval *id, *node, *ref = NULL; in PHP_METHOD() local
|