]> granicus.if.org Git - php/commitdiff
Added folder mark
authorXinchen Hui <laruence@php.net>
Sat, 24 May 2014 13:11:13 +0000 (21:11 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 24 May 2014 13:11:13 +0000 (21:11 +0800)
Zend/zend_operators.c

index f022909bc396a305b417a06116e5c956226381e5..ef21b47a41e7aa2942bd2eac9cab9e2e843d5202 100644 (file)
@@ -963,7 +963,7 @@ ZEND_API int mul_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ *
 }
 /* }}} */
 
-ZEND_API int pow_function(zval *result, zval *op1, zval *op2 TSRMLS_DC)
+ZEND_API int pow_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */
 {
        zval op1_copy, op2_copy;
        int converted = 0;
@@ -1045,6 +1045,7 @@ ZEND_API int pow_function(zval *result, zval *op1, zval *op2 TSRMLS_DC)
                }
        }
 }
+/* }}} */
 
 ZEND_API int div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */
 {