We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f2836 commit 6894772Copy full SHA for 6894772
ext/sqlite3/tests/sqlite3_11_numrows.phpt
@@ -4,7 +4,7 @@ SQLite3::prepare number of rows
4
<?php require_once(dirname(__FILE__) . '/skipif.inc');
5
// Create an instance of the ReflectionMethod class
6
try {
7
- $method = new ReflectionMethod('sqlite3_result', 'numRows');
+ $method = new ReflectionMethod('sqlite3result', 'numRows');
8
} catch (ReflectionException $e) {
9
die("skip");
10
}
0 commit comments