php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26804 syntax error will not found by php5
Submitted: 2004-01-05 17:59 UTC Modified: 2004-01-05 18:02 UTC
From: bestmischmaker at web dot de Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5CVS-2004-01-05 (dev) OS: Windows2000
Private report: No CVE-ID: None
 [2004-01-05 17:59 UTC] bestmischmaker at web dot de
Description:
------------
Hy @ all

i didn't know which "type of bug" i should choose for this error in PHP5

my situation
w2k+php5cvs05.01.04-19:30 (cli)

[php.ini]
error_reporting E_ALL

how do you see php doesn't notice that i have an syntax error...

cya Jointy

Reproduce code:
---------------
while( substr($data,3,1 != ' ') )
{
   if( !$data = $this->recv_data($buf_size) ) return FALSE;

}



Expected result:
----------------
PHP should say that i have an syntax error :)

Actual result:
--------------
no report

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-05 18:02 UTC] helly@php.net
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

There is no syntax error
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC