Searched defs:parse (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/ | ||
H A D | Parser.php | 16 public function parse(string $code, ?ErrorHandler $errorHandler = null): ?array; function |
H A D | ParserAbstract.php | 180 public function parse(string $code, ?ErrorHandler $errorHandler = null): ?array { function in PhpParser\\ParserAbstract |
/PHP-Parser/lib/PhpParser/Node/Scalar/ | ||
H A D | Float_.php | 45 public static function parse(string $str): float { function in PhpParser\\Node\\Scalar\\Float_ |
H A D | String_.php | 71 public static function parse(string $str, bool $parseUnicodeEscape = true): string { function in PhpParser\\Node\\Scalar\\String_ |
Completed in 13 milliseconds