Home
last modified time | relevance | path

Searched refs:strings (Results 26 – 50 of 542) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation5.phpt2 …ray_intersect_ukey() function : usage variation - Intersection of integers with floats and strings.
25 echo "\n-- Result of integers and strings containing integers intersection --\n";
28 echo "\n-- Result of integers and strings containing floating points intersection --\n";
42 -- Result of integers and strings containing integers intersection --
50 -- Result of integers and strings containing floating points intersection --
H A Darray_unshift_variation9.phpt2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
7 * heredoc strings for $var argument that is prepended to the array
11 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n";
47 "strings in double quote";
48 'strings in single quote';
55 // different heredoc strings to be passed to $var argument
93 *** Testing array_unshift() : heredoc strings for $var argument ***
274 "strings in double quote";
275 'strings in single quote';
290 "strings in double quote";
[all …]
/php-src/ext/standard/tests/strings/
H A Dconvert_uudecode_basic.phpt9 $strings = array (
11 //double quoted strings
19 //single quoted strings
27 // loop through with each element of the $strings array to test convert_uudecode() function
29 foreach($strings as $string) {
H A Dnl2br_variation2.phpt2 Test nl2br() function : usage variations - single quoted strings for 'str' argument
5 /* Test nl2br() function by passing single quoted strings containing various
10 $strings = array(
32 //loop through $strings array to test nl2br() function with each element
34 foreach( $strings as $str ){
H A Dstrncmp_variation7.phpt2 Test strncmp() function : usage variations - binary safe(null terminated strings)
5 …cmp() function with binary values passed to 'str1' & 'str2' and with the null terminated strings */
7 echo "*** Test strncmp() function: Checking with the null terminated strings ***\n";
17 *** Test strncmp() function: Checking with the null terminated strings ***
H A Dstrtr_variation1.phpt2 Test strtr() function : usage variations - regular & numeric strings for 'str' argument
6 * combination of numeric & regular strings for 'str' argument and
10 echo "*** Testing strtr() : numeric & regular double quoted strings ***\n";
20 //double quoted strings
25 //single quoted strings
54 *** Testing strtr() : numeric & regular double quoted strings ***
H A Dbin2hex_basic.phpt9 $strings = array (
11 //double quoted strings
16 //single quoted strings
22 // loop through with each element of the $strings array to test bin2hex() function
24 foreach($strings as $string) {
H A Dhtmlspecialchars_decode_variation3.phpt2 Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument
6 * testing htmlspecialchars_decode() with various heredoc strings as argument for $string
44 "strings in double quote" &
45 'strings in single quote' "
50 //heredoc strings
92 "strings in double quote" &
93 'strings in single quote' "
H A Dstrip_tags_variation5.phpt2 Test strip_tags() function : usage variations - heredoc strings
6 * testing functionality of strip_tags() by giving heredoc strings as values for $str argument
44 "strings in double quote";
45 'strings in single quote';
50 //heredoc strings
94 "strings in double quote";
95 'strings in single quote';
H A Dstrtolower.phpt12 echo "*** Testing strlower() with basic strings ***\n";
16 echo "\n*** Testing strtolower() with various strings ***";
17 /* strings to pass strtolower() */
18 $strings = array (
38 foreach ($strings as $string) {
46 echo "strings are same, with Case Insensitive\n";
48 echo "strings are not same\n";
310 *** Testing strlower() with basic strings ***
314 *** Testing strtolower() with various strings ***
354 *** Testing strtolower() with two different case strings ***
[all …]
H A Dstrspn_variation6.phpt2 Test strspn() function : usage variations - with heredoc strings, varying mask & default start and …
9 echo "*** Testing strspn() : with different mask strings ***\n";
12 // defining different heredoc strings
46 // defining array of different heredoc strings
57 // defining array of different mask strings
72 // loop through each element of the array for different heredoc and mask strings
87 *** Testing strspn() : with different mask strings ***
H A Dstripslashes_variation3.phpt2 Test stripslashes() function : usage variations - strings with newline and tab characters
6 * Test stripslashes() with strings containing newline and tab characters.
9 echo "*** Testing stripslashes() : with strings containing newline and tab characters ***\n";
11 // initialising heredoc strings
48 // looping to test for all strings in $str_array
58 *** Testing stripslashes() : with strings containing newline and tab characters ***
H A Dnl2br_variation4.phpt12 //array of html strings
13 $strings = array(
20 //loop through $strings array to test nl2br() function with each element
21 foreach( $strings as $str ){
H A Dstrtoupper1.phpt11 echo "\n*** Testing strtoupper() with basic strings ***\n";
15 echo "\n*** Testing strtoupper() with various strings ***";
16 /* strings to pass strtoupper() */
17 $strings = array (
41 foreach ($strings as $string) {
49 echo "strings are same, with Case Insensitive\n";
51 echo "strings are not same\n";
314 *** Testing strtoupper() with basic strings ***
318 *** Testing strtoupper() with various strings ***
370 *** Testing strtoupper() with two different case strings ***
[all …]
H A Dconvert_uuencode_basic.phpt9 $strings = array (
11 //double quoted strings
19 //single quoted strings
27 // loop through with each element of the $strings array to test convert_uuencode() function
29 foreach($strings as $string) {
H A Daddslashes_variation2.phpt2 Test addslashes() function : usage variations - strings with characters to be backslashed
6 * Test addslashes() with various strings containing characters that can be backslashed
9 echo "*** Testing addslashes() : with various strings containing characters to be backslashed ***\n…
55 // mixed strings
69 // heredoc strings
75 // looping to test for all strings in $str_array
85 *** Testing addslashes() : with various strings containing characters to be backslashed ***
H A Dstrncasecmp_variation7.phpt5 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 's…
7 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
19 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
H A Dstr_decrement_underflow.phpt2 str_decrement(): Out of Range ValueErrors for strings that cannot be decremented
6 $strings = [
16 foreach ($strings as $s) {
H A Dbug27295.phpt5 $strings = array("foo = bar", "bar = foo");
6 foreach( $strings as $string )
H A Dcrc32_variation4.phpt2 Test crc32() function : usage variations - heredoc strings
11 * Testing crc32() : with different heredoc strings passed to the str argument
14 echo "*** Testing crc32() : with different heredoc strings ***\n";
16 // defining different heredoc strings
86 *** Testing crc32() : with different heredoc strings ***
/php-src/ext/intl/tests/
H A Dcollator_compare.phpt47 // Compare strings.
50 // Concatenate result strings.
64 // Compare strings using en_US locale.
77 // Try to compare long strings.
86 // Compare strings using ru_RU locale.
101 // Compare strings using lt_LT locale.
H A Dcollator_compare_variant2.phpt47 // Compare strings.
50 // Concatenate result strings.
64 // Compare strings using en_US locale.
77 // Try to compare long strings.
85 // Compare strings using ru_RU locale.
100 // Compare strings using lt_LT locale.
/php-src/tests/lang/
H A Dbug28800.phpt2 Bug #28800 (Incorrect string to number conversion for strings starting with 'inf')
5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
6 foreach ($strings as $v) {
/php-src/Zend/tests/
H A Dbug80049.phpt5 function coerceToString(string ...$strings) {
6 var_dump($strings);
/php-src/ext/com_dotnet/tests/
H A Dbug77177.phpt18 $strings = ['C:3:"com":0:{}', 'C:6:"dotnet":0:{}', 'C:7:"variant":0:{}'];
19 foreach ($strings as $string) {
27 $strings = ['O:3:"com":0:{}', 'O:6:"dotnet":0:{}', 'O:7:"variant":0:{}'];
28 foreach ($strings as $string) {

Completed in 99 milliseconds

12345678910>>...22