Home
last modified time | relevance | path

Searched refs:property (Results 226 – 250 of 627) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/dom/tests/
H A DDOMEntityReference_basic.phpt2 DOMEntityReference - read $nodeName property
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
H A DDOMAttr_value_basic_002.phpt2 Write non-string $value property
/PHP-8.1/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-8.1/Zend/tests/
H A Dbug28444.phpt2 Bug #28444 (Cannot access undefined property for object with overloaded property access)
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
H A Dinherit_internal_static.phpt2 Inherit internal static property into userland class
H A Derrmsg_039.phpt2 errmsg: cannot redeclare property
/PHP-8.1/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-8.1/ext/reflection/tests/
H A Dinternal_static_property.phpt2 ReflectionProperty::get/setValue() on internal static property
H A DReflectionMethod_invoke_basic.phpt10 echo "Called foo(), property = $this->prop\n";
85 Called foo(), property = Hello
91 Called foo(), property = Hello
H A Dinternal_property_union_type.phpt2 Union type on internal property
/PHP-8.1/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-8.1/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt45 echo 'Typed property assignment:' . \PHP_EOL;
72 Typed property assignment:
/PHP-8.1/ext/intl/uchar/
H A Duchar.c321 zend_long property; in IC_METHOD() local
325 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &property, &nameChoice) == FAILURE) { in IC_METHOD()
329 ret = u_getPropertyName((UProperty)property, (UPropertyNameChoice)nameChoice); in IC_METHOD()
355 zend_long property, value, nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
358 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|l", &property, &value, &nameChoice) == FAILURE) { in IC_METHOD()
362 ret = u_getPropertyValueName((UProperty)property, value, (UPropertyNameChoice)nameChoice); in IC_METHOD()
375 zend_long property; in IC_METHOD() local
379 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &property, &name, &name_len) == FAILURE) { in IC_METHOD()
383 RETURN_LONG(u_getPropertyValueEnum((UProperty)property, name)); in IC_METHOD()
/PHP-8.1/Zend/tests/enum/
H A Dno-name-property.phpt2 Enum disallows name property
H A Dno-value-property.phpt2 Enum disallows value property
H A D__isset.phpt9 public function __isset($property) {
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D012.phpt2 Test nullsafe property on reference
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_087.phpt2 Ensure null-initialization of nullable typed static property taken by reference

Completed in 65 milliseconds

12345678910>>...26