Home
last modified time | relevance | path

Searched refs:getDocComment (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.3/ext/reflection/tests/
H A DReflectionEnumUnitCase_getDocComment.phpt2 ReflectionEnumUnitCase::getDocComment()
13 var_dump((new ReflectionEnumUnitCase(Foo::class, 'Bar'))->getDocComment());
14 var_dump((new ReflectionEnumUnitCase(Foo::class, 'Baz'))->getDocComment());
15 var_dump((new ReflectionClassConstant(Foo::class, 'Bar'))->getDocComment());
16 var_dump((new ReflectionClassConstant(Foo::class, 'Baz'))->getDocComment());
H A Dbug71767.phpt2 Bug #71767 (ReflectionMethod::getDocComment returns the wrong comment)
41 echo $reflectionFunction->getDocComment() . PHP_EOL;
42 echo $reflectionClass->getMethod('bar')->getDocComment() . PHP_EOL;
43 echo $reflectionClosure->getDocComment() . PHP_EOL;
44 echo $reflectionArrowFn->getDocComment() . PHP_EOL;
H A DReflectionProperty_basic2.phpt2 …of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment().
18 echo "getDocComment():\n";
19 var_dump($propInfo->getDocComment());
52 getDocComment():
68 getDocComment():
84 getDocComment():
102 getDocComment():
H A DReflectionMethod_getDocComment_property_list.phpt2 ReflectionMethod::getDocComment()
23 var_dump($reflection->getDocComment());
27 var_dump($reflection->getDocComment());
31 var_dump($reflection->getDocComment());
H A Dbug79062.phpt2 Bug #79062: Property with heredoc default value returns false for getDocComment
22 var_dump($s1->getDocComment());
25 var_dump($s2->getDocComment());
28 var_dump($s2->getDocComment());
H A DReflectionClassConstant_basic1.phpt2 …), isPublic(), isPrivate(), isProtected(), getModifiers(), getDeclaringClass() and getDocComment().
29 echo "getDocComment():\n";
30 var_dump($constInfo->getDocComment());
81 getDocComment():
113 getDocComment():
145 getDocComment():
177 getDocComment():
209 getDocComment():
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
41 var_dump(strip_doc_comment($r->getDocComment()));
45 var_dump(strip_doc_comment($m->getDocComment()));
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
21 var_dump(strip_doc_comment($ra->getDocComment()));
28 var_dump(strip_doc_comment($rb->getDocComment()));
H A Dbug36308.phpt2 Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commenta…
19 echo $props[0]->getDocComment();
H A DReflectionFunction_getDocComment.001.phpt2 ReflectionFunction::getDocComment()
29 var_dump($funcInfo->getDocComment());
H A D009.phpt30 echo "--getDocComment--\n";
31 var_dump($func->getDocComment());
75 --getDocComment--
H A D025.phpt30 echo "--getDocComment--\n";
31 var_dump($func->getDocComment());
75 --getDocComment--
H A DReflectionClass_getDocComment_001.phpt2 ReflectionClass::getDocComment()
53 var_dump($rc->getDocComment());
H A DReflectionProperty_getDocComment_basic.phpt2 Test ReflectionProperty::getDocComment() usage.
39 var_dump($rp->getDocComment());
H A DReflectionMethod_getDocComment_basic.phpt2 ReflectionMethod::getDocComment()
62 var_dump($rm->getDocComment());
H A Dconstructor_promotion.phpt21 var_dump($y->getDocComment());
H A D001.phpt34 'UMLClass::getDocComment',
H A DReflectionClass_toString_001.phpt116 Method [ <internal:Reflection> public method getDocComment ] {
/PHP-8.3/Zend/tests/
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
13 var_dump($x->getDocComment());
22 var_dump($x->getDocComment());
25 var_dump($x->getDocComment());
H A Dbug50174.phpt15 var_dump($rm->getDocComment());
26 var_dump($rp->getDocComment());
/PHP-8.3/Zend/tests/traits/
H A Dconstant_021.phpt16 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());
19 var_dump($reflection->getReflectionConstant('Constant')->getDocComment());
/PHP-8.3/tests/classes/
H A Dconstants_comments_001.phpt23 echo $rc->getName() . " : " . $rc->getDocComment() . "\n";
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php63 public function getDocComment(): string|false {} function in ReflectionFunctionAbstract
318 public function getDocComment(): string|false {} function in ReflectionClass
532 public function getDocComment(): string|false {} function in ReflectionProperty
609 public function getDocComment(): string|false {} function in ReflectionClassConstant
H A Dphp_reflection_arginfo.h631 ZEND_METHOD(ReflectionFunctionAbstract, getDocComment);
693 ZEND_METHOD(ReflectionClass, getDocComment);
752 ZEND_METHOD(ReflectionProperty, getDocComment);
769 ZEND_METHOD(ReflectionClassConstant, getDocComment);
881 …ZEND_ME(ReflectionFunctionAbstract, getDocComment, arginfo_class_ReflectionFunctionAbstract_getDoc…
964 …ZEND_ME(ReflectionClass, getDocComment, arginfo_class_ReflectionClass_getDocComment, ZEND_ACC_PUBL…
1035 …ZEND_ME(ReflectionProperty, getDocComment, arginfo_class_ReflectionProperty_getDocComment, ZEND_AC…
1058 …ZEND_ME(ReflectionClassConstant, getDocComment, arginfo_class_ReflectionClassConstant_getDocCommen…
/PHP-8.3/build/
H A Dgen_stub.php3385 $comment = $func->getDocComment();
3685 $comment = $class->getDocComment();
3856 $stmt->getDocComment(),
3901 $classStmt->getDocComment(),
3917 $classStmt->getDocComment(),

Completed in 38 milliseconds

12