8889841cMacroStrongType.php000064400000001066150536012070010357 0ustar00reflectionFunction->getFileName(); return (($file ? \realpath($file) : null) ?: $file) ?: null; } public function getStartLine() : ?int { return $this->reflectionFunction->getStartLine(); } public function getEndLine() : ?int { return $this->reflectionFunction->getEndLine(); } } } AbstractMacroStatic.php000064400000001625150536012070011155 0ustar00reflectionFunction instanceof Reflection\Adapter\ReflectionMethod) { return $this->reflectionFunction; } if ($this->reflectionFunction instanceof Reflection\ReflectionMethod) { return new Reflection\Adapter\ReflectionMethod($this->reflectionFunction); } return $this->reflectionFunction instanceof ReflectionMethod ? new Reflection\Adapter\ReflectionMethod(Reflection\ReflectionMethod::createFromName($this->reflectionFunction->getDeclaringClass()->getName(), $this->reflectionFunction->getName())) : null; } } } MacroWeakType.php000064400000001036150536012070007767 0ustar00reflectionFunction->getFileName(); return (($file ? \realpath($file) : null) ?: $file) ?: null; } public function getStartLine() { return $this->reflectionFunction->getStartLine(); } public function getEndLine() { return $this->reflectionFunction->getEndLine(); } } } AbstractMacroBuiltin.php000064400000001157150536012070011334 0ustar00reflectionFunction instanceof Reflection\ReflectionMethod) { return new Reflection\Adapter\ReflectionMethod($this->reflectionFunction); } return $this->reflectionFunction instanceof ReflectionMethod ? $this->reflectionFunction : null; } } } index.php000064400000000006150536012070006357 0ustar00