Searched refs:staticIntProp (Results 1 – 2 of 2) sorted by relevance
52 var_dump(_ZendTestClass::$staticIntProp);54 _ZendTestClass::$staticIntProp = "foobar";58 _ZendTestClass::$staticIntProp = 456;59 var_dump(_ZendTestClass::$staticIntProp);96 Cannot assign string to property _ZendTestClass::$staticIntProp of type int
30 public static int $staticIntProp = 123; variable in _ZendTestClass
Completed in 7 milliseconds