From: Felipe Pena Date: Thu, 26 Mar 2009 13:54:53 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php-5.4.0alpha1~191^2~4049 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e96a4a7d6340f2455ca90752747015675ffbe1e6;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();