Lines Matching refs:ReflectionProperty
2 reflection: ReflectionProperty::getDefaultValue
27 $property = new ReflectionProperty(TestClass::class, 'foo');
30 $property = new ReflectionProperty(TestClass::class, 'bar');
33 $property = new ReflectionProperty(TestClass::class, 'static1');
36 $property = new ReflectionProperty(TestClass::class, 'static2');
39 $property = new ReflectionProperty(TestClass::class, 'val1');
42 $property = new ReflectionProperty(TestClass::class, 'val2');
45 $property = new ReflectionProperty(TestClass::class, 'nullable');
48 $property = new ReflectionProperty(TestClass::class, 'nullable2');
51 $property = new ReflectionProperty(TestClass::class, 'constantAst');
54 $property = new ReflectionProperty(TestClass::class, 'constantRuntimeAst');
59 $property = new ReflectionProperty($test, 'dynamic');