Searched refs:__toString (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/ | ||
H A D | Identifier.php | 78 public function __toString(): string { function in PhpParser\\Node\\Identifier |
H A D | Name.php | 155 public function __toString(): string { function in PhpParser\\Node\\Name |
/PHP-Parser/lib/PhpParser/ | ||
H A D | Comment.php | 106 public function __toString(): string { function in PhpParser\\Comment |
/PHP-Parser/lib/PhpParser/Internal/ | ||
H A D | TokenPolyfill.php | 109 public function __toString(): string { function in PhpParser\\Internal\\TokenPolyfill |
/PHP-Parser/ | ||
H A D | UPGRADE-4.0.md | 15 automatically convert strings to `Identifier`s and `Identifier`s implement `__toString()`. As such |
Completed in 8 milliseconds