Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 234) sorted by path

12345678910

/PHP-5.5/
H A D.gdbinit232 set $ht = $zobj->properties
246 echo "no properties found"
H A DINSTALL1922 ... to the global properties, or to the properties of the
H A DNEWS2397 properties). (Stas)
3228 classes, constants, methods and properties.
3716 numeric properties). (Gustavo)
4369 . Fixed bug #52738 (Can't use new properties in class extended from
5702 properties and __get(). (Andrei)
6497 properties and __get(). (Andrei)
7638 dynamic properties). (Tony)
8049 through virtual properties). (Dmitry)
8291 protected properties). (Tony)
9975 protected properties). (Dmitry)
[all …]
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO56 stores properties as real zval's that can be modified from outside.
61 it. If your object properties are stored as zval*, return real place
65 use of object properties. If you don;t want to implement property
166 the engine. If your properties are not zval's, don't define it.
169 be used for read and write. If object properties are not zval's
H A DZEND_CHANGES315 identical replica of all the object's properties.
317 Creating a copy of an object with fully replicated properties is
322 window with the same properties and have the new object hold the
339 all of the object's properties. If a __clone() method is
341 properties in the created object. For convenience, the engine
343 properties from the source object, so that developers can start
345 properties that need to be changed.
802 foreach. The default behavior is to iterate over all properties
/PHP-5.5/Zend/tests/
H A D016.phpt2 isset() with object properties when operating on non-object
H A D030.phpt2 Overriding $this in catch and checking the object properties later.
H A Dbug26802.phpt26 * properties and then do the function call.
H A Dbug30140.phpt2 Bug #30140 (Problem with array in static properties)
H A Dbug30451.phpt2 Bug #30451 (static properties permissions broken)
H A Dbug33512.phpt2 Bug #33512 (unset() overloaded properties doesn't work)
H A Dbug39449.phpt2 Bug #39449 (Overloaded array properties do not work correctly)
H A Dbug39990.phpt2 Bug #39990 (Cannot "foreach" over overloaded properties)
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
H A Dbug42211.phpt2 Bug #42211 (property_exists() fails to find protected properties from a parent class)
H A Dbug43200.phpt32 - Static properties [0] {
H A Dbug50146.phpt2 Bug #50146 (property_exists: Closure object cannot have properties)
20 Catchable fatal error: Closure object cannot have properties in %s on line %d
H A Dbug52484.phpt2 Bug #52484 (__set() ignores setting properties with empty names)
H A Dbug52484_2.phpt2 Bug #52484.2 (__set() ignores setting properties with empty names)
H A Dbug52484_3.phpt2 Bug #52484.3 (__set() ignores setting properties with empty names)
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
H A Dbug64821.1.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 1)
H A Dbug64821.2.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 2)
H A Dbug64821.3.phpt2 Bug #64821 Custom Exceptions crash when internal properties overridden (variation 3)
H A Dclosure_022.phpt2 Closure 022: Closure properties
11 Catchable fatal error: Closure object cannot have properties in %sclosure_022.php on line 5

Completed in 61 milliseconds

12345678910