Home
last modified time | relevance | path

Searched refs:getEndLine (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_basic4.phpt2 ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods
15 var_dump($methodInfo->getEndLine());
69 getEndLine():
83 getEndLine():
97 getEndLine():
111 getEndLine():
125 getEndLine():
139 getEndLine():
153 getEndLine():
167 getEndLine():
H A DReflectionObject_FileInfo_basic.phpt2 ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -…
8 var_dump($rc->getEndLine());
13 var_dump($rc->getEndLine());
H A DReflectionClass_FileInfo_basic.phpt2 ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine()
15 var_dump($rc->getEndLine());
21 var_dump($rc->getEndLine());
H A DReflectionFunction_001.phpt31 var_dump($funcInfo->getEndLine());
H A D001.phpt33 'UMLClass::getEndLine',
H A DReflectionClass_toString_001.phpt109 Method [ <internal:Reflection> public method getEndLine ] {
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php66 public function getEndLine(): int|false {} function in ReflectionFunctionAbstract
313 public function getEndLine(): int|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h625 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine);
684 ZEND_METHOD(ReflectionClass, getEndLine);
872 …ZEND_ME(ReflectionFunctionAbstract, getEndLine, arginfo_class_ReflectionFunctionAbstract_getEndLin…
952 ZEND_ME(ReflectionClass, getEndLine, arginfo_class_ReflectionClass_getEndLine, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c1888 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument
4347 ZEND_METHOD(ReflectionClass, getEndLine) in ZEND_METHOD() argument

Completed in 42 milliseconds