@@ -1851,21 +1851,6 @@ ZEND_METHOD(reflection_function, getEndLine)
1851
1851
}
1852
1852
/* }}} */
1853
1853
1854
- /* {{{ proto public bool ReflectionFunction::hasReturnHint()
1855
- Checks for the presence of a return hint */
1856
- ZEND_METHOD (reflection_function , hasReturnHint )
1857
- {
1858
- reflection_object * intern ;
1859
- zend_function * fptr ;
1860
-
1861
- if (zend_parse_parameters_none () == FAILURE ) {
1862
- return ;
1863
- }
1864
- GET_REFLECTION_OBJECT_PTR (fptr );
1865
- RETURN_BOOL (fptr -> common .return_hint .used );
1866
- }
1867
- /* }}} */
1868
-
1869
1854
/* {{{ proto public string ReflectionFunction::getDocComment()
1870
1855
Returns the doc comment for this function */
1871
1856
ZEND_METHOD (reflection_function , getDocComment )
@@ -5750,7 +5735,6 @@ static const zend_function_entry reflection_function_abstract_functions[] = {
5750
5735
ZEND_ME (reflection_function , isVariadic , arginfo_reflection__void , 0 )
5751
5736
ZEND_ME (reflection_function , getClosureThis , arginfo_reflection__void , 0 )
5752
5737
ZEND_ME (reflection_function , getClosureScopeClass , arginfo_reflection__void , 0 )
5753
- ZEND_ME (reflection_function , hasReturnHint , arginfo_reflection__void , 0 )
5754
5738
ZEND_ME (reflection_function , getDocComment , arginfo_reflection__void , 0 )
5755
5739
ZEND_ME (reflection_function , getEndLine , arginfo_reflection__void , 0 )
5756
5740
ZEND_ME (reflection_function , getExtension , arginfo_reflection__void , 0 )
0 commit comments