summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/pdo.inc')
-rwxr-xr-xext/pdo/tests/pdo.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/pdo/tests/pdo.inc b/ext/pdo/tests/pdo.inc
deleted file mode 100755
index 6d8fa1ea02..0000000000
--- a/ext/pdo/tests/pdo.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-function set_sql($name, $query)
-{
- if (empty($GLOBALS['SQL'][$name]))
- {
- $GLOBALS['SQL'][$name] = $query;
- }
-}
-
-?>