Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 445) sorted by path

12345678910>>...18

/PHP-7.4/
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 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 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
H A DUPGRADING.INTERNALS6 c. Function/property/class flags
51 c. Function/property/class flags changes
55 - ZEND_ACC_SHADOW property flag is removed. Instead of creating shadow
87 provides more control over different property uses, while also making
88 it possible to return a temporary property table.
175 n. Assignments to references now need to ensure that they respect property
/PHP-7.4/Zend/tests/
H A D024.phpt44 Notice: Trying to get property '1' of non-object in %s on line %d
47 Notice: Trying to get property '1' of non-object in %s on line %d
54 Notice: Trying to get property '1' of non-object in %s on line %d
56 Notice: Trying to get property '' of non-object in %s on line %d
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
21 Notice: Trying to get property 'a' of non-object in %s on line %d
H A D029.phpt2 Testing assign to property of an object in an array
H A D033.phpt56 Notice: Trying to get property 'foo' of non-object in %s on line %d
H A D037.phpt2 Trying to access inexistent static property of Closure
19 Fatal error: Uncaught Error: Access to undeclared static property: Closure::$x in %s:%d
H A Dassign_dim_obj_null_return.phpt52 Warning: Attempt to assign property 'foo' of non-object in %s on line %d
55 Warning: Attempt to assign property 'foo' of non-object in %s on line %d
H A Dassign_obj_ref_byval_function.phpt2 Assign result of by-value function to object property by-reference
H A Dassign_ref_error_var_handling.phpt19 Warning: Attempt to modify property 'foo' of non-object in %s on line %d
23 Warning: Attempt to modify property 'foo' of non-object in %s on line %d
H A Dbug21888.phpt2 Bug #21888 (protected property and protected method of the same name)
7 protected $prot = "protected property\n";
32 protected property
H A Dbug26229.phpt16 foreach ($obj as $property => $value)
H A Dbug28444.phpt2 Bug #28444 (Cannot access undefined property for object with overloaded property access)
H A Dbug29015.phpt18 Fatal error: Uncaught Error: Cannot access property started with '\0' in %s:%d
H A Dbug29674.phpt36 Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d
41 Fatal error: Uncaught Error: Cannot access private property ChildClass::$private_child in %sbug2967…
H A Dbug29689.phpt55 Notice: Undefined property: bar::$foo2 in %s on line %d
H A Dbug30451.phpt8 protected static $property = TRUE;
23 var_dump(self::$property);
24 var_dump(parent::$property);
H A Dbug30820.phpt24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
H A Dbug31098.phpt47 Notice: Trying to get property 'wrong' of non-object in %s on line %d
H A Dbug32660.phpt31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
H A Dbug34893.phpt2 Bug #34893 (PHP5.1 overloading, Cannot access private property)
/PHP-7.4/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances

Completed in 59 milliseconds

12345678910>>...18