Home
last modified time | relevance | path

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

/PHP-5.3/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().
16 echo "getDocComment():\n";
17 var_dump($propInfo->getDocComment());
50 getDocComment():
66 getDocComment():
82 getDocComment():
100 getDocComment():
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
39 var_dump(strip_doc_comment($r->getDocComment()));
43 var_dump(strip_doc_comment($m->getDocComment()));
H A Dbug36308.phpt2 Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commenta…
17 echo $props[0]->getDocComment();
H A DReflectionFunction_getDocComment.001.phpt2 ReflectionFunction::getDocComment()
27 var_dump($funcInfo->getDocComment());
H A D009.phpt28 echo "--getDocComment--\n";
29 var_dump($func->getDocComment());
75 --getDocComment--
H A D025.phpt30 echo "--getDocComment--\n";
31 var_dump($func->getDocComment());
77 --getDocComment--
H A DReflectionClass_getDocComment_001.phpt2 ReflectionClass::getDocComment()
51 var_dump($rc->getDocComment());
H A DReflectionProperty_getDocComment_basic.phpt2 Test ReflectionProperty::getDocComment() usage.
37 var_dump($rp->getDocComment());
H A DReflectionMethod_getDocComment_basic.phpt2 ReflectionMethod::getDocComment()
60 var_dump($rm->getDocComment());
H A D001.phpt35 'UMLClass::getDocComment',
H A DReflectionClass_toString_001.phpt99 Method [ <internal:Reflection> public method getDocComment ] {
/PHP-5.3/Zend/tests/
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
11 var_dump($x->getDocComment());
20 var_dump($x->getDocComment());
23 var_dump($x->getDocComment());
H A Dbug50174.phpt17 var_dump($rm->getDocComment());
28 var_dump($rp->getDocComment());
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1704 ZEND_METHOD(reflection_function, getDocComment) in ZEND_METHOD() argument
3358 ZEND_METHOD(reflection_class, getDocComment) in ZEND_METHOD() argument
4712 ZEND_METHOD(reflection_property, getDocComment) in ZEND_METHOD() argument
5133 ZEND_ME(reflection_function, getDocComment, arginfo_reflection__void, 0)
5290 ZEND_ME(reflection_class, getDocComment, arginfo_reflection__void, 0)
5382 ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
/PHP-5.3/
H A DNEWS996 . Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even
5744 - Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect
6713 - Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when

Completed in 45 milliseconds