Searched refs:getDocComment (Results 1 – 19 of 19) sorted by relevance
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionProperty_getDocComment_error.phpt | 2 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 D | ReflectionClass_getDocComment_002.phpt | 2 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 D | ReflectionMethod_getDocComment_error.phpt | 2 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 D | ReflectionProperty_basic2.phpt | 2 …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 D | 005.phpt | 2 ReflectionMethod::getDocComment() uses wrong comment block 42 var_dump(strip_doc_comment($r->getDocComment())); 46 var_dump(strip_doc_comment($m->getDocComment()));
|
H A D | bug64936.phpt | 2 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 D | bug36308.phpt | 2 Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commenta… 20 echo $props[0]->getDocComment();
|
H A D | ReflectionFunction_getDocComment.001.phpt | 2 ReflectionFunction::getDocComment() 30 var_dump($funcInfo->getDocComment());
|
H A D | 025.phpt | 33 echo "--getDocComment--\n"; 34 var_dump($func->getDocComment()); 80 --getDocComment--
|
H A D | 009.phpt | 31 echo "--getDocComment--\n"; 32 var_dump($func->getDocComment()); 78 --getDocComment--
|
H A D | ReflectionClass_getDocComment_001.phpt | 2 ReflectionClass::getDocComment() 54 var_dump($rc->getDocComment());
|
H A D | ReflectionMethod_getDocComment_basic.phpt | 2 ReflectionMethod::getDocComment() 63 var_dump($rm->getDocComment());
|
H A D | ReflectionProperty_getDocComment_basic.phpt | 2 Test ReflectionProperty::getDocComment() usage. 40 var_dump($rp->getDocComment());
|
H A D | 001.phpt | 35 'UMLClass::getDocComment',
|
H A D | ReflectionClass_toString_001.phpt | 105 Method [ <internal:Reflection> public method getDocComment ] {
|
/PHP-5.6/Zend/tests/ |
H A D | bug55156.phpt | 2 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 D | bug50174.phpt | 17 var_dump($rm->getDocComment()); 28 var_dump($rp->getDocComment());
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 1894 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 D | NEWS | 5625 . 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 57 milliseconds