diff options
-rw-r--r-- | ext/pdo/tests/pdo_018.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdo_018.phpt b/ext/pdo/tests/pdo_018.phpt index 1e2290c400..52338a4d83 100644 --- a/ext/pdo/tests/pdo_018.phpt +++ b/ext/pdo/tests/pdo_018.phpt @@ -122,7 +122,7 @@ foreach($objs as $idx => $obj) } else { - $val = NULL; + $val = ''; } $stmt->execute(); } |