We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c702c9f commit da5cbcaCopy full SHA for da5cbca
ext/pdo_sqlite/tests/bug81740.phpt
@@ -1,8 +1,10 @@
1
--TEST--
2
Bug #81740 (PDO::quote() may return unquoted string)
3
+--EXTENSIONS--
4
+pdo
5
+pdo_sqlite
6
--SKIPIF--
7
<?php
-if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
8
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
9
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
10
?>
0 commit comments