]> granicus.if.org Git - php/commitdiff
fix ws
authorAntony Dovgal <tony2001@php.net>
Tue, 26 Jun 2007 11:51:14 +0000 (11:51 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 26 Jun 2007 11:51:14 +0000 (11:51 +0000)
ext/standard/var.c

index 99ab7dad41d1069223b4df6243d932cc3a73c31d..820c3077f16f83b46d08889b5545aa15862860e4 100644 (file)
@@ -39,6 +39,7 @@
 #define Z_REFCOUNT_PP(a) ((*a)->refcount)
 
 /* }}} */
+
 /* {{{ php_var_dump */
 
 static int php_array_element_dump(zval **zv, int num_args, va_list args, zend_hash_key *hash_key)
@@ -165,8 +166,6 @@ head_done:
 
 /* }}} */
 
-
-
 /* {{{ proto void var_dump(mixed var)
    Dumps a string representation of variable to output */
 PHP_FUNCTION(var_dump)
@@ -344,7 +343,6 @@ PHP_FUNCTION(debug_zval_dump)
 }
 /* }}} */
 
-
 /* {{{ php_var_export */
 
 static int php_array_element_export(zval **zv, int num_args, va_list args, zend_hash_key *hash_key)
@@ -452,7 +450,6 @@ PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC)
 
 /* }}} */
 
-
 /* {{{ proto mixed var_export(mixed var [, bool return])
    Outputs or returns a string representation of a variable */
 PHP_FUNCTION(var_export)
@@ -477,8 +474,6 @@ PHP_FUNCTION(var_export)
 }
 /* }}} */
 
-
-
 /* {{{ php_var_serialize */
 
 static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var_hash TSRMLS_DC);
@@ -872,6 +867,7 @@ PHP_FUNCTION(serialize)
 }
 
 /* }}} */
+
 /* {{{ proto mixed unserialize(string variable_representation)
    Takes a string representation of variable and recreates it */