php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68764 JMPNZ spell error
Submitted: 2015-01-07 10:55 UTC Modified: 2015-01-07 18:08 UTC
From: 458121025 at qq dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 5.6.4 OS: OS X 10.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: 458121025 at qq dot com
New email:
PHP Version: OS:

 

 [2015-01-07 10:55 UTC] 458121025 at qq dot com
Description:
------------
JMPNZ There is no JMPNZ in opcodes.
It's JMPZNZ


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-07 18:08 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2015-01-07 18:08 UTC] aharvey@php.net
Both JMPNZ and JMPZNZ exist, and are different opcodes: in 5.6, JMPNZ is opcode 44 and JMPZNZ is opcode 45. See also https://github.com/php/php-src/blob/php-5.6.4/Zend/zend_vm_def.h#L2124-L2154.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC