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 e245985 commit 9868c17Copy full SHA for 9868c17
ext/mbstring/tests/cp51932_encoding.phpt
@@ -2,6 +2,10 @@
2
Exhaustive test of CP51932 encoding verification and conversion
3
--EXTENSIONS--
4
mbstring
5
+--SKIPIF--
6
+<?php
7
+if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8
+?>
9
--FILE--
10
<?php
11
srand(2020); /* Make results consistent */
ext/mbstring/tests/cp932_encoding.phpt
Exhaustive test of CP932 encoding verification and conversion
srand(4321); /* Make results consistent */
0 commit comments