We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c3513 commit cf5dac0Copy full SHA for cf5dac0
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