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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bestmischmaker at web dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 13:01:29 2025 UTC