Home
last modified time | relevance | path

Searched refs:property (Results 426 – 445 of 445) sorted by relevance

1...<<1112131415161718

/PHP-7.4/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-7.4/ext/com_dotnet/
H A Dcom_handlers.c193 static void com_object_set(zval **property, zval *value)
198 static zval *com_object_get(zval *property)
/PHP-7.4/Zend/
H A Dzend_language_parser.y240 %type <ast> absolute_trait_method_reference trait_method_reference property echo_expr
819 property_list ',' property { $$ = zend_ast_list_add($1, $3); }
820 | property { $$ = zend_ast_create_list(1, ZEND_AST_PROP_DECL, $1); }
823 property:
H A Dzend_builtin_functions.c1406 zend_string *property; in ZEND_FUNCTION() local
1411 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zS", &object, &property) == FAILURE) { in ZEND_FUNCTION()
1415 if (property == NULL) { in ZEND_FUNCTION()
1431 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
1438 ZVAL_STR(&property_z, property); in ZEND_FUNCTION()
H A Dzend_API.h315 ZEND_API int zend_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, i…
317 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int …
318 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
/PHP-7.4/
H A DNEWS252 . Fixed bug #81090 (Typed property performance degradation with .= operator).
741 . Fixed bug #64705 (errorInfo property of PDOException is null when
776 . Fixed bug #79779 (Assertion failure when assigning property of string
1092 . Fixed bug #79155 (Property nullability lost when using multiple property
1264 . Fixed bug #78810 (RW fetches do not throw "uninitialized property"
1272 . Fixed bug #78904 (Uninitialized property triggers __get()). (Nikita)
1349 . Fixed bug #78182 (Segmentation fault during by-reference property
1555 . Fixed bug #78514 (Preloading segfaults with inherited typed property).
1823 property). (Nikita)
2222 property). (Nikita)
[all …]
H A D.gdbinit521 Takes a pointer to an object's property and prints the property information
H A DCODING_STANDARDS.md41 holds the length property of each string, and that it shouldn't be
43 they'll take advantage of the length property, both for efficiency and in
H A DUPGRADING73 . As of PHP 7.4.4, the value of the $childNodes property of DOMDocument,
85 . The undocumented mysqli::$stat property has been removed in favor of
632 . Numeric value of class, property, function and constant modifiers was
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4229 zval property; in ZEND_METHOD() local
4243 ZVAL_STR_COPY(&property, name); in ZEND_METHOD()
4245 zval_ptr_dtor(&property); in ZEND_METHOD()
4248 zval_ptr_dtor(&property); in ZEND_METHOD()
4336 zval property; in _addproperty() local
4337 reflection_property_factory(ce, key, pptr, &property, 0); in _addproperty()
4338 add_next_index_zval(retval, &property); in _addproperty()
4347 zval property; in _adddynproperty() local
4367 reflection_property_factory(ce, key, &property_info, &property, 1); in _adddynproperty()
4368 add_next_index_zval(retval, &property); in _adddynproperty()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt105 /* Yes, I really want to check if the object property is empty */
/PHP-7.4/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re570 /* Remember to which property this slot belongs, so we can add a
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE392 patents or other property right claims or to contest validity of any
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE396 patents or other property right claims or to contest validity of any
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1305 "user stream", "lockbytes", "property", "root storage" };
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2011 0 string bplist00 Apple binary property list
2013 # Apple binary property list (bplist)
2019 >6 byte x \bCoreFoundation binary property list data, version 0x%c
25892 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
H A Dmagic2011 0 string bplist00 Apple binary property list
2013 # Apple binary property list (bplist)
2019 >6 byte x \bCoreFoundation binary property list data, version 0x%c
25892 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…

Completed in 190 milliseconds

1...<<1112131415161718