Searched refs:intProp (Results 1 – 4 of 4) sorted by relevance
12 var_dump($obj->intProp);14 $obj->intProp = "foobar";18 $obj->intProp = 456;34 var_dump($obj->intProp);36 $obj->intProp = "foobar";40 $obj->intProp = 456;64 Cannot assign string to property _ZendTestClass::$intProp of type int67 ["intProp"]=>82 Cannot assign string to property _ZendTestClass::$intProp of type int85 ["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
69 public int $intProp;87 $rp = new ReflectionProperty('WithMagic', 'intProp');
53 public int $intProp = 123; variable in _ZendTestClass
Completed in 10 milliseconds