Searched refs:staticIntProp (Results 1 – 2 of 2) sorted by relevance
51 var_dump(_ZendTestClass::$staticIntProp);53 _ZendTestClass::$staticIntProp = "foobar";57 _ZendTestClass::$staticIntProp = 456;58 var_dump(_ZendTestClass::$staticIntProp);91 Cannot assign string to property _ZendTestClass::$staticIntProp of type int
15 public static int $staticIntProp = 123; variable in _ZendTestClass
Completed in 5 milliseconds