Home
last modified time | relevance | path

Searched refs:property (Results 601 – 625 of 627) sorted by relevance

1...<<212223242526

/PHP-8.1/ext/spl/tests/
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
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.1/Zend/
H A Dzend_vm_def.h1009 zval *property; variable
1019 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1041 name = Z_STR_P(property);
1284 zval *property; variable
1293 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1313 name = Z_STR_P(property);
1357 zval *property; variable
1386 name = Z_STR_P(property);
2157 zval *property, *container, *result; variable
2178 zval *property, *container, *result; variable
[all …]
H A Dzend_execute.h453 ZEND_API bool zend_verify_property_type(zend_property_info *info, zval *property, bool strict);
454 ZEND_COLD void zend_verify_property_type_error(zend_property_info *info, zval *property);
H A Dzend_builtin_functions.c923 zend_string *property; in ZEND_FUNCTION() local
927 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zS", &object, &property) == FAILURE) { in ZEND_FUNCTION()
943 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
951 Z_OBJ_HANDLER_P(object, has_property)(Z_OBJ_P(object), property, 2, NULL)) { in ZEND_FUNCTION()
H A Dzend_language_parser.y257 %type <ast> absolute_trait_method_reference trait_method_reference property echo_expr
1015 property_list ',' property { $$ = zend_ast_list_add($1, $3); }
1016 | property { $$ = zend_ast_create_list(1, ZEND_AST_PROP_DECL, $1); }
1019 property:
H A Dzend_builtin_functions_arginfo.h93 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
H A Dzend_API.h401 …d_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, int access_type,…
403 ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int…
404 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
/PHP-8.1/ext/standard/
H A Dvar_unserializer.re607 /* This is a property with a declaration */
622 /* We may override default property value, but they are usually immutable */
628 /* Unusual override of dynamic property */
671 * The data is still stored in the property. */
687 /* Remember to which property this slot belongs, so we can add a
/PHP-8.1/ext/reflection/
H A Dphp_reflection.stub.php397 public function __construct(object|string $class, string $property) {} argument
H A Dphp_reflection.c4574 zval property; in _addproperty() local
4575 reflection_property_factory(ce, key, pptr, &property); in _addproperty()
4576 zend_hash_next_index_insert_new(ht, &property); in _addproperty()
4584 zval property; in _adddynproperty() local
4598 reflection_property_factory(ce, key, NULL, &property); in _adddynproperty()
4599 add_next_index_zval(retval, &property); in _adddynproperty()
7149 REGISTER_REFLECTION_CLASS_CONST_LONG(property, "IS_STATIC", ZEND_ACC_STATIC); in PHP_MINIT_FUNCTION()
7150 REGISTER_REFLECTION_CLASS_CONST_LONG(property, "IS_READONLY", ZEND_ACC_READONLY); in PHP_MINIT_FUNCTION()
7151 REGISTER_REFLECTION_CLASS_CONST_LONG(property, "IS_PUBLIC", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
7152 REGISTER_REFLECTION_CLASS_CONST_LONG(property, "IS_PROTECTED", ZEND_ACC_PROTECTED); in PHP_MINIT_FUNCTION()
[all …]
H A Dphp_reflection_arginfo.h328 ZEND_ARG_TYPE_INFO(0, property, IS_STRING, 0)
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt105 /* Yes, I really want to check if the object property is empty */
/PHP-8.1/
H A D.gdbinit509 Takes a pointer to an object's property and prints the property information
H A DCODING_STANDARDS.md39 holds the length property of each string, and that it shouldn't be
41 they'll take advantage of the length property, both for efficiency and in
H A DNEWS121 property via trait). (ilutov)
225 . Fixed bug GH-12380 (JIT+private array property access inside closure
226 accesses private property in child class). (nielsdos)
715 . Fix bug GH-10570 (Fixed unknown string hash on property fetch with integer
755 property with JIT. (ilutov)
822 . Fix GH-10248 (Assertion `!(zval_get_type(&(*(property))) == 10)' failed).
1356 . Fixed bug GH-8176 (Enum values in property initializers leak). (Bob)
1480 . Fixed bug #81216 (Nullsafe operator leaks dynamic property name). (Dmitry)
1743 . Fixed bug #81249 (Intermittent property assignment failure with JIT
H A DUPGRADING361 . Calling a static method or accessing a static property directly on a trait
420 . The mysqli_driver::$driver_version property has been deprecated. The driver
/PHP-8.1/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE392 patents or other property right claims or to contest validity of any
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE396 patents or other property right claims or to contest validity of any
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1213 "user stream", "lockbytes", "property", "root storage" };
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc2277 * property disclosure and research opportunities" email
13132 | jl >8 // dynamic property
14585 // Undefined property with magic __get()/__set()
H A Dzend_jit_arm64.dasc2264 * property disclosure and research opportunities" email
12358 | blt >8 // dynamic property
13707 // Undefined property with magic __get()/__set()

Completed in 173 milliseconds

1...<<212223242526