From: Felipe Pena Date: Thu, 26 Mar 2009 13:55:06 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php-5.3.0RC2~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2ca66893e4f03cec5caaf4b9fb69ae5e4c9594e;p=php - Fix typo --- diff --git a/ext/pdo/tests/bug47769.phpt b/ext/pdo/tests/bug47769.phpt index d3e49ae77f..2cb75e3644 100644 --- a/ext/pdo/tests/bug47769.phpt +++ b/ext/pdo/tests/bug47769.phpt @@ -19,7 +19,7 @@ class test extends PDO } } -$test = new test('sqlite:memory'); +$test = new test('sqlite::memory:'); $test->quote('foo'); $test->isProtected();