Skip to content

Commit 6894772

Browse files
committed
fix skipif
1 parent f0f2836 commit 6894772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/tests/sqlite3_11_numrows.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SQLite3::prepare number of rows
44
<?php require_once(dirname(__FILE__) . '/skipif.inc');
55
// Create an instance of the ReflectionMethod class
66
try {
7-
$method = new ReflectionMethod('sqlite3_result', 'numRows');
7+
$method = new ReflectionMethod('sqlite3result', 'numRows');
88
} catch (ReflectionException $e) {
99
die("skip");
1010
}

0 commit comments

Comments
 (0)