Home
last modified time | relevance | path

Searched refs:haystack (Results 151 – 175 of 200) sorted by relevance

12345678

/PHP-7.2/ext/mbstring/tests/
H A Dmb_stristr_variation4.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
28 $haystack = 'string_val';
114 var_dump( mb_stristr($haystack, $needle, $part, $value) );
H A Dmb_strrchr_variation4.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
28 $haystack = 'string_val';
114 var_dump( mb_strrchr($haystack, $needle, $part, $value) );
H A Dmb_strrichr_variation4.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
28 $haystack = 'string_val';
114 var_dump( mb_strrichr($haystack, $needle, $part, $value) );
H A Dmb_strstr_variation4.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
28 $haystack = 'string_val';
114 var_dump( mb_strstr($haystack, $needle, $part, $value) );
H A Dmb_strpos_basic.phpt10 /* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]])
H A Dmb_strrpos_basic.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
H A Dmb_strrchr_variation5.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strstr_variation5.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strrpos_variation5.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
H A Dmb_stristr_variation1.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
110 // loop through each element of the array for haystack
H A Dmb_strrchr_variation1.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
110 // loop through each element of the array for haystack
H A Dmb_strrichr_variation1.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
110 // loop through each element of the array for haystack
H A Dmb_strstr_variation1.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
110 // loop through each element of the array for haystack
H A Dmb_strrchr_basic.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strrchr_variation6.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strstr_basic.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strstr_variation6.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_stristr_basic.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_stristr_variation5.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
H A Dmb_strrichr_basic.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr_variation12.phpt5 /* Prototype : string strrchr(string $haystack, string $needle);
H A Dstrrchr_variation10.phpt5 /* Prototype : string strrchr(string $haystack, string $needle);
11 * and expected type for haystack
H A Dstripos_error.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
/PHP-7.2/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt12 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
H A Diconv_strpos_basic.phpt12 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])

Completed in 101 milliseconds

12345678