PATH:
opt
/
alt
/
tests
/
alt-php81-phpiredis_1.0.1-1.el8
--TEST-- [READER] Parameters formatting should not break on many arguments --SKIPIF-- <?php require_once 'testsuite_skipif.inc'; --FILE-- <?php $array = array('MSET', 'key1', '1', 'key2', '2', 'key3', '3', 'key4', '4', 'key5', '5'); var_dump(phpiredis_format_command($array)); var_dump($array); --EXPECT-- string(100) "*11 $4 MSET $4 key1 $1 1 $4 key2 $1 2 $4 key3 $1 3 $4 key4 $1 4 $4 key5 $1 5 " array(11) { [0]=> string(4) "MSET" [1]=> string(4) "key1" [2]=> string(1) "1" [3]=> string(4) "key2" [4]=> string(1) "2" [5]=> string(4) "key3" [6]=> string(1) "3" [7]=> string(4) "key4" [8]=> string(1) "4" [9]=> string(4) "key5" [10]=> string(1) "5" }
[-] client_006.phpt
[edit]
[-] reader_010.phpt
[edit]
[-] testsuite_configuration.inc
[edit]
[-] reader_009.phpt
[edit]
[-] reader_012.phpt
[edit]
[-] client_010.phpt
[edit]
[-] client_002.phpt
[edit]
[-] testsuite_utilities.inc
[edit]
[-] client_005.phpt
[edit]
[-] reader_006.phpt
[edit]
[-] reader_005.phpt
[edit]
[-] reader_008.phpt
[edit]
[-] client_011.phpt
[edit]
[+]
..
[-] utils_001.phpt
[edit]
[-] client_003.phpt
[edit]
[-] serializer_002.phpt
[edit]
[-] reader_002.phpt
[edit]
[-] client_008.phpt
[edit]
[-] reader_004.phpt
[edit]
[-] reader_001.phpt
[edit]
[-] client_001.phpt
[edit]
[-] client_007.phpt
[edit]
[-] reader_013.phpt
[edit]
[-] reader_007.phpt
[edit]
[-] client_009.phpt
[edit]
[-] client_004.phpt
[edit]
[-] reader_011.phpt
[edit]
[-] testsuite_skipif.inc
[edit]
[-] serializer_001.phpt
[edit]
[-] reader_003.phpt
[edit]