Skip Report for ext/sqlite3/tests/sqlite3_11_numrows.phpt
Script
<?php require_once(dirname(__FILE__) . '/skipif.inc'); // Create an instance of the ReflectionMethod class try { $method = new ReflectionMethod('sqlite3result', 'numRows'); } catch (ReflectionException $e) { die("skip"); } ?>
Reason
(no reason given)
Generated at Sun, 19 May 2013 20:27:25 +0000 (4 days ago)
|