Home
last modified time | relevance | path

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

/PHP-8.3/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.3/build/
H A Dgen_stub.php3162 … if ($funcInfo->name->isConstructor() && !($funcInfo->flags & Class_::MODIFIER_PRIVATE)) {
3184 if (!$funcInfo->name->isConstructor() && !$funcInfo->name->isDestructor()) {
4030 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4038 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4049 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4057 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
4066 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
4072 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
4757 $existingMethodSynopses[$funcInfo->name->__toString()] = $funcInfo->name->__toString();
5020 $funcMap[$funcInfo->name->__toString()] = $funcInfo;
[all …]

Completed in 32 milliseconds