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 e0e587c + 6bd65cd commit 0cbc49bCopy full SHA for 0cbc49b
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