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.
1 parent bf03427 commit 2954678Copy full SHA for 2954678
ext/ftp/tests/gh20601.phpt
@@ -2,6 +2,10 @@
2
GH-20601 (ftp_connect timeout overflow)
3
--EXTENSIONS--
4
ftp
5
+--SKIPIF--
6
+<?php
7
+if (PHP_INT_SIZE != 8) die("skip: 64-bit only");
8
+?>
9
--FILE--
10
<?php
11
try {
0 commit comments