Searched refs:getArguments (Results 1 – 20 of 20) sorted by relevance
/PHP-8.3/Zend/tests/attributes/ |
H A D | 013_class_scope.phpt | 20 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 D | 017_closure_scope.phpt | 22 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 D | 003_ast_nodes.phpt | 18 $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 D | 014_class_const_group.phpt | 16 var_dump($ra1->getName(), $ra1->getArguments()); 19 var_dump($ra2->getName(), $ra2->getArguments());
|
H A D | 015_property_group.phpt | 16 var_dump($ra1->getName(), $ra1->getArguments()); 19 var_dump($ra2->getName(), $ra2->getArguments());
|
H A D | 027_trailing_comma_args.phpt | 16 var_dump($attr->getName(), $attr->getArguments());
|
H A D | 007_self_reflect_attribute.phpt | 11 var_dump($attribute->getArguments());
|
H A D | 002_rfcexample.phpt | 30 var_dump($attributes[0]->getArguments());
|
H A D | 028_grouped.phpt | 32 printf("%s(%s)\n", $a->getName(), implode(", ", $a->getArguments()));
|
H A D | 004_name_resolution.phpt | 10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
|
H A D | 009_doctrine_annotations_example.phpt | 77 var_dump($attribute->getName(), $attribute->getArguments()); 84 var_dump($attribute->getName(), $attribute->getArguments());
|
H A D | 001_placement.phpt | 48 var_dump($a->getName(), $a->getArguments());
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | attribute_arguments.phpt | 10 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());
|
/PHP-8.3/ext/reflection/tests/ |
H A D | new_in_attributes.phpt | 17 $args1 = $ra->getArguments(); 22 $args2 = $ra->getArguments(); 34 $args = $ra->getArguments();
|
/PHP-8.3/Zend/tests/ |
H A D | bug79897.phpt | 23 var_dump((new ReflectionParameter(['A', '__construct'], 'b'))->getAttributes()[0]->getArguments()); 24 var_dump((new ReflectionProperty('A', 'b'))->getAttributes()[0]->getArguments());
|
/PHP-8.3/Zend/tests/traits/ |
H A D | constant_020.phpt | 20 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']); 23 …on->getReflectionConstant('Constant')->getAttributes('TestAttribute')[0]->getArguments()['value']);
|
/PHP-8.3/Zend/tests/named_params/ |
H A D | attributes.phpt | 23 var_dump($attr->getArguments());
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.stub.php | 831 public function getArguments(): array {} function in ReflectionAttribute
|
H A D | php_reflection_arginfo.h | 828 ZEND_METHOD(ReflectionAttribute, getArguments); 1167 …ZEND_ME(ReflectionAttribute, getArguments, arginfo_class_ReflectionAttribute_getArguments, ZEND_AC…
|
H A D | php_reflection.c | 6654 ZEND_METHOD(ReflectionAttribute, getArguments) in ZEND_METHOD() argument
|
Completed in 43 milliseconds