ID:               42727
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at hristov dot com
 Status:           Open
-Bug Type:         Scripting Engine problem
+Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      6CVS-2007-09-21 (CVS)
 New Comment:

Doesn't look like a bug to me.
The lexer encounters unexpected character, reports about it
(E_COMPILE_WARNING) and throws it away, continuing execution.
Surely it's possible to change this E_COMPILE_WARNING to
E_COMPILE_ERROR, but I see no reasons to do it atm.


Previous Comments:
------------------------------------------------------------------------

[2007-09-21 12:35:26] php at hristov dot com

Description:
------------
See the example and the result. There is a stray quote. There is a
warning, but it should be a parse error, shouldn't it?


Reproduce code:
---------------
<?php
'
echo "Should we see this?\n";
?>

Expected result:
----------------
Syntax error on line 2

Actual result:
--------------
[EMAIL PROTECTED]:~/dev/php6> ./php b.php
PHP Warning:  Unexpected character in input:  ''' (ASCII=39) state=1 in
/home/andrey/dev/php6/b.php on line 2
Should we see this?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42727&edit=1

Reply via email to