1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

- Fix typo

This commit is contained in:
Felipe Pena
2009-03-26 13:55:06 +00:00
parent d7c4a27376
commit d2ca66893e
+1 -1
View File
@@ -19,7 +19,7 @@ class test extends PDO
}
}
$test = new test('sqlite:memory');
$test = new test('sqlite::memory:');
$test->quote('foo');
$test->isProtected();