summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_oo_015.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-23 23:30:56 +0000
committerMarcus Boerger <helly@php.net>2004-03-23 23:30:56 +0000
commit962b8d480cf030b4b5b12a4f88e4862f90be3f2f (patch)
treedfe4eac8c2d732f3a3a03cef7c4e9d416374ad4f /ext/sqlite/tests/sqlite_oo_015.phpt
parent0bdfab022a52271fe38d193213b846104a4acb32 (diff)
downloadphp-git-962b8d480cf030b4b5b12a4f88e4862f90be3f2f.tar.gz
Revert studlyCaps change for now
# until we reach a point where the majority knows what they want
Diffstat (limited to 'ext/sqlite/tests/sqlite_oo_015.phpt')
-rwxr-xr-xext/sqlite/tests/sqlite_oo_015.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/tests/sqlite_oo_015.phpt b/ext/sqlite/tests/sqlite_oo_015.phpt
index 893e6f14ab..5fc90e2c8c 100755
--- a/ext/sqlite/tests/sqlite_oo_015.phpt
+++ b/ext/sqlite/tests/sqlite_oo_015.phpt
@@ -21,7 +21,7 @@ foreach ($data as $str) {
$db->query("INSERT INTO strings VALUES('$str')");
}
-$res = $db->arrayQuery("SELECT a from strings", SQLITE_NUM);
+$res = $db->array_query("SELECT a from strings", SQLITE_NUM);
var_dump($res);
echo "DONE!\n";