Home
last modified time | relevance | path

Searched refs:property (Results 251 – 275 of 726) sorted by relevance

1...<<11121314151617181920>>...30

/php-src/ext/reflection/tests/
H A D002.phpt57 Cannot set read-only property ReflectionMethodEx::$class
58 Cannot set read-only property ReflectionMethodEx::$name
H A DReflectionMethod_invoke_basic.phpt10 echo "Called foo(), property = $this->prop\n";
85 Called foo(), property = Hello
91 Called foo(), property = Hello
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_034.phpt41 Cannot assign null to property class@anonymous::$baz of type int
45 Cannot assign null to reference held by property class@anonymous::$baz of type int
H A Dtyped_properties_108.phpt40 TypeError: Cannot assign Exception to reference held by property Test::$i of type int in %s:%d
45 TypeError: Cannot assign Exception to reference held by property Test::$s of type string in %s:%d
/php-src/Zend/tests/
H A Dbug71841.phpt40 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
41 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
42 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
H A Dobject_handlers.phpt10 function __get($property) {
11 $GLOBALS["y"] = $property;
13 function __set($property, $value) {
14 $GLOBALS["y"] = $property;
H A Dbug81216.phpt2 Bug #81216: Nullsafe operator leaks dynamic property name
H A Dbug28444.phpt2 Bug #28444 (Cannot access undefined property for object with overloaded property access)
H A Dbug64960.phpt34 Deprecated: Creation of dynamic property Exception::$_trace is deprecated in %s on line %d
36 Deprecated: Creation of dynamic property Exception::$_trace is deprecated in %s on line %d
H A Dforeach_by_ref_to_property.phpt2 Foreach by ref assignment to property
H A Dnowdoc_017.phpt2 Testing nowdoc in default value for property
H A Dbug81216_2.phpt2 Bug #81216_2: Nullsafe operator leaks dynamic property name
H A Dwrite_property_ref_overwrite_return.phpt2 Using return of property assignment to reference that destroys object
H A Dbug68163.phpt2 Bug #68163: Using reference as object property name
/php-src/ext/intl/uchar/
H A Duchar.c323 zend_long property; in IC_METHOD() local
327 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &property, &nameChoice) == FAILURE) { in IC_METHOD()
331 ret = u_getPropertyName((UProperty)property, (UPropertyNameChoice)nameChoice); in IC_METHOD()
357 zend_long property, value, nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
360 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|l", &property, &value, &nameChoice) == FAILURE) { in IC_METHOD()
364 ret = u_getPropertyValueName((UProperty)property, value, (UPropertyNameChoice)nameChoice); in IC_METHOD()
377 zend_long property; in IC_METHOD() local
381 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &property, &name, &name_len) == FAILURE) { in IC_METHOD()
385 RETURN_LONG(u_getPropertyValueEnum((UProperty)property, name)); in IC_METHOD()
/php-src/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt2 Issetting a non-existent static property
/php-src/ext/standard/tests/array/
H A Dusort_object1.phpt35 // Simple class with single property
45 // Simple class with more than one property
61 // array of SimpleClass objects with only one property
/php-src/ext/dom/tests/
H A DDOMEntityReference_basic.phpt2 DOMEntityReference - read $nodeName property
/php-src/ext/spl/tests/
H A DarrayObject___construct_basic6.phpt25 Deprecated: Creation of dynamic property ArrayObject::$p is deprecated in %s on line %d
40 Deprecated: Creation of dynamic property ArrayObject::$p is deprecated in %s on line %d
H A DarrayObject___construct_basic2.phpt58 Deprecated: Creation of dynamic property ArrayObject::$prop is deprecated in %s on line %d
66 Warning: Undefined property: ArrayObject::$prop in %s on line %d
94 Warning: Undefined property: MyArrayObject::$prop in %s on line %d
/php-src/Zend/tests/type_declarations/dnf_types/
H A Ddnf_intersection_and_single.phpt123 Cannot assign C to property Test::$prop1 of type (X&Y)|int
124 Cannot assign C to property Test::$prop2 of type (X&Y)|int
125 Cannot assign C to property Test::$prop3 of type (X&Y)|B
126 Cannot assign C to property Test::$prop4 of type B|(X&Y)
/php-src/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
H A Dstatic_prop_on_expr_class.phpt2 Accessing a static property on a statically evaluable class expression
/php-src/ext/session/tests/
H A Dbug79031.phpt36 // Shared object that acts as property of two another objects stored in session
40 // Two instances of \SerializableClass that shares property
/php-src/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt45 echo 'Typed property assignment:' . \PHP_EOL;
72 Typed property assignment:

Completed in 70 milliseconds

1...<<11121314151617181920>>...30