com php-src: Cleanup: Zend/zend_vm_gen.php

[email protected] (Dmitry Stogov)
Newsgroups php.cvs
Message-ID <[email protected]>
Commit:    2f9d72b3099d39c51f6618f9bf1b65eb9a9acd23
Author:    Dmitry Stogov <[email protected]>         Tue, 9 May 2017 09:37:46 +0300
Parents:   71bfb430af7df2d16ebf86a0ce62824982ccd27f
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=2f9d72b3099d39c51f6618f9bf1b65eb9a9acd23

Log:
Cleanup

Changed paths:
  M  Zend/zend_vm_gen.php


Diff:
diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php
index fd376ac..cfc1767 100644
--- a/Zend/zend_vm_gen.php
+++ b/Zend/zend_vm_gen.php
@@ -1849,7 +1849,7 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name)
 							break;
 						case ZEND_VM_KIND_HYBRID:
 							out($f,"#if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)\n");
-							out($f, $m[1]."HYBRID_SWITCH();".$m[3]."\n");
+							out($f, $m[1]."HYBRID_SWITCH()".$m[3]."\n");
 							out($f,"#else\n");
 						case ZEND_VM_KIND_CALL:
 							out($f,"#if defined(ZEND_VM_FP_GLOBAL_REG) && defined(ZEND_VM_IP_GLOBAL_REG)\n");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.