Lines Matching refs:ReflectionProperty
2 reflection: ReflectionProperty::getDefaultValue
26 $property = new ReflectionProperty(TestClass::class, 'foo');
29 $property = new ReflectionProperty(TestClass::class, 'bar');
32 $property = new ReflectionProperty(TestClass::class, 'static1');
35 $property = new ReflectionProperty(TestClass::class, 'static2');
38 $property = new ReflectionProperty(TestClass::class, 'val1');
41 $property = new ReflectionProperty(TestClass::class, 'val2');
44 $property = new ReflectionProperty(TestClass::class, 'nullable');
47 $property = new ReflectionProperty(TestClass::class, 'nullable2');
50 $property = new ReflectionProperty(TestClass::class, 'constantAst');
53 $property = new ReflectionProperty(TestClass::class, 'constantRuntimeAst');
58 $property = new ReflectionProperty($test, 'dynamic');