Searched refs:getEndLine (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionMethod_basic4.phpt | 2 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 D | ReflectionObject_FileInfo_basic.phpt | 2 ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -… 8 var_dump($rc->getEndLine()); 13 var_dump($rc->getEndLine());
|
H A D | ReflectionClass_FileInfo_basic.phpt | 2 ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() 15 var_dump($rc->getEndLine()); 21 var_dump($rc->getEndLine());
|
H A D | ReflectionFunction_001.phpt | 31 var_dump($funcInfo->getEndLine());
|
H A D | 001.phpt | 33 'UMLClass::getEndLine',
|
H A D | ReflectionClass_toString_001.phpt | 111 Method [ <internal:Reflection> public method getEndLine ] {
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 66 public function getEndLine(): int|false {} function in ReflectionFunctionAbstract 292 public function getEndLine(): int|false {} function in ReflectionClass
|
H A D | php_reflection_arginfo.h | 729 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine); 790 ZEND_METHOD(ReflectionClass, getEndLine); 1000 …ZEND_ME(ReflectionFunctionAbstract, getEndLine, arginfo_class_ReflectionFunctionAbstract_getEndLin… 1078 ZEND_ME(ReflectionClass, getEndLine, arginfo_class_ReflectionClass_getEndLine, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 1952 ZEND_METHOD(ReflectionFunctionAbstract, getEndLine) in ZEND_METHOD() argument 4477 ZEND_METHOD(ReflectionClass, getEndLine) in ZEND_METHOD() argument
|
Completed in 40 milliseconds