Home
last modified time | relevance | path

Searched refs:string (Results 101 – 125 of 264) sorted by relevance

1234567891011

/PHP-Parser/lib/PhpParser/
H A DNodeFinder.php44 public function findInstanceOf($nodes, string $class): array {
85 public function findFirstInstanceOf($nodes, string $class): ?Node {
/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DDouble.php13 public function getType(): string {
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DMatchTokenEmulator.php12 public function getKeywordString(): string {
H A DPropertyTokenEmulator.php12 public function getKeywordString(): string {
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DMagicConst.php26 abstract public function getName(): string;
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DError.php27 public function getType(): string {
H A DIsset_.php26 public function getType(): string {
H A DVariable.php26 public function getType(): string {
H A DPostDec.php26 public function getType(): string {
H A DPostInc.php26 public function getType(): string {
/PHP-Parser/grammar/
H A DrebuildParsers.php75 function replaceIfBlocks(string $code, array $defines): string {
/PHP-Parser/lib/PhpParser/Builder/
H A DInterface_.php12 protected string $name;
27 public function __construct(string $name) {
H A DTrait_.php11 protected string $name;
28 public function __construct(string $name) {
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php22 public string $text;
42 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {
53 public function getTokenName(): ?string {
109 public function __toString(): string {
124 public static function tokenize(string $code, int $flags = 0): array {
/PHP-Parser/lib/PhpParser/Node/
H A DAttributeGroup.php24 public function getType(): string {
H A DIntersectionType.php24 public function getType(): string {
H A DUnionType.php24 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassLike.php65 public function getProperty(string $name): ?Property {
100 public function getMethod(string $name): ?ClassMethod {
H A DConst_.php26 public function getType(): string {
H A DEcho_.php26 public function getType(): string {
H A DElse_.php26 public function getType(): string {
H A DFinally_.php26 public function getType(): string {
H A DGlobal_.php26 public function getType(): string {
H A DUnset_.php26 public function getType(): string {
H A DBlock.php22 public function getType(): string {

Completed in 34 milliseconds

1234567891011