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:
@@ -19,7 +19,7 @@ class test extends PDO
|
||||
}
|
||||
}
|
||||
|
||||
$test = new test('sqlite:memory');
|
||||
$test = new test('sqlite::memory:');
|
||||
$test->quote('foo');
|
||||
$test->isProtected();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user