From: Yasuo Ohgaki Date: Fri, 5 Apr 2002 06:07:46 +0000 (+0000) Subject: Update message X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d84f0e55304ff83c370d2e2481647c054a3b4f74;p=php Update message --- diff --git a/ext/pgsql/tests/escape.inc b/ext/pgsql/tests/escape.inc index f7517952f0..7d65eb7391 100644 --- a/ext/pgsql/tests/escape.inc +++ b/ext/pgsql/tests/escape.inc @@ -47,10 +47,10 @@ $sql = "SELECT * FROM ".$table_name." WHERE num = -2"; $result = pg_query($db, $sql); $row = pg_fetch_row($result, 0); if ($data === $row['bin']) { - echo "pg_escape_bytea actually works\n"; + echo "pg_escape_bytea() actually works with databse\n"; } else { - echo "pg_escape_bytea is broken\n"; + echo "pg_escape_bytea() is broken\n"; } ?>