Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/tests/
H A DReflectionProperty_getDocComment_error.phpt2 Test ReflectionProperty::getDocComment() errors.
11 var_dump($rc->getDocComment(null));
12 var_dump($rc->getDocComment('X'));
13 var_dump($rc->getDocComment(true));
14 var_dump($rc->getDocComment(array(1, 2, 3)));
18 Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
27 Warning: ReflectionProperty::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionClass_getDocComment_002.phpt2 ReflectionClass::getDocComment() - bad params
10 var_dump($rc->getDocComment(null));
11 var_dump($rc->getDocComment('X'));
12 var_dump($rc->getDocComment(true));
13 var_dump($rc->getDocComment(array(1,2,3)));
16 Warning: ReflectionClass::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
19 Warning: ReflectionClass::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
22 Warning: ReflectionClass::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
25 Warning: ReflectionClass::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d
H A DReflectionMethod_getDocComment_error.phpt2 ReflectionMethod::getDocComment() errors
7 var_dump($rc->getDocComment(null));
8 var_dump($rc->getDocComment('X'));
11 Warning: ReflectionFunctionAbstract::getDocComment() expects exactly 0 parameters, 1 given in %s on…
14 Warning: ReflectionFunctionAbstract::getDocComment() expects exactly 0 parameters, 1 given in %s on…
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 Dbug71767.phpt2 Bug #71767 (ReflectionMethod::getDocComment returns the wrong comment)
34 echo $reflectionFunction->getDocComment() . PHP_EOL;
35 echo $reflectionClass->getMethod('bar')->getDocComment() . PHP_EOL;
36 echo $reflectionClosure->getDocComment() . PHP_EOL;
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 DReflectionClassConstant_basic1.phpt2 …), isPublic(), isPrivate(), isProtected(), getModifiers(), getDeclaringClass() and getDocComment().
31 echo "getDocComment():\n";
32 var_dump($constInfo->getDocComment());
82 getDocComment():
116 getDocComment():
150 getDocComment():
184 getDocComment():
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
23 var_dump(strip_doc_comment($ra->getDocComment()));
30 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());
77 --getDocComment--
H A D025.phpt32 echo "--getDocComment--\n";
33 var_dump($func->getDocComment());
79 --getDocComment--
H A DReflectionClass_getDocComment_001.phpt2 ReflectionClass::getDocComment()
53 var_dump($rc->getDocComment());
H A DReflectionMethod_getDocComment_basic.phpt2 ReflectionMethod::getDocComment()
62 var_dump($rm->getDocComment());
H A DReflectionProperty_getDocComment_basic.phpt2 Test ReflectionProperty::getDocComment() usage.
39 var_dump($rp->getDocComment());
H A D001.phpt35 'UMLClass::getDocComment',
H A DReflectionClass_toString_001.phpt111 Method [ <internal:Reflection> public method getDocComment ] {
/PHP-7.1/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.phpt17 var_dump($rm->getDocComment());
28 var_dump($rp->getDocComment());
/PHP-7.1/tests/classes/
H A Dconstants_comments_001.phpt23 echo $rc->getName() . " : " . $rc->getDocComment() . "\n";
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1923 ZEND_METHOD(reflection_function, getDocComment) in ZEND_METHOD() argument
3845 ZEND_METHOD(reflection_class_constant, getDocComment) in ZEND_METHOD() argument
4204 ZEND_METHOD(reflection_class, getDocComment) in ZEND_METHOD() argument
5770 ZEND_METHOD(reflection_property, getDocComment) in ZEND_METHOD() argument
6382 ZEND_ME(reflection_function, getDocComment, arginfo_reflection__void, 0)
6571 ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
6670 ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
6698 ZEND_ME(reflection_class_constant, getDocComment, arginfo_reflection__void, 0)
/PHP-7.1/
H A DNEWS3074 . Fixed bug #71767 (ReflectionMethod::getDocComment returns the wrong

Completed in 64 milliseconds