Home
last modified time | relevance | path

Searched refs:funcInfo (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A DReflectionFunction_001.phpt26 $funcInfo = new ReflectionFunction($name);
27 var_dump($funcInfo->getName());
28 var_dump($funcInfo->isInternal());
29 var_dump($funcInfo->isUserDefined());
30 var_dump($funcInfo->getStartLine());
31 var_dump($funcInfo->getEndLine());
32 var_dump($funcInfo->getStaticVariables());
H A DReflectionFunction_getFileName.001.phpt11 $funcInfo = new ReflectionFunction('g');
12 var_dump($funcInfo->getFileName());
H A DReflectionFunction_getFileName.002.phpt26 $funcInfo = new ReflectionFunction($name);
27 var_dump($funcInfo->getFileName());
H A DReflectionFunction_getDocComment.001.phpt28 $funcInfo = new ReflectionFunction($name);
29 var_dump($funcInfo->getDocComment());
/PHP-8.2/build/
H A Dgen_stub.php2977 … if ($funcInfo->name->isConstructor() && !($funcInfo->flags & Class_::MODIFIER_PRIVATE)) {
2999 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
3814 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3822 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3833 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3841 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
3850 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
3856 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
4473 $existingMethodSynopses[$funcInfo->name->__toString()] = $funcInfo->name->__toString();
4736 $funcMap[$funcInfo->name->__toString()] = $funcInfo;
[all …]

Completed in 26 milliseconds