summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-04-20 20:20:59 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-04-20 20:20:59 +0200
commit577c6ed0ce9983967622d8b7086dab0a4978a148 (patch)
treeda58e9b24cb10c8beee75297230c72e858e0b7cd /phpdbg.h
parent422dc49c0d02f8ff8903d42a91bf8a1316d62211 (diff)
parentf96feea00c112bc1bec3e7b677218f4b487d1152 (diff)
downloadphp-git-577c6ed0ce9983967622d8b7086dab0a4978a148.tar.gz
Fixed stepping
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg.h b/phpdbg.h
index 81a81da97a..d25e0be437 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -121,7 +121,7 @@
#define PHPDBG_IN_EVAL (1<<11)
#define PHPDBG_IS_STEPPING (1<<12)
-#define PHPDBG_IS_OPLINE_STEPPING (1<<13)
+#define PHPDBG_STEP_OPCODE (1<<13)
#define PHPDBG_IS_QUIET (1<<14)
#define PHPDBG_IS_QUITTING (1<<15)
#define PHPDBG_IS_COLOURED (1<<16)