diff options
Diffstat (limited to 'ext/pgsql/tests/bug46408.phpt')
| -rw-r--r-- | ext/pgsql/tests/bug46408.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/bug46408.phpt b/ext/pgsql/tests/bug46408.phpt index bf84290907..5803347988 100644 --- a/ext/pgsql/tests/bug46408.phpt +++ b/ext/pgsql/tests/bug46408.phpt @@ -14,7 +14,7 @@ require_once('config.inc'); $dbh = pg_connect($conn_str); setlocale(LC_ALL, 'hr_HR.utf-8', 'hr_HR'); -echo 3.5.PHP_EOL; +echo 3.5 , "\n"; pg_query_params("SELECT $1::numeric", array(3.5)); pg_close($dbh); |
