andrey          Tue Feb 19 17:22:05 2008 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   bug34810.phpt 
  Log:
  Fix a failing test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug34810.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/mysqli/tests/bug34810.phpt
diff -u php-src/ext/mysqli/tests/bug34810.phpt:1.5 
php-src/ext/mysqli/tests/bug34810.phpt:1.6
--- php-src/ext/mysqli/tests/bug34810.phpt:1.5  Thu Aug  9 09:43:28 2007
+++ php-src/ext/mysqli/tests/bug34810.phpt      Tue Feb 19 17:22:05 2008
@@ -23,7 +23,7 @@
                $mysql->query("CREATE TABLE test_warnings (a int not null)");
                $mysql->query("SET sql_mode=''");
                $mysql->query("INSERT INTO test_warnings VALUES 
(1),(2),(NULL)");
-               var_dump(mysqli_warning::__construct($mysql));
+               var_dump(new mysqli_warning($mysql));
        } 
 } 
 

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

Reply via email to