summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/bug_50458.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/bug_50458.phpt')
-rw-r--r--ext/pdo/tests/bug_50458.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug_50458.phpt b/ext/pdo/tests/bug_50458.phpt
index 7dbfec3593..8ce16f2515 100644
--- a/ext/pdo/tests/bug_50458.phpt
+++ b/ext/pdo/tests/bug_50458.phpt
@@ -1,7 +1,7 @@
--TEST--
PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures)
--SKIPIF--
-<?php # vim:ft=php
+<?php
if (!extension_loaded('pdo')) die('skip');
$dir = getenv('REDIR_TEST_DIR');
if (false == $dir) die('skip no driver');