History log of /PHP-7.4/sapi/phpdbg/tests/breakpoints_009.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 054fad6d 21-Apr-2021 David Rans

PHPDBG: fix bug parsing 3-word opcodes

PHPDBG won't parse opcodes correctly if they are more than two words
separated by underscores (as many opcodes, like ZEND_POST_INC, are).

PHPDBG: fix bug parsing 3-word opcodes

PHPDBG won't parse opcodes correctly if they are more than two words
separated by underscores (as many opcodes, like ZEND_POST_INC, are).

Now opcodes that have more than one underscore (e.g. ZEND_POST_INC) are
parsed correctly.

Closes GH-6895.

show more ...