Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt2 Issetting a non-existent static property
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt41 Warning: Directory::read(): Unable to find my handle property in %s on line %d
44 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
47 Warning: Directory::close(): Unable to find my handle property in %s on line %d
H A DDirectoryClass_error_001-mb.phpt51 Warning: Directory::read(): Unable to find my handle property in %s on line %d
54 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
57 Warning: Directory::close(): Unable to find my handle property in %s on line %d
/PHP-7.4/Zend/tests/
H A Dforeach_by_ref_to_property.phpt2 Foreach by ref assignment to property
H A Dobject_handlers.phpt10 function __get($property) {
11 $GLOBALS["y"] = $property;
13 function __set($property, $value) {
14 $GLOBALS["y"] = $property;
H A Dnowdoc_017.phpt2 Testing nowdoc in default value for property
H A Dbug68163.phpt2 Bug #68163: Using reference as object property name
H A Dwrite_property_ref_overwrite_return.phpt2 Using return of property assignment to reference that destroys object
H A Dbug28444.phpt2 Bug #28444 (Cannot access undefined property for object with overloaded property access)
H A Derrmsg_039.phpt2 errmsg: cannot redeclare property
H A Dbug77922.phpt2 Bug #77922: Double release of doc comment on inherited shadow property
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Dbug72911.phpt14 Warning: Attempt to modify property 'b' of non-object in %sbug72911.php on line %d
/PHP-7.4/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-7.4/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-7.4/ext/session/tests/
H A Dbug79031.phpt32 // Shared object that acts as property of two another objects stored in session
36 // Two instances of \SerializableClass that shares property
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt10 echo "Called foo(), property = $this->prop\n";
77 Called foo(), property = Hello
83 Called foo(), property = Hello
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_087.phpt2 Ensure null-initialization of nullable typed static property taken by reference
H A Dtyped_properties_048.phpt2 Parent private property types must be ignored
/PHP-7.4/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances
/PHP-7.4/ext/date/tests/
H A DDateInterval_write_property_return.phpt2 Test that return value handling for DateInterval property writes do not corrupt RHS
H A Dbug76462.phpt2 Bug #76462 Undefined property: DateInterval::$f

Completed in 24 milliseconds

12345678910>>...18