Home
last modified time | relevance | path

Searched defs:string (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/PhpParser/Node/Scalar/
H A DStringTest.php28 public function testParseEscapeSequences($expected, $string, $quote): void {
38 public function testCreate($expected, $string): void {
/PHP-Parser/test/PhpParser/
H A DNodeDumperTest.php6 private function canonicalize($string) {
/PHP-Parser/grammar/
H A DphpyLang.php159 function magicSplit($regex, $string) {
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php12 private function canonicalize($string) {
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1064 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 DParserAbstract.php771 string $string, int $indentLen, string $indentChar, argument

Completed in 17 milliseconds