ID:               47920
 Updated by:       johan...@php.net
 Reported By:      odarcan at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: all
 PHP Version:      5.3.0RC1
 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

That's not that easy, you might also miss a "+" or something completely
different.


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

[2009-04-08 02:44:07] odarcan at gmail dot com

Description:
------------
the Parse error: syntax error, unexpected T_VARIABLE in
C:\Lighty\HTDOCS\3.php on line 58

to:

"You forgot a ';' dear user!"

Reproduce code:
---------------
<?php
$a=5
$b=4;

Expected result:
----------------
You forgot a ';' dear user!

Actual result:
--------------
Parse error: syntax error, unexpected T_VARIABLE in
C:\Lighty\HTDOCS\3.php on line 58


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


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

Reply via email to