Skip to content

Commit 56fb686

Browse files
committed
Unify 32-bit/64-bit str_split tests
The 32-bit tests work on both 32-bit and 64-bit. I dropped the 64-bit variants as they only test one additional case that I don't think adds particular value.
1 parent 13b791c commit 56fb686

File tree

4 files changed

+0
-296
lines changed

4 files changed

+0
-296
lines changed

ext/standard/tests/strings/str_split_variation6.phpt

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--TEST--
22
Test str_split() function : usage variations - different integer values for 'split_length' argument
3-
--SKIPIF--
4-
<?php
5-
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
6-
?>
73
--FILE--
84
<?php
95
/*

ext/standard/tests/strings/str_split_variation6_64bit.phpt

-155
This file was deleted.

ext/standard/tests/strings/str_split_variation7.phpt

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
--TEST--
22
Test str_split() function : usage variations - different integer values for 'split_length' with heredoc 'str'
3-
--SKIPIF--
4-
<?php
5-
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
6-
?>
73
--FILE--
84
<?php
95
/*

ext/standard/tests/strings/str_split_variation7_64bit.phpt

-133
This file was deleted.

0 commit comments

Comments
 (0)