]> granicus.if.org Git - php/commitdiff
Folder marks
authorXinchen Hui <laruence@gmail.com>
Tue, 2 Aug 2016 12:08:15 +0000 (20:08 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 2 Aug 2016 12:08:15 +0000 (20:08 +0800)
ext/standard/array.c

index b24c4d4eb2b4b5cba3e248389ab1f6665a0901ed..9c9e44be14cba090a9ca835a718d99686bdcece4 100644 (file)
@@ -3542,7 +3542,7 @@ zend_bool array_column_param_helper(zval *param,
 }
 /* }}} */
 
-static inline zval *array_column_fetch_prop(zval *data, zval *name, zval *rv)
+static inline zval *array_column_fetch_prop(zval *data, zval *name, zval *rv) /* {{{ */
 {
        zval *prop = NULL;
 
@@ -3572,6 +3572,7 @@ static inline zval *array_column_fetch_prop(zval *data, zval *name, zval *rv)
 
        return prop;
 }
+/* }}} */
 
 /* {{{ proto array array_column(array input, mixed column_key[, mixed index_key])
    Return the values from a single column in the input array, identified by the