summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_oo_015.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-26 21:16:50 +0000
committerMarcus Boerger <helly@php.net>2004-03-26 21:16:50 +0000
commitf956b50f652fe83f61bdbcace817d46c55a1bb67 (patch)
tree80c5848072784b6f078eafb32a72f04679635048 /ext/sqlite/tests/sqlite_oo_015.phpt
parent26b75f56c6c20ad0a70de1b3f5d8af6d52e176a6 (diff)
downloadphp-git-f956b50f652fe83f61bdbcace817d46c55a1bb67.tar.gz
Change to studlyCaps convention
# Hopefully discussed enough this time
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 5fc90e2c8c..893e6f14ab 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->array_query("SELECT a from strings", SQLITE_NUM);
+$res = $db->arrayQuery("SELECT a from strings", SQLITE_NUM);
var_dump($res);
echo "DONE!\n";