Home
last modified time | relevance | path

Searched refs:string (Results 226 – 250 of 264) sorted by relevance

1234567891011

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClass_.php91 public function getType(): string {
H A DFunction_.php78 public function getType(): string {
H A DProperty.php104 public function getType(): string {
H A DClassMethod.php151 public function getType(): string {
/PHP-Parser/
H A DUPGRADE-4.0.md47 a plain string.
49 than a plain string.
50 * The `var` subnode of `ClosureUse` now contains a `Variable` rather than a plain string.
51 * The `var` subnode of `Catch_` now contains a `Variable` rather than a plain string.
H A DUPGRADE-2.0.md37 a scalar type hint like `string` will be stored as `'string'` (PHP 7) or as `new Name('string')`
/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php64 public function getType(): string {
H A DTokenStream.php223 public function getTokenCode(int $from, int $to, int $indent): string {
276 private function getIndent(string $ws, int $tabWidth): int {
/PHP-Parser/lib/PhpParser/Node/
H A DPropertyHook.php71 public function getType(): string {
H A DParam.php63 public function getType(): string {
/PHP-Parser/test/code/prettyPrinter/expr/
H A Dliterals.test83 // shell exec (similar to double quoted string)
160 // shell exec (similar to double quoted string)
/PHP-Parser/tools/fuzzing/
H A Dphp.dict78 "string"
/PHP-Parser/test/PhpParser/
H A DCodeTestParser.php53 private function extractMode(string $expected): array {
H A DTokenTest.php26 public function testIsIgnorable(int $id, string $text, bool $isIgnorable): void {
H A DCodeParsingTest.php21 public function createParser(?string $version): Parser {
/PHP-Parser/doc/component/
H A DLexer.markdown47 /** @var string The textual content of the token. */
48 public string $text;
54 /** @param int|string|(int|string)[] $kind Token ID or text (or array of them) */
71 …* `startFilePos`: Offset into the code string of the first character that is part of the node. Use…
72 …* `endFilePos`: Offset into the code string of the last character that is part of the node. Used b…
H A DJSON_representation.markdown15 /** @param string $msg */
43 "text": "\/** @param string $msg *\/",
H A DName_resolution.markdown68 public function addAlias(Name $name, string $aliasName, int $type, array $errorAttrs = []);
73 public function getPossibleNames(string $name, int $type) : array;
74 public function getShortName(string $name, int $type) : Name;
/PHP-Parser/test/code/parser/expr/
H A Dcast.test13 (string) $a;
/PHP-Parser/test/code/parser/scalar/
H A DconstantString.test1 Constant string syntaxes
/PHP-Parser/test/PhpParser/Node/
H A DParamTest.php25 public function testModifiers(string $modifier): void {
/PHP-Parser/lib/PhpParser/
H A DModifiers.php38 public static function toString(int $modifier): string {
H A DLexer.php24 public function tokenize(string $code, ?ErrorHandler $errorHandler = null): array {
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php12 private function canonicalize($string) { argument
13 return str_replace("\r\n", "\n", $string);
569 private function parseAndResolve(string $code): array {
/PHP-Parser/test/code/parser/stmt/function/
H A DbuiltinTypeDeclarations.test68 name: string

Completed in 23 milliseconds

1234567891011