We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba95b commit e4dfed2Copy full SHA for e4dfed2
reference/reflection/reflectionproperty/getrawvalue.xml
@@ -76,7 +76,6 @@ $rProp = $rClass->getProperty('tag');
76
echo $example->tag, PHP_EOL;
77
echo $rProp->getValue($example), PHP_EOL;
78
79
-// But this would bypass the hook and produce "PHP"
80
// フックを迂回するので、"PHP" を出力します。
81
echo $rProp->getRawValue($example);
82
0 commit comments