Home
last modified time | relevance | path

Searched refs:property (Results 701 – 725 of 727) sorted by relevance

1...<<21222324252627282930

/PHP-8.3/ext/spl/tests/
H A DarrayObject_magicMethods4.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
H A DarrayObject_magicMethods5.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject ARE inv…
H A DarrayObject_magicMethods6.phpt2 SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not…
/PHP-8.3/Zend/
H A Dzend_vm_def.h1012 zval *property; variable
1022 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1044 name = Z_STR_P(property);
1287 zval *property; variable
1296 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1316 name = Z_STR_P(property);
1360 zval *property; variable
1389 name = Z_STR_P(property);
2169 zval *property, *container, *result; variable
2190 zval *property, *container, *result; variable
[all …]
H A Dzend_language_parser.y257 %type <ast> absolute_trait_method_reference trait_method_reference property echo_expr
1069 property_list ',' property { $$ = zend_ast_list_add($1, $3); }
1070 | property { $$ = zend_ast_create_list(1, ZEND_AST_PROP_DECL, $1); }
1073 property:
H A Dzend_builtin_functions.c944 zend_string *property; in ZEND_FUNCTION() local
949 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zS", &object, &property) == FAILURE) { in ZEND_FUNCTION()
965 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
973 Z_OBJ_HANDLER_P(object, has_property)(Z_OBJ_P(object), property, 2, NULL)) { in ZEND_FUNCTION()
H A Dzend_builtin_functions_arginfo.h93 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
H A Dzend_API.h404 ZEND_API ZEND_COLD void zend_wrong_property_read(zval *object, zval *property);
421 …d_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type,…
423 ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int…
424 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
/PHP-8.3/
H A DNEWS189 . Fix SoapFault property destruction. (nielsdos)
218 . Fixed bug GH-14969 (Use-after-free in property coercion with __toString()).
246 . Fixed bug GH-14712 (Crash with PDORow access to null property).
778 . Fix getting the address of an uninitialized property of a SimpleXMLElement
815 . Fixed JIT bug (JIT emits "Attempt to assign property of non-object"
847 . Fixed bug GH-9388 (Improve unset property and __get type incompatibility
868 . Fix bug GH-10935 (Use of trait doesn't redeclare static property if class
904 . Fixed OSS Fuzz #61865 (Undef variable in ++/-- for declared property
952 . adoptNode now respects the strict error checking property. (nielsdos)
H A DCODING_STANDARDS.md43 holds the length property of each string, and that it shouldn't be
45 they'll take advantage of the length property, both for efficiency and in
H A D.gdbinit519 Takes a pointer to an object's property and prints the property information
H A DUPGRADING38 property storage for the current class. This is analogous to adding the
39 static property to the class directly without traits.
66 from these and you happen to have a method or property with the same name,
140 libxml2. This means that the property values will be cut off at a NUL byte.
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php490 public function __construct(object|string $class, string $property) {} argument
H A Dphp_reflection.c4650 zval property; in _addproperty() local
4651 reflection_property_factory(ce, key, pptr, &property); in _addproperty()
4652 zend_hash_next_index_insert_new(ht, &property); in _addproperty()
4660 zval property; in _adddynproperty() local
4674 reflection_property_factory(ce, key, NULL, &property); in _adddynproperty()
4675 add_next_index_zval(retval, &property); in _adddynproperty()
H A Dphp_reflection_arginfo.h337 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt102 /* Yes, I really want to check if the object property is empty */
/PHP-8.3/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-8.3/ext/intl/uchar/
H A Duchar_arginfo.h6 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
80 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
87 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
99 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
104 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
109 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
/PHP-8.3/ext/imap/
H A Dphp_imap.c3036 zval *z_object, const char *property, size_t property_len, ADDRESS *address) in php_imap_update_property_with_full_address_str() argument
3045 property, property_len, in php_imap_update_property_with_full_address_str()
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE392 patents or other property right claims or to contest validity of any
/PHP-8.3/ext/bcmath/libbcmath/
H A DLICENSE396 patents or other property right claims or to contest validity of any
/PHP-8.3/docs/
H A Drelease-process.md712 It is sufficient to set the `number` property for the release to `0` to
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1164 "user stream", "lockbytes", "property", "root storage" };
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc2221 * property disclosure and research opportunities" email
12235 | blt >8 // dynamic property
13603 // Undefined property with magic __get()/__set()
H A Dzend_jit_x86.dasc2210 * property disclosure and research opportunities" email
13003 | jl >8 // dynamic property
14475 // Undefined property with magic __get()/__set()

Completed in 188 milliseconds

1...<<21222324252627282930