Home
last modified time | relevance | path

Searched refs:staticIntProp (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt52 var_dump(_ZendTestClass::$staticIntProp);
54 _ZendTestClass::$staticIntProp = "foobar";
58 _ZendTestClass::$staticIntProp = 456;
59 var_dump(_ZendTestClass::$staticIntProp);
100 Cannot assign string to property _ZendTestClass::$staticIntProp of type int
/php-src/ext/zend_test/
H A Dtest.stub.php48 public static int $staticIntProp = 123; variable in _ZendTestClass

Completed in 5 milliseconds