Module utils

Module utils 

Source

Functionsยง

is_part_of_identifier
is_start_of_identifier
parse_literal_float
parse_literal_integer
parse_literal_string
Parses a PHP literal string, handling all escape sequences, and returns the result as a String.
parse_literal_string_in
Parses a PHP literal string, handling all escape sequences, and allocates the result in an arena.
read_digits_of_base
Reads a sequence of bytes representing digits in a specific numerical base.