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
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 !
Your email address:
MUST BE VALID
Solve the problem:
34 + 46 = ?
Subscribe to this entry?

 
 [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: Thu May 02 10:01:30 2024 UTC