php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57904 parse_tree.c
Submitted: 2007-11-09 15:24 UTC Modified: 2017-04-01 21:13 UTC
From: ygautheron at absystech dot fr Assigned:
Status: Wont fix Package: Parse_Tree (PECL)
PHP Version: 5.2.1 OS: Linux Gentoo
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
17 + 36 = ?
Subscribe to this entry?

 
 [2007-11-09 15:24 UTC] ygautheron at absystech dot fr
Description:
------------
It is not really a bug, but an optimization vector for compile time :-D LOL lol
Maybe there's something i'm not seeing, but why is there twice the same code there in this damn parse_tree.c (line 93-99) :

	if (!yyin) {
		RETURN_FALSE;
	}

	if (!yyin) {
		RETURN_FALSE;
	}

?

Huhuhuh

Hi William !


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-01 21:13 UTC] tpunt@php.net
-Status: Open +Status: Wont fix
 [2017-04-01 21:13 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2007, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC