]> granicus.if.org Git - php/commitdiff
- Fix typo
authorFelipe Pena <felipe@php.net>
Thu, 26 Mar 2009 13:55:06 +0000 (13:55 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 26 Mar 2009 13:55:06 +0000 (13:55 +0000)
ext/pdo/tests/bug47769.phpt

index d3e49ae77fab492832b32e3994087c461590f7e4..2cb75e36443838d5b3e678e38b757ade74fc57af 100644 (file)
@@ -19,7 +19,7 @@ class test extends PDO
        }
 }
 
-$test = new test('sqlite:memory');
+$test = new test('sqlite::memory:');
 $test->quote('foo');
 $test->isProtected();