From: Dmitry Stogov Date: Fri, 21 Dec 2018 16:03:28 +0000 (+0300) Subject: Fixed ws X-Git-Tag: php-7.4.0alpha1~1363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ccdb904ae9a75f713cb0b056d273e786bcd5e79;p=php Fixed ws --- diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index 7b43a28fb9..d1092788d4 100755 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -2675,7 +2675,6 @@ function gen_vm($def, $skel) { out($f, "\n"); // Generate zend_vm_get_opcode_handler() function - out($f, "\n"); out($f, "static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)\n"); out($f, "{\n"); if (!ZEND_VM_SPEC) {