Home
last modified time | relevance | path

Searched defs:str (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DFloat_.php29 public static function fromString(string $str, array $attributes = []): Float_ {
45 public static function parse(string $str): float {
H A DString_.php49 …public static function fromString(string $str, array $attributes = [], bool $parseUnicodeEscape = …
71 public static function parse(string $str, bool $parseUnicodeEscape = true): string {
101 …public static function parseEscapeSequences(string $str, ?string $quote, bool $parseUnicodeEscape …
H A DInt_.php42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f…
/PHP-Parser/test/
H A Dbootstrap.php7 function canonicalize($str) {
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DExplicitOctalEmulator.php34 private function resolveIntegerOrFloatToken(string $str): int {
/PHP-Parser/lib/PhpParser/
H A DComment.php178 private function getShortestWhitespacePrefixLen(string $str): int {
H A DPrettyPrinterAbstract.php299 protected function handleMagicTokens(string $str): string {
1091 protected function safeAppend(string &$str, string $append): void {
H A DParserAbstract.php738 …protected function parseLNumber(string $str, array $attributes, bool $allowInvalidOctal = false): …
756 protected function parseNumString(string $str, array $attributes) {
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php130 private function indentString(string $str): string {

Completed in 22 milliseconds