Home
last modified time | relevance | path

Searched refs:strings (Results 126 – 150 of 542) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/strings/
H A Dstrrpos_variation3.phpt9 echo "*** Testing strrpos() function: with heredoc strings ***\n";
25 *** Testing strrpos() function: with heredoc strings ***
H A Dstripos_variation12.phpt2 Test stripos() function : usage variations - null terminated strings for 'haystack' argument
5 /* Test stripos() function with null terminated strings for 'haystack' argument
H A Dstr_decrement_errors.phpt2 str_decrement(): Invalid strings to decrement should throw a ValueError
6 $strings = [
30 foreach ($strings as $s) {
H A Dstr_increment_errors.phpt2 str_increment(): Invalid strings to increment should throw a ValueError
6 $strings = [
30 foreach ($strings as $s) {
H A Dstripos_variation6.phpt9 echo "*** Testing stripos() function: with heredoc strings ***\n";
24 *** Testing stripos() function: with heredoc strings ***
H A Dstrrchr_variation6.phpt9 echo "*** Testing strrchr() function: with heredoc strings ***\n";
31 *** Testing strrchr() function: with heredoc strings ***
H A Dstrripos_variation4.phpt9 echo "*** Testing strripos() function: with heredoc strings ***\n";
26 *** Testing strripos() function: with heredoc strings ***
H A Dstrrpos_variation6.phpt9 echo "*** Testing strrpos() function: with heredoc strings ***\n";
24 *** Testing strrpos() function: with heredoc strings ***
H A Dstripos_variation13.phpt2 Test stripos() function : usage variations - null terminated strings for 'needle' argument
5 /* Test stripos() function with null terminated strings for 'needle' argument
H A Dsprintf_variation52.phpt2 Test sprintf() function : usage variations - typical format strings
5 echo "*** Testing sprintf() : with typical format strings ***\n";
39 *** Testing sprintf() : with typical format strings ***
H A Dstripos_variation4.phpt9 echo "*** Testing stripos() function: with heredoc strings ***\n";
27 *** Testing stripos() function: with heredoc strings ***
H A Dstrrpos_variation4.phpt9 echo "*** Testing strrpos() function: with heredoc strings ***\n";
27 *** Testing strrpos() function: with heredoc strings ***
H A Dsubstr_count_variation_002.phpt7 echo "\n-- complex strings containing other than 7-bit chars --\n";
40 -- complex strings containing other than 7-bit chars --
H A Dstrrchr_variation4.phpt9 echo "*** Testing strrchr() function: with heredoc strings ***\n";
37 *** Testing strrchr() function: with heredoc strings ***
/php-src/ext/ctype/tests/
H A Dctype_graph_variation3.phpt2 Test ctype_graph() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_graph() to test
9 * which are considered valid printable character only strings
H A Dctype_cntrl_variation3.phpt2 Test ctype_cntrl() function : usage variations - Different strings
8 * Pass strings containing different character types to ctype_cntrl() to test
9 * which are considered valid control character only strings
/php-src/ext/standard/tests/array/
H A Darray_rand_variation6.phpt9 echo "*** Testing array_rand() : with keys of input array as heredoc strings ***\n";
11 // defining different heredoc strings
65 \*\*\* Testing array_rand\(\) : with keys of input array as heredoc strings \*\*\*
H A Dkey_variation2.phpt63 'strings' => 'strings',
120 string(7) "strings"
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
7 * double quoted strings for $var argument that is prepended to the array
11 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
16 // different variations of double quoted strings to be passed to $var argument
53 *** Testing array_unshift() : double quoted strings for $var argument ***
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
7 * single quoted strings for $var argument that is prepended to the array
11 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
16 // different variations of single quoted strings to be passed to $var argument
53 *** Testing array_unshift() : single quoted strings for $var argument ***
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt45 Error: [] operator not supported for strings
47 Error: [] operator not supported for strings
49 Error: [] operator not supported for strings
H A Dreference_containers_appended.phpt41 Error: [] operator not supported for strings
43 Error: [] operator not supported for strings
45 Error: [] operator not supported for strings
/php-src/ext/standard/tests/file/
H A Dfscanf_variation12.phpt2 Test fscanf() function: usage variations - float formats with strings
6 /* Test fscanf() to scan strings using different float format types */
10 echo "*** Test fscanf(): different float format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different float format types with strings ***
H A Dfscanf_variation31.phpt2 Test fscanf() function: usage variations - octal formats with strings
6 /* Test fscanf() to scan strings using different octal format types */
10 echo "*** Test fscanf(): different octal format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different octal format types with strings ***
H A Dfscanf_variation37.phpt2 Test fscanf() function: usage variations - hexa formats with strings
6 /* Test fscanf() to scan strings using different hexa format types */
10 echo "*** Test fscanf(): different hexa format types with strings ***\n";
18 // array of strings
19 $strings = array (
45 foreach($strings as $string) {
83 *** Test fscanf(): different hexa format types with strings ***

Completed in 27 milliseconds

12345678910>>...22