summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/08escape.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/08escape.phpt')
-rw-r--r--ext/pgsql/tests/08escape.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/pgsql/tests/08escape.phpt b/ext/pgsql/tests/08escape.phpt
deleted file mode 100644
index e6a8cf8731..0000000000
--- a/ext/pgsql/tests/08escape.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-PostgreSQL escape functions
---SKIPIF--
-<?php include("skipif.inc"); ?>
---FILE--
-<?php
-include("escape.inc");
-?>
---EXPECT--
-pg_escape_string() is NOT Ok
-string(9) "ABC\ABC\'"
-string(12) "ABC\\ABC\\''"
-string(10) "ABC\\ABC\'"
-pg_escape_bytea() is Ok