Searched defs:str (Results 1 – 9 of 9) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | Float_.php | 29 public static function fromString(string $str, array $attributes = []): Float_ { 45 public static function parse(string $str): float {
|
H A D | String_.php | 49 …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 D | Int_.php | 42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f…
|
/PHP-Parser/test/ |
H A D | bootstrap.php | 7 function canonicalize($str) {
|
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ |
H A D | ExplicitOctalEmulator.php | 34 private function resolveIntegerOrFloatToken(string $str): int {
|
/PHP-Parser/lib/PhpParser/ |
H A D | Comment.php | 178 private function getShortestWhitespacePrefixLen(string $str): int {
|
H A D | PrettyPrinterAbstract.php | 327 protected function handleMagicTokens(string $str): string { 1119 protected function safeAppend(string &$str, string $append): void {
|
H A D | ParserAbstract.php | 738 …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 D | Standard.php | 135 private function indentString(string $str): string {
|
Completed in 29 milliseconds