ID: 27520 Updated by: [EMAIL PROTECTED] Reported By: akorthaus at web dot de -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: RedHat Linux (Kernel 2.4) PHP Version: 4.3.4 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. Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2004-03-07 14:30:23] akorthaus at web dot de Description: ------------ If I run the following Script (Apache 1.3.29, mod_php): <?php $status-typ='hello'; ?> I get: Parse error: parse error in /path/to/php/script.php on line 2 Reproduce code: --------------- <?php $status-typ='hello'; ?> Expected result: ---------------- empty page Actual result: -------------- Parse error: parse error in /path/to/php/script.php on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27520&edit=1
