|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-05 18:02 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 04:00:01 2025 UTC |
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