Edit report at https://bugs.php.net/bug.php?id=55125&edit=1
ID: 55125 Updated by: cataphr...@php.net Reported by: info at nevalon dot de Summary: Missing parser error -Status: Open +Status: Bogus Type: Bug Package: *Compile Issues Operating System: linux PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2011-07-04 03:07:45] info at nevalon dot de Description: ------------ Line 3 is incorrect and should trigger an parser error but it doesn't if in the next line there is a var_dump. Test script: --------------- <?php $message = ''; $message = var_dump($message); Expected result: ---------------- Parser error Actual result: -------------- Nothing ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55125&edit=1