Home
last modified time | relevance | path

Searched refs:getArguments (Results 1 – 21 of 21) sorted by relevance

/php-src/Zend/tests/attributes/
H A D013_class_scope.phpt20 print_r($ref->getAttributes()[0]->getArguments());
21 print_r($ref->getReflectionConstant('FOO')->getAttributes()[0]->getArguments());
22 print_r($ref->getProperty('a')->getAttributes()[0]->getArguments());
23 print_r($ref->getMethod('bar')->getAttributes()[0]->getArguments());
24 print_r($ref->getMethod('bar')->getParameters()[0]->getAttributes()[0]->getArguments());
42 print_r($ref->getMethod('foo')->getAttributes()[0]->getArguments());
48 $attr->getArguments();
72 $args = $ref->getAttributes()[0]->getArguments();
75 $args = $ref->getMethod('bar')->getAttributes()[0]->getArguments();
H A D017_closure_scope.phpt22 print_r($ref->getAttributes()[0]->getArguments());
23 print_r($ref->getParameters()[0]->getAttributes()[0]->getArguments());
28 print_r($ref->getAttributes()[0]->getArguments());
29 print_r($ref->getParameters()[0]->getAttributes()[0]->getArguments());
H A D003_ast_nodes.phpt18 $args = $attr[0]->getArguments();
30 $args = $attr[0]->getArguments();
48 $args = $attr[0]->getArguments();
58 var_dump($ref->getAttributes()[0]->getArguments());
73 $attr[0]->getArguments();
H A D014_class_const_group.phpt16 var_dump($ra1->getName(), $ra1->getArguments());
19 var_dump($ra2->getName(), $ra2->getArguments());
H A D015_property_group.phpt16 var_dump($ra1->getName(), $ra1->getArguments());
19 var_dump($ra2->getName(), $ra2->getArguments());
H A D027_trailing_comma_args.phpt16 var_dump($attr->getName(), $attr->getArguments());
H A D007_self_reflect_attribute.phpt11 var_dump($attribute->getArguments());
H A D002_rfcexample.phpt30 var_dump($attributes[0]->getArguments());
H A D028_grouped.phpt32 printf("%s(%s)\n", $a->getName(), implode(", ", $a->getArguments()));
H A D004_name_resolution.phpt10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
H A D009_doctrine_annotations_example.phpt77 var_dump($attribute->getName(), $attribute->getArguments());
84 var_dump($attribute->getName(), $attribute->getArguments());
H A D001_placement.phpt48 var_dump($a->getName(), $a->getArguments());
/php-src/ext/zend_test/tests/
H A Dattribute_arguments.phpt10 var_dump($attribute->getArguments());
15 var_dump($attribute->getArguments());
20 var_dump($attribute->getArguments());
25 var_dump($attribute->getArguments());
30 var_dump($attribute->getArguments());
42 var_dump($attribute->getArguments());
57 var_dump($attribute->getArguments());
62 var_dump($attribute->getArguments());
79 var_dump($attribute->getArguments());
84 var_dump($attribute->getArguments());
H A Dattribute-named-parameter.phpt10 var_dump($attribute->getArguments());
/php-src/ext/reflection/tests/
H A Dnew_in_attributes.phpt17 $args1 = $ra->getArguments();
22 $args2 = $ra->getArguments();
34 $args = $ra->getArguments();
/php-src/Zend/tests/
H A Dbug79897.phpt23 var_dump((new ReflectionParameter(['A', '__construct'], 'b'))->getAttributes()[0]->getArguments());
24 var_dump((new ReflectionProperty('A', 'b'))->getAttributes()[0]->getArguments());
/php-src/Zend/tests/traits/
H A Dconstant_020.phpt20 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']);
23 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']);
/php-src/Zend/tests/named_params/
H A Dattributes.phpt23 var_dump($attr->getArguments());
/php-src/ext/reflection/
H A Dphp_reflection.stub.php776 public function getArguments(): array {} function in ReflectionAttribute
H A Dphp_reflection_arginfo.h848 ZEND_METHOD(ReflectionAttribute, getArguments);
1176 …ZEND_ME(ReflectionAttribute, getArguments, arginfo_class_ReflectionAttribute_getArguments, ZEND_AC…
H A Dphp_reflection.c6695 ZEND_METHOD(ReflectionAttribute, getArguments) in ZEND_METHOD() argument

Completed in 51 milliseconds