php-src/ext/pdo_mysql/tests/pdo_024.phpt

22 lines
314 B
Plaintext
Raw Normal View History

2005-03-24 12:31:37 +00:00
--TEST--
PDO_MySQL: 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===