Home
last modified time | relevance | path

Searched refs:strings (Results 76 – 100 of 542) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/strings/
H A Dvprintf_variation7.phpt2 Test vprintf() function : usage variations - string formats with strings
11 echo "*** Testing vprintf() : string formats with strings ***\n";
14 // defining different heredoc strings
67 *** Testing vprintf() : string formats with strings ***
H A Dhtmlspecialchars_decode_variation6.phpt12 $strings = array (
19 //loop through the strings array to check if htmlspecialchars_decode() is binary safe
21 foreach($strings as $value) {
H A Dstrrchr_variation1.phpt2 Test strrchr() function : usage variations - double quoted strings
6 /* Test strrchr() function by passing various double quoted strings for 'haystack' & 'needle' */
8 echo "*** Testing strrchr() function: with various double quoted strings ***";
11 //regular strings
79 *** Testing strrchr() function: with various double quoted strings ***
H A Dstrripos_variation1.phpt2 Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' argum…
5 /* Test strripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
7 echo "*** Testing strripos() function: with double quoted strings ***\n";
10 //regular strings
70 *** Testing strripos() function: with double quoted strings ***
H A Dhtmlspecialchars_decode_variation5.phpt2 Test htmlspecialchars_decode() function : usage variations - double quoted strings for 'string' arg…
6 * testing htmlspecialchars_decode() for various double quoted strings as argument for $string
10 //double quoted strings
11 $strings = array (
21 foreach($strings as $value) {
H A Dstrtok_variation4.phpt2 Test strtok() function : usage variations - with embedded nulls in the strings
6 * Testing strtok() : with embedded nulls in the strings
9 echo "*** Testing strtok() : with embedded nulls in the strings ***\n";
11 // defining varous strings with embedded nulls
40 *** Testing strtok() : with embedded nulls in the strings ***
H A Dstrcspn_variation10.phpt9 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
12 $strings = array(
32 // defining array of mask strings
49 foreach($strings as $str) {
60 *** Testing strcspn() : with different mask strings and default start and len arguments ***
H A Dvprintf_variation19.phpt2 Test vprintf() function : usage variations - with whitespaces in format strings
9 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
53 *** Testing vprintf() : with white spaces in format strings ***
H A Dvprintf_variation19_64bit.phpt2 Test vprintf() function : usage variations - with whitespaces in format strings
9 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
53 *** Testing vprintf() : with white spaces in format strings ***
H A Dparse_str_basic4.phpt2 Test parse_str() function : test with badly formed strings
5 echo "\nTest string with badly formed strings\n";
29 Test string with badly formed strings
H A Dstr_split_variation3.phpt2 Test str_split() function : usage variations - different double quoted strings for 'str' argument
6 * passing different double quoted strings as 'str' argument to str_split()
10 echo "*** Testing str_split() : double quoted strings for 'str' ***\n";
40 *** Testing str_split() : double quoted strings for 'str' ***
H A Dstrripos_variation2.phpt2 Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argum…
5 /* Test strripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
7 echo "*** Testing strripos() function: with single quoted strings ***\n";
10 //regular strings
71 *** Testing strripos() function: with single quoted strings ***
/php-src/ext/standard/tests/array/
H A Darray_merge_variation4.phpt67 'strings' => 'strings',
246 ["strings"]=>
247 string(7) "strings"
262 ["strings"]=>
263 string(7) "strings"
H A Darray_slice_variation7.phpt68 'strings' => 'strings',
208 ["strings"]=>
209 string(7) "strings"
217 ["strings"]=>
218 string(7) "strings"
H A Darray_shift_variation3.phpt63 'strings' => 'strings',
140 ["strings"]=>
141 string(7) "strings"
H A Dkrsort_variation10.phpt2 Test krsort() function : usage variations - sort heredoc strings
6 * testing krsort() by providing array of heredoc strings for $array argument with
10 * 3.SORT_STRING - compare items as strings
15 // Different heredoc strings to be sorted
H A Dksort_variation11.phpt2 Test ksort() function : usage variations - sort heredoc strings
6 * testing ksort() by providing array of heredoc strings for $array argument with
10 * 3.SORT_STRING - compare items as strings
15 // Different heredoc strings to be sorted
H A Darray_merge_recursive_variation6.phpt14 …array( 1 => "one", 2 => "two", 2 => array(1, 2), 3 => "three", 1 => array("duplicate", 'strings'));
40 string(7) "strings"
65 string(7) "strings"
/php-src/Zend/tests/
H A Dexception_015.phpt15 Exception: [] operator not supported for strings in %sexception_015.php on line %d
17 Fatal error: Uncaught Error: [] operator not supported for strings in %sexception_015.php:%d
H A Dflexible-heredoc-complex-test1.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dflexible-heredoc-complex-test2.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dflexible-heredoc-complex-test3.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dflexible-heredoc-complex-test4.phpt32 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
34 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
/php-src/Zend/tests/offsets/
H A Dappending_containers.phpt39 [] operator not supported for strings
41 [] operator not supported for strings
43 [] operator not supported for strings
/php-src/ext/ctype/tests/
H A Dctype_print_variation3.phpt2 Test ctype_print() function : usage variations - different strings
8 * Pass strings containing different character types to ctype_print() to test
9 * which are considered valid printable character only strings

Completed in 24 milliseconds

12345678910>>...22