Skip to content

Commit a467a89

Browse files
committed
Fix tests after fix for #76717
1 parent a785ccd commit a467a89

File tree

4 files changed

+1304
-0
lines changed

4 files changed

+1304
-0
lines changed

ext/standard/tests/general_functions/var_export-locale.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ serialize_precision=17
77
if (!setlocale(LC_ALL, "german", "de","de_DE","de_DE.ISO8859-1","de_DE.ISO_8859-1","de_DE.UTF-8")) {
88
die("skip locale needed for this test is not supported on this platform");
99
}
10+
if (PHP_INT_SIZE < 8) {
11+
die("skip 64-bit only");
12+
}
1013
?>
1114
--FILE--
1215
<?php

0 commit comments

Comments
 (0)