Home
last modified time | relevance | path

Searched refs:intProp (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt12 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 int
67 ["intProp"]=>
80 Cannot assign string to property _ZendTestClass::$intProp of type int
83 ["intProp"]=>
H A Dtyped_properties_102.phpt7 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
/PHP-8.2/ext/reflection/tests/
H A DReflectionProperty_isInitialized.phpt69 public int $intProp;
87 $rp = new ReflectionProperty('WithMagic', 'intProp');
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php32 public int $intProp = 123; variable in _ZendTestClass

Completed in 9 milliseconds