php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60447 Coding miss
Submitted: 2011-12-06 06:36 UTC Modified: 2011-12-06 06:44 UTC
From: yuki at tamazawa dot net Assigned: pierrick (profile)
Status: Closed Package: *General Issues
PHP Version: 5.4.0RC2 OS: winXP
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: yuki at tamazawa dot net
New email:
PHP Version: OS:

 

 [2011-12-06 06:36 UTC] yuki at tamazawa dot net
Description:
------------
php5.4-201112060530/Zend/zend_compile.c


void zend_do_jmp_set(...){
...
	jmp_token->u.op .opline_num = op_number;

}

void zend_do_jmp_set(...){
...
	jmp_token->u.op.opline_num = op_number;

}

A variable that contains the tab.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-06 06:44 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-12-06 06:44 UTC] pierrick@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 14:01:27 2025 UTC