Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt11 var_dump($obj->intProp);
13 $obj->intProp = "foobar";
17 $obj->intProp = 456;
33 var_dump($obj->intProp);
35 $obj->intProp = "foobar";
39 $obj->intProp = 456;
63 Cannot assign string to property _ZendTestClass::$intProp of type int
66 ["intProp"]=>
77 Cannot assign string to property _ZendTestClass::$intProp of type int
80 ["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.1/ext/reflection/tests/
H A DReflectionProperty_isInitialized.phpt68 public int $intProp;
86 $rp = new ReflectionProperty('WithMagic', 'intProp');
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php17 public int $intProp = 123; variable in _ZendTestClass

Completed in 9 milliseconds