Searched refs:getEndLine (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/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_error.phpt | 2 ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() - ba… 8 $methods = array("getFileName", "getStartLine", "getEndLine"); 33 Warning: ReflectionClass::getEndLine() expects exactly 0 parameters, 1 given in %s on line %d 36 Warning: ReflectionClass::getEndLine() expects exactly 0 parameters, 2 given in %s on line %d
|
H A D | ReflectionObject_FileInfo_error.phpt | 2 ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -… 8 $methods = array("getFileName", "getStartLine", "getEndLine"); 33 Warning: ReflectionClass::getEndLine() expects exactly 0 parameters, 1 given in %s on line %d 36 Warning: ReflectionClass::getEndLine() expects exactly 0 parameters, 2 given in %s on line %d
|
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 | ReflectionMethod_006.phpt | 31 var_dump($rm->getEndLine(1)); 93 Warning: ReflectionFunctionAbstract::getEndLine() expects exactly 0 parameters, 1 given in %s on li…
|
H A D | 001.phpt | 34 'UMLClass::getEndLine',
|
H A D | ReflectionClass_toString_001.phpt | 93 Method [ <internal:Reflection> public method getEndLine ] {
|
/PHP-5.3/ext/reflection/ |
H A D | php_reflection.c | 1686 ZEND_METHOD(reflection_function, getEndLine) in ZEND_METHOD() argument 3340 ZEND_METHOD(reflection_class, getEndLine) in ZEND_METHOD() argument 5134 ZEND_ME(reflection_function, getEndLine, arginfo_reflection__void, 0) 5289 ZEND_ME(reflection_class, getEndLine, arginfo_reflection__void, 0)
|
Completed in 22 milliseconds