felipe                                   Wed, 13 Apr 2011 13:38:52 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310209

Log:
- Remove undesired line (reported by Gökhan Özbulak)

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/string.c
    U   php/php-src/trunk/ext/standard/string.c

Modified: php/php-src/branches/PHP_5_3/ext/standard/string.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/string.c  2011-04-13 12:23:46 UTC 
(rev 310208)
+++ php/php-src/branches/PHP_5_3/ext/standard/string.c  2011-04-13 13:38:52 UTC 
(rev 310209)
@@ -2408,8 +2408,6 @@
                                        } else {
                                                l = Z_LVAL_PP(tmp_len);
                                        }
-
-                                       l = Z_LVAL_PP(tmp_len);
                                        
zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len);
                                } else {
                                        l = Z_STRLEN_P(orig_str);

Modified: php/php-src/trunk/ext/standard/string.c
===================================================================
--- php/php-src/trunk/ext/standard/string.c     2011-04-13 12:23:46 UTC (rev 
310208)
+++ php/php-src/trunk/ext/standard/string.c     2011-04-13 13:38:52 UTC (rev 
310209)
@@ -2408,8 +2408,6 @@
                                        } else {
                                                l = Z_LVAL_PP(tmp_len);
                                        }
-
-                                       l = Z_LVAL_PP(tmp_len);
                                        
zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len);
                                } else {
                                        l = Z_STRLEN_P(orig_str);

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

Reply via email to