We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f763cfd + c702c9f commit 6bd65cdCopy full SHA for 6bd65cd
ext/pdo_sqlite/tests/bug81740.phpt
@@ -3,6 +3,7 @@ Bug #81740 (PDO::quote() may return unquoted string)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
6
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
7
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8
?>
9
--INI--
0 commit comments