Home
last modified time | relevance | path

Searched refs:str_shuffle (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt2 Test str_shuffle() function : basic functionality
5 /* Prototype : string str_shuffle ( string $str )
11 * Testing str_shuffle() : basic functionality
14 echo "*** Testing str_shuffle() : basic functionality ***\n";
17 $str = 'This testcase tests the str_shuffle() function.';
18 var_dump(str_shuffle($str));
29 $op = str_shuffle($ip);
56 *** Testing str_shuffle() : basic functionality ***
H A D004.phpt2 Testing randomization of shuffle() and str_shuffle().
27 $s = str_shuffle($p);
32 stats('str_shuffle', $a);
60 str_shuffle
H A Dstr_shuffle.phpt2 Testing str_shuffle.
6 var_dump(str_shuffle($s));
/PHP-7.4/Zend/tests/
H A Dbug76047.phpt16 $arg = str_shuffle(str_repeat('A', 79));
23 $arg = str_shuffle(str_repeat('A', 79));
/PHP-7.4/ext/standard/
H A Dphp_string.h87 PHP_FUNCTION(str_shuffle);
H A Dbasic_functions.c2797 PHP_FE(str_shuffle, arginfo_str_shuffle)
H A Dstring.c6087 PHP_FUNCTION(str_shuffle) argument

Completed in 40 milliseconds