Home
last modified time | relevance | path

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

/php-src/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-src/Zend/tests/
H A Dbug76047.phpt16 $arg = str_shuffle(str_repeat('A', 79));
23 $arg = str_shuffle(str_repeat('A', 79));
/php-src/ext/spl/tests/
H A Dbug80111.phpt28 $a = str_shuffle(str_repeat('A', 40-24-1));
/php-src/ext/standard/
H A Dbasic_functions.stub.php2622 function str_shuffle(string $string): string {}
H A Dbasic_functions_arginfo.h2606 ZEND_FUNCTION(str_shuffle);
3242 ZEND_FE(str_shuffle, arginfo_str_shuffle)
H A Dstring.c5991 PHP_FUNCTION(str_shuffle) argument

Completed in 39 milliseconds