Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.2/
H A D.gdbinit511 Takes a pointer to an object's property and prints the property information
H A DCODING_STANDARDS45 that PHP holds the length property of each string, and that it
47 a way so that they'll take advantage of the length property, both
H A DNEWS946 . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)
1390 . Fixed bug #74269 (It's possible to override trait property with different
1409 . Fixed bug #49649 (unserialize() doesn't handle changes in property
1413 . Implemented FR #74963 (Improved error message on fetching property of
1430 . Fixed bug #75222 (DateInterval microseconds property always 0). (jhdxr)
1657 . Fixed bug #75420 (Crash when modifing property name in __isset for
1898 property). (jhdxr)
2507 . Fixed bug #72581 (previous property undefined in Exception after
2626 property). (Derick)
2761 IntlCalendar and adds a property). (Laruence)
[all …]
H A DUPGRADING29 integer keys to string property names. This fixes the behaviour of previous
34 numeric string property names (that is, property names of the format
37 property names would become inaccessible string keys.
42 . Initial trait property value compatibility check will no longer perform
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO44 read_property is used to read object's property. This value is not
50 write_property is used to directly write object's property by
51 name. This handler is used to assign property variables or to change them
62 where the property is stored. If the aren't, the best way is to create
65 use of object properties. If you don;t want to implement property
160 property. Is used when value of the property should be retrieved for
163 write_property - assigns value to certain property of the object.
168 get_property_ptr - retrieves zval** for the property of the value, to
180 has_property - checks if the object has certain property set.
182 unset_property - removes value for the property of the object
/PHP-7.2/Zend/tests/
H A D024.phpt40 Notice: Trying to get property '1' of non-object in %s on line %d
43 Notice: Trying to get property '1' of non-object in %s on line %d
48 Notice: Trying to get property '1' of non-object in %s on line %d
50 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.phpt26 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 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)
H A Dbug36303.phpt11 Warning: Attempt to modify property 'a' of non-object in %sbug36303.php on line 3
H A Dbug37144.phpt2 Bug #37144 (PHP crashes trying to assign into property of dead object)
/PHP-7.2/Zend/tests/anon/
H A D012.phpt2 Ensure correct unmangling of private property names for anonymous class instances

Completed in 34 milliseconds

12345678910>>...14