Home
last modified time | relevance | path

Searched refs:ucwords (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Ducwords_variation5.phpt2 Test ucwords() function : usage variations - custom delimiters
5 echo "*** Testing ucwords() : usage variations ***\n";
7 var_dump(ucwords('testing-dashed-words', '-'));
8 var_dump(ucwords('test(braced)words', '()'));
9 var_dump(ucwords('testing empty delimiters', ''));
10 var_dump(ucwords('testing ranges', 'a..e'));
15 *** Testing ucwords() : usage variations ***
H A Ducwords_variation4.phpt14 "testing ucwords",
18 "testing function(ucwords)",
19 "(testing ( function (ucwords) )a )test",
24 "\"testing\",ucwords,\"test\"",
33 "testing\rucwords testing ucwords",
34 "testing\\rucwords testing ucwords",
37 "\ntesting\nucwords\n testing \n ucwords",
55 var_dump( ucwords($str_array[$index]) );
62 *** Testing ucwords() : usage variations ***
68 string(25) "Testing Function(ucwords)"
[all …]
H A Ducwords_variation3.phpt9 echo "*** Testing ucwords() : usage variations ***\n";
14 'testing ucwords',
18 'testing function(ucwords)',
19 '(testing ( function (ucwords) )a )test',
30 'testing\rucwords testing ucwords',
32 '\ntesting\nucwords\n testing \n ucwords',
38 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/',
48 var_dump( ucwords($str_array[$index]) );
55 *** Testing ucwords() : usage variations ***
61 string(25) "Testing Function(ucwords)"
[all …]
H A Ducwords_basic.phpt2 Test ucwords() function : basic functionality
5 echo "*** Testing ucwords() : basic functionality ***\n";
9 "testing ucwords",
10 'testing ucwords',
21 "testing ucwords",
22 'testing ucwords',
29 // loop through the $strings array to test ucwords on each element
33 var_dump( ucwords($str_array[$index]) );
40 *** Testing ucwords() : basic functionality ***
H A Ducwords_variation2.phpt2 Test ucwords() function : usage variations - heredoc strings
6 * test ucwords() with different string prepared using heredoc
9 echo "*** Testing ucwords() : usage variations ***\n";
57 // loop through $heredoc_strings element and check the working on ucwords()
61 var_dump( ucwords($heredoc_strings[$index]) );
68 *** Testing ucwords() : usage variations ***
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array.phpt15 var_dump($proc->registerPHPFunctions(array('ucwords')));
H A Dxsltprocessor_registerPHPFunctions-string.phpt15 var_dump($proc->registerPHPFunctions('ucwords'));
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt24 No callback handler "ucwords" registered
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt24 No callback handler "ucwords" registered
H A Dxsltprocessor_registerPHPFunctions-null.phpt19 var_dump($proc->registerPHPFunctions('ucwords'));
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt19 var_dump($proc->registerPHPFunctions('ucwords'));
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt19 var_dump($proc->registerPHPFunctions(array('strpos', 'ucwords')));
/php-src/ext/standard/
H A Dbasic_functions.stub.php2498 function ucwords(string $string, string $separators = " \t\r\n\f\v"): string {}
H A Dbasic_functions_arginfo.h2581 ZEND_FUNCTION(ucwords);
H A Dstring.c2783 PHP_FUNCTION(ucwords) argument

Completed in 72 milliseconds