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 f58c9d5 commit 8ff5e77Copy full SHA for 8ff5e77
ext/zend_test/tests/attribute_arguments.phpt
@@ -26,7 +26,6 @@ var_dump($attribute->getArguments());
26
var_dump($attribute->newInstance());
27
28
$reflection = new ReflectionMethod("ZendTestChildClassWithMethodWithParameterAttribute", "override");
29
-var_dump($reflection->getParameters()[0]);
30
$attribute = $reflection->getParameters()[0]->getAttributes()[0];
31
var_dump($attribute->getArguments());
32
0 commit comments