/PHP-7.4/Zend/ |
H A D | zend_gc.c | 92 # define GC_TRACE_REF(ref, format, ...) \ argument 100 # define GC_TRACE_REF(ref, format, ...) argument 106 #define GC_REF_ADDRESS(ref) \ argument 109 #define GC_REF_COLOR(ref) \ argument 112 #define GC_REF_CHECK_COLOR(ref, color) \ argument 121 #define GC_REF_SET_COLOR(ref, c) do { \ argument 128 #define GC_REF_SET_BLACK(ref) do { \ argument 133 #define GC_REF_SET_PURPLE(ref) do { \ argument 206 zend_refcounted *ref; member 274 #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 | 63 #define ZEND_REF_TYPE_SOURCES(ref) \ argument 66 #define ZEND_REF_HAS_TYPE_SOURCES(ref) \ argument 69 #define ZEND_REF_FIRST_SOURCE(ref) \ argument 80 …zend_copy_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, zend_refcounted *ref) in zend_copy_to_variable() 102 zend_refcounted *ref = NULL; in zend_assign_to_variable() local 405 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument 408 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument 411 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
|
H A D | zend_vm_execute.h | 803 zend_reference *ref; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local 4295 zval *ref = NULL; in ZEND_JMP_SET_SPEC_CONST_HANDLER() local 4344 zval *ref = NULL; in ZEND_COALESCE_SPEC_CONST_HANDLER() local 18416 zval *ref = NULL; in ZEND_JMP_SET_SPEC_TMP_HANDLER() local 18466 zval *ref = NULL; in ZEND_COALESCE_SPEC_TMP_HANDLER() local 21820 zval *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local 21847 zval *ref = NULL; in ZEND_JMP_SET_SPEC_VAR_HANDLER() local 21897 zval *ref = NULL; in ZEND_COALESCE_SPEC_VAR_HANDLER() local 37775 zval *ref = NULL; in ZEND_JMP_SET_SPEC_CV_HANDLER() local 37824 zval *ref = NULL; in ZEND_COALESCE_SPEC_CV_HANDLER() local [all …]
|
H A D | zend_gc.h | 67 #define GC_MAY_LEAK(ref) \ argument
|
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_execute.c | 551 zend_reference *ref; in zend_assign_to_variable_reference() local 650 zval *ref = NULL; in make_real_object() local 1016 zend_reference *ref = NULL; in zend_check_type() local 1634 static zend_property_info *zend_get_prop_not_accepting_double(zend_reference *ref) in zend_get_prop_not_accepting_double() 1686 static void zend_incdec_typed_ref(zend_reference *ref, zval *copy OPLINE_DC EXECUTE_DATA_DC) in zend_incdec_typed_ref() 1758 zend_reference *ref = Z_REF_P(prop); in zend_pre_incdec_property_zval() local 1795 zend_reference *ref = Z_REF_P(prop); in zend_post_incdec_property_zval() local 2279 zend_reference *ref = Z_REF_P(container); in zend_fetch_dimension_address() local 2722 static zend_never_inline zend_bool zend_verify_ref_array_assignable(zend_reference *ref) { in zend_verify_ref_array_assignable() 2736 static zend_never_inline zend_bool zend_verify_ref_stdClass_assignable(zend_reference *ref) { in zend_verify_ref_stdClass_assignable() [all …]
|
H A D | zend_API.c | 3821 ZEND_API int zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref() 3827 ZEND_API int zend_try_assign_typed_ref_null(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_null() 3836 ZEND_API int zend_try_assign_typed_ref_bool(zend_reference *ref, zend_bool val) /* {{{ */ in zend_try_assign_typed_ref_bool() 3845 ZEND_API int zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval) /* {{{ */ in zend_try_assign_typed_ref_long() 3854 ZEND_API int zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double() 3863 ZEND_API int zend_try_assign_typed_ref_empty_string(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_empty_string() 3872 ZEND_API int zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str) /* {{{ */ in zend_try_assign_typed_ref_str() 3881 ZEND_API int zend_try_assign_typed_ref_string(zend_reference *ref, const char *string) /* {{{ */ in zend_try_assign_typed_ref_string() 3899 ZEND_API int zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr) /* {{{ */ in zend_try_assign_typed_ref_arr() 3908 ZEND_API int zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res) /* {{{ */ in zend_try_assign_typed_ref_res() [all …]
|
H A D | zend_vm_def.h | 1114 zend_reference *ref; variable 1164 zend_reference *ref; variable 6769 zval *ref; variable 6777 zend_reference *ref; variable 7133 zval *ref = NULL; variable 7183 zval *ref = NULL; variable 8010 zend_reference *ref; variable
|
H A D | zend_ast.c | 810 zend_ast_ref *ref; in zend_ast_copy() local
|
H A D | zend_types.h | 184 zend_reference *ref; member
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 67 zend_refcounted *ref; member 73 zend_refcounted *ref; /* key to fetch the collision on parents */ member 79 zend_refcounted ref; member 86 phpdbg_watchpoint_t ref; member 103 zend_refcounted ref; member
|
/PHP-7.4/scripts/dev/ |
H A D | search_underscores.php | 49 $ref = new ReflectionClass($c); variable
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gdtest.c | 22 gdImagePtr im, ref, im2, im3; in main() local
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 5370 property_reference *ref; in ZEND_METHOD() local 5396 property_reference *ref; in _property_check_flag() local 5443 property_reference *ref; in ZEND_METHOD() local 5458 property_reference *ref; in ZEND_METHOD() local 5475 property_reference *ref; in ZEND_METHOD() local 5523 property_reference *ref; in ZEND_METHOD() local 5560 property_reference *ref; in ZEND_METHOD() local 5609 property_reference *ref; in ZEND_METHOD() local 5641 property_reference *ref; in ZEND_METHOD() local 5676 property_reference *ref; in ZEND_METHOD() local [all …]
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 188 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
|
/PHP-7.4/ext/soap/ |
H A D | php_schema.c | 1061 xmlAttrPtr ns, name, ref = NULL; in schema_group() local 1490 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local 1730 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local 1952 xmlAttrPtr name, ref = NULL; in schema_attributeGroup() local 2066 static void* schema_find_by_ref(HashTable *ht, char *ref) in schema_find_by_ref()
|
H A D | php_sdl.h | 210 char *ref; member 246 char *ref; member
|
/PHP-7.4/ext/opcache/ |
H A D | zend_file_cache.c | 353 zend_reference *ref; local 1076 zend_reference *ref; local
|
/PHP-7.4/ext/imap/ |
H A D | php_imap.c | 1899 zend_string *ref, *pat; in PHP_FUNCTION() local 1938 zend_string *ref, *pat; in PHP_FUNCTION() local 1988 zend_string *ref, *pat, *content; in PHP_FUNCTION() local 2220 zend_string *ref, *pat; in PHP_FUNCTION() local 2260 zend_string *ref, *pat; in PHP_FUNCTION() local
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 1050 zval arg, ref; in do_cli() local
|
/PHP-7.4/ext/standard/ |
H A D | var.c | 1295 zend_refcounted *ref = Z_COUNTED_P(return_value); in PHP_FUNCTION() local
|
/PHP-7.4/ext/dom/ |
H A D | node.c | 934 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
|
/PHP-7.4/main/ |
H A D | main.c | 1108 char *ref; /* temp copy for duplicated docref */ in php_verror() local
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 8956 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath() local 9121 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath() local 12241 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath() local
|