tony2001                Tue Jun 26 11:51:14 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard       var.c 
  Log:
  fix ws
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.203.2.7.2.17&r2=1.203.2.7.2.18&diff_format=u
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standard/var.c:1.203.2.7.2.17 
php-src/ext/standard/var.c:1.203.2.7.2.18
--- php-src/ext/standard/var.c:1.203.2.7.2.17   Tue Jun 19 12:20:50 2007
+++ php-src/ext/standard/var.c  Tue Jun 26 11:51:14 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: var.c,v 1.203.2.7.2.17 2007/06/19 12:20:50 derick Exp $ */
+/* $Id: var.c,v 1.203.2.7.2.18 2007/06/26 11:51:14 tony2001 Exp $ */
 
 
 
@@ -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 @@
 
 /* }}} */
 
-
-
 /* {{{ proto void var_dump(mixed var)
    Dumps a string representation of variable to output */
 PHP_FUNCTION(var_dump)
@@ -344,7 +343,6 @@
 }
 /* }}} */
 
-
 /* {{{ 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 @@
 
 /* }}} */
 
-
 /* {{{ 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_var_serialize */
 
 static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable 
*var_hash TSRMLS_DC);
@@ -872,6 +867,7 @@
 }
 
 /* }}} */
+
 /* {{{ proto mixed unserialize(string variable_representation)
    Takes a string representation of variable and recreates it */
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to