diff options
Diffstat (limited to 'ext/sqlite3/tests')
-rw-r--r-- | ext/sqlite3/tests/sqlite3_busyTimeout.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_busyTimeout.phpt b/ext/sqlite3/tests/sqlite3_busyTimeout.phpt index ea97d8ee00..e27235a6af 100644 --- a/ext/sqlite3/tests/sqlite3_busyTimeout.phpt +++ b/ext/sqlite3/tests/sqlite3_busyTimeout.phpt @@ -8,7 +8,6 @@ marcosptf - <marcosptf@yahoo.com.br> - @phpsp - sao paulo - br <?php require_once(__DIR__ . '/new_db.inc'); var_dump($db->busyTimeout(0)); -var_dump($db->busyTimeout(null)); var_dump($db->busyTimeout(-1000)); var_dump($db->busyTimeout(1000)); $db->close(); @@ -17,4 +16,3 @@ $db->close(); bool(true) bool(true) bool(true) -bool(true) |