diff options
| author | Marcus Boerger <helly@php.net> | 2005-04-23 15:21:07 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-04-23 15:21:07 +0000 |
| commit | 3080d49ed41b39e5bee2c3503ed3176c44f02346 (patch) | |
| tree | fc665e646ba0054311fed877cc835865c9b5d0a9 /ext/sqlite | |
| parent | 965b70c0bd6379aaeae395a99e3d3e1d16b875fb (diff) | |
| download | php-git-3080d49ed41b39e5bee2c3503ed3176c44f02346.tar.gz | |
- Add new tests
Diffstat (limited to 'ext/sqlite')
| -rwxr-xr-x | ext/sqlite/tests/pdo/pdo_024.phpt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/sqlite/tests/pdo/pdo_024.phpt b/ext/sqlite/tests/pdo/pdo_024.phpt new file mode 100755 index 0000000000..52a1686250 --- /dev/null +++ b/ext/sqlite/tests/pdo/pdo_024.phpt @@ -0,0 +1,21 @@ +--TEST-- +PDO_SQLite2: Bind does not convert NULL +--SKIPIF-- +<?php # vim:ft=php +require_once('skipif.inc'); ?> +--FILE-- +<?php + +require_once('connection.inc'); +require_once('prepare.inc'); + +require_once($PDO_TESTS . 'pdo_024.inc'); + +?> +===DONE=== +<?php exit(0); ?> +--EXPECTF-- +bind: success +bool(true) +NULL +===DONE=== |
