Home
last modified time | relevance | path

Searched refs:mb_stripos (Results 51 – 75 of 415) sorted by relevance

12345678910>>...17

/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass an unknown encoding to mb_stripos() to test behaviour
20 echo "*** Testing mb_stripos() : error conditions ***\n";
26 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
31 *** Testing mb_stripos() : error conditions ***
33 Warning: mb_stripos(): Unknown encoding "unknown-encoding" in %s on line %d
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
H A Dmb_stripos_variation1.phpt2 Test mb_stripos() function : usage variations - pass different data types to $haystack arg
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass mb_stripos different data types as $haystack arg to test behaviour
20 echo "*** Testing mb_stripos() : usage variations ***\n";
95 // loop through each element of $inputs to check the behavior of mb_stripos()
99 var_dump( mb_stripos($input, $needle, $offset, $encoding));
108 *** Testing mb_stripos() : usage variations ***
181 Warning: mb_stripos() expects parameter 1 to be string, resource given in %s on line %d
/dports/lang/php74/php-7.4.27/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass an unknown encoding to mb_stripos() to test behaviour
20 echo "*** Testing mb_stripos() : error conditions ***\n";
26 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
31 *** Testing mb_stripos() : error conditions ***
33 Warning: mb_stripos(): Unknown encoding "unknown-encoding" in %s on line %d
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
/dports/www/mod_php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass an unknown encoding to mb_stripos() to test behaviour
20 echo "*** Testing mb_stripos() : error conditions ***\n";
26 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
31 *** Testing mb_stripos() : error conditions ***
33 Warning: mb_stripos(): Unknown encoding "unknown-encoding" in %s on line %d
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
H A Dmb_stripos_variation1.phpt2 Test mb_stripos() function : usage variations - pass different data types to $haystack arg
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass mb_stripos different data types as $haystack arg to test behaviour
20 echo "*** Testing mb_stripos() : usage variations ***\n";
95 // loop through each element of $inputs to check the behavior of mb_stripos()
99 var_dump( mb_stripos($input, $needle, $offset, $encoding));
108 *** Testing mb_stripos() : usage variations ***
181 Warning: mb_stripos() expects parameter 1 to be string, resource given in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass an unknown encoding to mb_stripos() to test behaviour
20 echo "*** Testing mb_stripos() : error conditions ***\n";
26 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
31 *** Testing mb_stripos() : error conditions ***
33 Warning: mb_stripos(): Unknown encoding "unknown-encoding" in %s on line %d
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Pass an unknown encoding to mb_stripos() to test behaviour
14 echo "*** Testing mb_stripos() : error conditions ***\n";
21 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
28 *** Testing mb_stripos() : error conditions ***
29 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Test basic functionality of mb_stripos with ASCII and multibyte characters
14 echo "*** Testing mb_stripos() : basic functionality***\n";
53 var_dump(mb_stripos($haystack, $needle));
54 var_dump(mb_stripos($haystack, $needle, 6));
61 var_dump(mb_stripos($haystack, $needle));
62 var_dump(mb_stripos($haystack, $needle, 4));
69 *** Testing mb_stripos() : basic functionality***
/dports/lang/php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Pass an unknown encoding to mb_stripos() to test behaviour
14 echo "*** Testing mb_stripos() : error conditions ***\n";
21 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
28 *** Testing mb_stripos() : error conditions ***
29 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Test basic functionality of mb_stripos with ASCII and multibyte characters
14 echo "*** Testing mb_stripos() : basic functionality***\n";
53 var_dump(mb_stripos($haystack, $needle));
54 var_dump(mb_stripos($haystack, $needle, 6));
61 var_dump(mb_stripos($haystack, $needle));
62 var_dump(mb_stripos($haystack, $needle, 4));
69 *** Testing mb_stripos() : basic functionality***
/dports/www/mod_php80/php-8.0.15/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Pass an unknown encoding to mb_stripos() to test behaviour
14 echo "*** Testing mb_stripos() : error conditions ***\n";
21 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
28 *** Testing mb_stripos() : error conditions ***
29 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
11 * Test basic functionality of mb_stripos with ASCII and multibyte characters
14 echo "*** Testing mb_stripos() : basic functionality***\n";
53 var_dump(mb_stripos($haystack, $needle));
54 var_dump(mb_stripos($haystack, $needle, 6));
61 var_dump(mb_stripos($haystack, $needle));
62 var_dump(mb_stripos($haystack, $needle, 4));
69 *** Testing mb_stripos() : basic functionality***
/dports/lang/php73/php-7.3.33/ext/mbstring/tests/
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
H A Dmb_stripos_variation1.phpt2 Test mb_stripos() function : usage variations - pass different data types to $haystack arg
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Pass mb_stripos different data types as $haystack arg to test behaviour
20 echo "*** Testing mb_stripos() : usage variations ***\n";
95 // loop through each element of $inputs to check the behavior of mb_stripos()
99 var_dump( mb_stripos($input, $needle, $offset, $encoding));
108 *** Testing mb_stripos() : usage variations ***
181 Warning: mb_stripos() expects parameter 1 to be string, resource given in %s on line %d
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/tests/
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
6 function_exists('mb_stripos') or die("skip mb_stripos() is not available in this build");
10 /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]])
17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
20 echo "*** Testing mb_stripos() : basic functionality***\n";
59 var_dump(mb_stripos($haystack, $needle));
60 var_dump(mb_stripos($haystack, $needle, 6));
67 var_dump(mb_stripos($haystack, $needle));
68 var_dump(mb_stripos($haystack, $needle, 4));
75 *** Testing mb_stripos() : basic functionality***
/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
8 * Pass an unknown encoding to mb_stripos() to test behaviour
11 echo "*** Testing mb_stripos() : error conditions ***\n";
18 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
25 *** Testing mb_stripos() : error conditions ***
26 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
8 * Test basic functionality of mb_stripos with ASCII and multibyte characters
11 echo "*** Testing mb_stripos() : basic functionality***\n";
50 var_dump(mb_stripos($haystack, $needle));
51 var_dump(mb_stripos($haystack, $needle, 6));
58 var_dump(mb_stripos($haystack, $needle));
59 var_dump(mb_stripos($haystack, $needle, 4));
66 *** Testing mb_stripos() : basic functionality***
/dports/www/mod_php81/php-8.1.1/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
8 * Pass an unknown encoding to mb_stripos() to test behaviour
11 echo "*** Testing mb_stripos() : error conditions ***\n";
18 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
25 *** Testing mb_stripos() : error conditions ***
26 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
8 * Test basic functionality of mb_stripos with ASCII and multibyte characters
11 echo "*** Testing mb_stripos() : basic functionality***\n";
50 var_dump(mb_stripos($haystack, $needle));
51 var_dump(mb_stripos($haystack, $needle, 6));
58 var_dump(mb_stripos($haystack, $needle));
59 var_dump(mb_stripos($haystack, $needle, 4));
66 *** Testing mb_stripos() : basic functionality***
/dports/lang/php81/php-8.1.1/ext/mbstring/tests/
H A Dmb_stripos_error2.phpt2 Test mb_stripos() function : error conditions - Pass unknown encoding
8 * Pass an unknown encoding to mb_stripos() to test behaviour
11 echo "*** Testing mb_stripos() : error conditions ***\n";
18 var_dump( mb_stripos($haystack, $needle, $offset, $encoding) );
25 *** Testing mb_stripos() : error conditions ***
26 mb_stripos(): Argument #4 ($encoding) must be a valid encoding, "unknown-encoding" given
H A Dmb_stripos_basic2.phpt2 Test mb_stripos() function : basic functionality
8 * Test basic functionality of mb_stripos with ASCII and multibyte characters
11 echo "*** Testing mb_stripos() : basic functionality***\n";
50 var_dump(mb_stripos($haystack, $needle));
51 var_dump(mb_stripos($haystack, $needle, 6));
58 var_dump(mb_stripos($haystack, $needle));
59 var_dump(mb_stripos($haystack, $needle, 4));
66 *** Testing mb_stripos() : basic functionality***

12345678910>>...17