Skip to content

Commit cf65905

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix tests after fix for #76717
2 parents 999370b + a467a89 commit cf65905

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)