diff options
Diffstat (limited to 'ext/pdo/tests/pdo.inc')
| -rwxr-xr-x | ext/pdo/tests/pdo.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/pdo/tests/pdo.inc b/ext/pdo/tests/pdo.inc index 9bf6d5974..8089236bb 100755 --- a/ext/pdo/tests/pdo.inc +++ b/ext/pdo/tests/pdo.inc @@ -1,10 +1,10 @@ -<?php
-
-function set_sql($name, $query)
-{
- if (empty($GLOBALS['SQL'][$name]))
- {
- $GLOBALS['SQL'][$name] = $query;
- }
-}
-?>
+<?php + +function set_sql($name, $query) +{ + if (empty($GLOBALS['SQL'][$name])) + { + $GLOBALS['SQL'][$name] = $query; + } +} +?> |
