summaryrefslogtreecommitdiff
path: root/zend/opcodes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 08:54:55 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-04-13 08:54:55 +0200
commit6dcadfb26de2ce9117f58986d543c521143df1c2 (patch)
tree92dd8efd6de0a4d9d837908caa4232ccd59bff80 /zend/opcodes.h
parent6328204053b26585cc0a590815f912fb8b153f41 (diff)
parentfaa7df504380295296e3349e9360732d750554c3 (diff)
Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPP
Diffstat (limited to 'zend/opcodes.h')
-rw-r--r--zend/opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/opcodes.h b/zend/opcodes.h
index 7e6d1ec..4e78083 100644
--- a/zend/opcodes.h
+++ b/zend/opcodes.h
@@ -74,7 +74,7 @@ public:
// the zend engine is probably already busy processing opcodes, so we store
// the current execute state before we're going to switch the runtime to
// our own set of opcodes
- ExecuteState oldstate(TSRMLS_C);
+ ExecuteState execState(0 TSRMLS_CC);
// old execute state has been saved (and will automatically be restured when
// the oldstate is destructed), so we can now safely overwrite all the settings