diff options
author | Nikita Popov <nikic@php.net> | 2016-03-03 16:50:47 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-03-03 16:50:47 +0100 |
commit | f57c0b324912ae3fce7940b836e35ca368cbd0ad (patch) | |
tree | f744fb9c7b2966fa5feb795ce3531ea0a873ddde /sapi/phpdbg/phpdbg_opcode.c | |
parent | a9a26100b4d77a0a556dd50e44b265bfdec5bdde (diff) | |
parent | 1ac152938cfe40e98b7b3c8cf403abb113266cfa (diff) | |
download | php-git-f57c0b324912ae3fce7940b836e35ca368cbd0ad.tar.gz |
Merge branch 'PHP-7.0'
Diffstat (limited to 'sapi/phpdbg/phpdbg_opcode.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_opcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_opcode.c b/sapi/phpdbg/phpdbg_opcode.c index ccd7337e5c..8bd7c4e50e 100644 --- a/sapi/phpdbg/phpdbg_opcode.c +++ b/sapi/phpdbg/phpdbg_opcode.c @@ -25,7 +25,7 @@ #include "phpdbg_utils.h" #include "ext/standard/php_string.h" -ZEND_EXTERN_MODULE_GLOBALS(phpdbg); +ZEND_EXTERN_MODULE_GLOBALS(phpdbg) static inline const char *phpdbg_decode_opcode(zend_uchar opcode) /* {{{ */ { |