Edit report at https://bugs.php.net/bug.php?id=60096&edit=1
ID: 60096 Updated by: fel...@php.net Reported by: ni...@php.net Summary: token_get_all on b"$var" returns invalid string token -Status: Open +Status: Bogus Type: Bug Package: *General Issues PHP Version: 5.4.0beta1 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 Currently it's expected, as the 'b' prefix doesn't produces a separated token. Previous Comments: ------------------------------------------------------------------------ [2011-10-19 16:02:23] ni...@php.net Description: ------------ token_get_all('<?php b"$var"') will return 'b"' as a string-token, even though it is not a single character. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60096&edit=1