Home
last modified time | relevance | path

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

/PHP-8.4/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.4/Zend/tests/
H A Dbug76047.phpt16 $arg = str_shuffle(str_repeat('A', 79));
23 $arg = str_shuffle(str_repeat('A', 79));
/PHP-8.4/ext/spl/tests/
H A Dbug80111.phpt28 $a = str_shuffle(str_repeat('A', 40-24-1));
/PHP-8.4/ext/standard/
H A Dbasic_functions.stub.php2610 function str_shuffle(string $string): string {}
H A Dbasic_functions_arginfo.h2574 ZEND_FUNCTION(str_shuffle);
3175 ZEND_FE(str_shuffle, arginfo_str_shuffle)
H A Dstring.c5976 PHP_FUNCTION(str_shuffle) argument

Completed in 59 milliseconds