diff options
| author | Marcus Boerger <helly@php.net> | 2004-03-23 23:30:56 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-03-23 23:30:56 +0000 |
| commit | 962b8d480cf030b4b5b12a4f88e4862f90be3f2f (patch) | |
| tree | dfe4eac8c2d732f3a3a03cef7c4e9d416374ad4f /ext/sqlite/tests/sqlite_oo_015.phpt | |
| parent | 0bdfab022a52271fe38d193213b846104a4acb32 (diff) | |
| download | php-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-x | ext/sqlite/tests/sqlite_oo_015.phpt | 2 |
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"; |
