Home
last modified time | relevance | path

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

/PHP-5.6/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().
19 echo "getDocComment():\n";
20 var_dump($propInfo->getDocComment());
53 getDocComment():
69 getDocComment():
85 getDocComment():
103 getDocComment():
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
42 var_dump(strip_doc_comment($r->getDocComment()));
46 var_dump(strip_doc_comment($m->getDocComment()));
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
24 var_dump(strip_doc_comment($ra->getDocComment()));
31 var_dump(strip_doc_comment($rb->getDocComment()));
H A Dbug36308.phpt2 Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commenta…
20 echo $props[0]->getDocComment();
H A DReflectionFunction_getDocComment.001.phpt2 ReflectionFunction::getDocComment()
30 var_dump($funcInfo->getDocComment());
H A D025.phpt33 echo "--getDocComment--\n";
34 var_dump($func->getDocComment());
80 --getDocComment--
H A D009.phpt31 echo "--getDocComment--\n";
32 var_dump($func->getDocComment());
78 --getDocComment--
H A DReflectionClass_getDocComment_001.phpt2 ReflectionClass::getDocComment()
54 var_dump($rc->getDocComment());
H A DReflectionMethod_getDocComment_basic.phpt2 ReflectionMethod::getDocComment()
63 var_dump($rm->getDocComment());
H A DReflectionProperty_getDocComment_basic.phpt2 Test ReflectionProperty::getDocComment() usage.
40 var_dump($rp->getDocComment());
H A D001.phpt35 'UMLClass::getDocComment',
H A DReflectionClass_toString_001.phpt105 Method [ <internal:Reflection> public method getDocComment ] {
/PHP-5.6/Zend/tests/
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
14 var_dump($x->getDocComment());
23 var_dump($x->getDocComment());
26 var_dump($x->getDocComment());
H A Dbug50174.phpt17 var_dump($rm->getDocComment());
28 var_dump($rp->getDocComment());
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1894 ZEND_METHOD(reflection_function, getDocComment) in ZEND_METHOD() argument
3694 ZEND_METHOD(reflection_class, getDocComment) in ZEND_METHOD() argument
5200 ZEND_METHOD(reflection_property, getDocComment) in ZEND_METHOD() argument
5801 ZEND_ME(reflection_function, getDocComment, arginfo_reflection__void, 0)
5968 ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
6065 ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
/PHP-5.6/
H A DNEWS5625 . Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even
10372 - Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
11341 - Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when

Completed in 60 milliseconds