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.php3631 if ($funcInfo->name->isConstructor() && !($funcInfo->flags & Modifiers::PRIVATE)) {
3653 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
4531 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4539 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4550 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4558 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4567 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
4573 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
5446 $documentedFuncMap[$funcInfo->name->__toString()] = $funcInfo->name->__toString();
5728 $funcMap[$funcInfo->name->__toString()] = $funcInfo;
[all …]

Completed in 30 milliseconds