php-toml icon indicating copy to clipboard operation
php-toml copied to clipboard

PHP TOML parser

Results 4 php-toml issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for making a great library. If the key of an entry contains "=" character, loading a toml file fails. Example: "= abc =" = "def"

Hi ! In multiline strings '#' are removed with the text afterwords, example : P = ''' Web Technologies #this is not a comment and should not be removed '''...

something like key = """ #I am here """ will have an empty string for key instead of "#I am here". Supporting this is not explicitly mention in the spec...