Searched defs:string (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/test/PhpParser/Node/Scalar/ |
H A D | StringTest.php | 28 public function testParseEscapeSequences($expected, $string, $quote): void { 38 public function testCreate($expected, $string): void {
|
/PHP-Parser/test/PhpParser/ |
H A D | NodeDumperTest.php | 6 private function canonicalize($string) {
|
/PHP-Parser/grammar/ |
H A D | phpyLang.php | 159 function magicSplit($regex, $string) {
|
/PHP-Parser/test/PhpParser/NodeVisitor/ |
H A D | NameResolverTest.php | 12 private function canonicalize($string) {
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 1064 protected function pSingleQuotedString(string $string): string { argument 1073 protected function escapeString(string $string, ?string $quote): string { argument 1111 protected function containsEndLabel(string $string, string $label, bool $atStart = true): bool { argument
|
/PHP-Parser/lib/PhpParser/ |
H A D | ParserAbstract.php | 771 string $string, int $indentLen, string $indentChar, argument
|
Completed in 17 milliseconds