summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/bug_40285.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/bug_40285.phpt')
-rw-r--r--ext/pdo/tests/bug_40285.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo/tests/bug_40285.phpt b/ext/pdo/tests/bug_40285.phpt
index c0a5674389..213777a808 100644
--- a/ext/pdo/tests/bug_40285.phpt
+++ b/ext/pdo/tests/bug_40285.phpt
@@ -1,7 +1,7 @@
--TEST--
PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
--SKIPIF--
-<?php
+<?php
if (!extension_loaded('pdo')) die('skip');
$dir = getenv('REDIR_TEST_DIR');
if (false == $dir) die('skip no driver');
@@ -23,5 +23,5 @@ $s->execute();
echo "Done\n";
?>
---EXPECT--
+--EXPECT--
Done