Searched refs:intProp (Results 1 – 4 of 4) sorted by relevance
11 var_dump($obj->intProp);13 $obj->intProp = "foobar";17 $obj->intProp = 456;33 var_dump($obj->intProp);35 $obj->intProp = "foobar";39 $obj->intProp = 456;63 Cannot assign string to property _ZendTestClass::$intProp of type int66 ["intProp"]=>77 Cannot assign string to property _ZendTestClass::$intProp of type int80 ["intProp"]=>
7 public static int $intProp = 123;11 Test::$prop =& Test::$intProp;17 var_dump(Test::$prop, Test::$intProp);20 Cannot assign string to reference held by property Test::$intProp of type int
68 public int $intProp;86 $rp = new ReflectionProperty('WithMagic', 'intProp');
17 public int $intProp = 123; variable in _ZendTestClass
Completed in 9 milliseconds