helly           Thu Mar 16 00:40:11 2006 UTC

  Modified files:              
    /php-src/ext/spl/tests      array_017.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_017.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/tests/array_017.phpt
diff -u php-src/ext/spl/tests/array_017.phpt:1.3 
php-src/ext/spl/tests/array_017.phpt:1.4
--- php-src/ext/spl/tests/array_017.phpt:1.3    Mon Aug 15 14:37:55 2005
+++ php-src/ext/spl/tests/array_017.phpt        Thu Mar 16 00:40:11 2006
@@ -29,7 +29,7 @@
        function setFlags($flags)
        {
                echo __METHOD__ . "($flags)\n";
-               ArrayObject::setFlags($flags);
+               ArrayIterator::setFlags($flags);
        }
 }
 

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

Reply via email to