Edit report at http://bugs.php.net/bug.php?id=54183&edit=1
ID: 54183 Updated by: fel...@php.net Reported by: desplats at saficard dot com Summary: parse_ini_string('prenom = LAI NO') syntax error, unexpected BOOL_FALSE -Status: Open +Status: Bogus Type: Bug Package: Strings related PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2011-03-07 18:15:36] tomas dot brastavicius at quantum dot lt Excerpt from http://php.net/manual/en/function.parse-ini-file.php [If a value in the ini file contains any non-alphanumeric characters it needs to be enclosed in double-quotes (")] Code <?php echo parse_ini_string('prenom = "LAI NO"'); ?> works fine. ------------------------------------------------------------------------ [2011-03-07 16:41:29] desplats at saficard dot com Description: ------------ When using parse_ini_string or parse_ini_file, if the value has a substring as "NO" it causes a syntax error, unexpected BOOL_FALSE. Test script: --------------- <?php echo parse_ini_string('prenom = LAI NO'); ?> Expected result: ---------------- Array Actual result: -------------- PHP Warning: syntax error, unexpected BOOL_FALSE in Unknown on line 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54183&edit=1