Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt2 Test str_shuffle() function : basic functionality
6 * Testing str_shuffle() : basic functionality
9 echo "*** Testing str_shuffle() : basic functionality ***\n";
12 $str = 'This testcase tests the str_shuffle() function.';
13 var_dump(str_shuffle($str));
24 $op = str_shuffle($ip);
50 *** 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-8.0/Zend/tests/
H A Dbug76047.phpt16 $arg = str_shuffle(str_repeat('A', 79));
23 $arg = str_shuffle(str_repeat('A', 79));
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php678 function str_shuffle(string $string): string {} function
H A Dbasic_functions_arginfo.h2509 ZEND_FUNCTION(str_shuffle);
3146 ZEND_FE(str_shuffle, arginfo_str_shuffle)
H A Dstring.c5691 PHP_FUNCTION(str_shuffle) argument

Completed in 39 milliseconds