Home
last modified time | relevance | path

Searched refs:haystack (Results 26 – 50 of 193) sorted by relevance

12345678

/PHP-5.3/ext/standard/tests/strings/
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
10 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
H A Dstrrchr_variation3.phpt2 Test strrchr() function : usage variations - multi line heredoc string for 'haystack'
5 /* Prototype : string strrchr(string $haystack, string $needle);
10 /* Test strrchr() function by passing multi-line heredoc string for haystack and
25 $multi_line_str //needle as haystack
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
5 /* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
10 /* Test strripos() function by passing heredoc string containing escape chars for haystack
H A Dstrrpos_variation12.phpt2 Test strrpos() function : usage variations - checking binary safe with 'haystack' argument
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
10 /* Test strrpos() function with null terminated strings for 'haystack' argument
H A Dstrrpos_variation3.phpt2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
10 /* Test strrpos() function by passing multi-line heredoc string for haystack and
H A Dstripos_variation13.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
15 $haystack = "\0Hello\0World\0";
28 var_dump( stripos($haystack, $needles[$index]) );
29 var_dump( stripos($haystack, $needles[$index], $index) );
H A Dstrrchr_variation6.phpt2 Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack'
5 /* Prototype : string strrchr(string $haystack, string $needle);
10 /* Test strrchr() function by passing heredoc string containing quote chars for haystack
26 $quote_char_str //needle as haystack
H A Dstrrpos_basic1.phpt5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'
16 //regular string for haystack & needle
26 //heredoc string for haystack & needle
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Prototype : int strrpos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
10 /* Test strrpos() function by passing heredoc string containing quotes for haystack
H A Dstrrchr_variation2.phpt5 /* Prototype : string strrchr(string $haystack, string $needle);
10 /* Test strrchr() function by passing various single quoted strings to 'haystack' & 'needle' */
13 $haystack = 'Hello,\t\n\0\n $&!#%\o,()*+-./:;<=>?@hello123456he \x234 \101 ';
72 $haystack //haystack as needle
75 /* loop through to get the position of the needle in haystack string */
79 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstripos_basic1.phpt5 /* Prototype : int stripos ( string $haystack, string $needle [, int $offset] );
16 //regular string for haystack & needle
26 //heredoc string for haystack & needle
31 //non-existing needle in haystack
H A Dstrrchr_variation5.phpt2 …t strrchr() function : usage variations - heredoc string containing escape sequences for 'haystack'
5 /* Prototype : string strrchr(string $haystack, string $needle);
11 * escape sequences for haystack and with various needles
25 $escape_char_str //needle as haystack
H A Dstrripos_variation4.phpt2 Test strripos() function : usage variations - heredoc string containing special chars for 'haystack
5 /* Prototype : int strripos ( string $haystack, string $needle [, int $offset] );
6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
10 /* Test strripos() function by passing heredoc string containing special chars for haystack
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.h30 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t…
33 grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t …
43 grapheme_memnstr_grapheme(UBreakIterator *bi, UChar *haystack, UChar *needle, int32_t needle_len, U…
51 grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_…
/PHP-5.3/ext/mbstring/tests/
H A Dbug43841.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
42 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
47 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
51 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
57 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
62 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
66 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dmb_strripos_basic2.phpt10 /* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]])
58 foreach ($ascii_haystacks as $haystack) {
59 var_dump(mb_strripos($haystack, $needle));
60 var_dump(mb_strripos($haystack, $needle, 14));
66 foreach ($greek_haystacks as $haystack) {
67 var_dump(mb_strripos($haystack, $needle));
68 var_dump(mb_strripos($haystack, $needle, 12));
H A Dmb_strrchr_error1.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
21 $haystack = b'string_val';
26 var_dump( mb_strrchr($haystack, $needle, $part, $encoding, $extra_arg) );
30 $haystack = b'string_val';
31 var_dump( mb_strrchr($haystack) );
H A Dmb_stristr_error1.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
21 $haystack = b'string_val';
26 var_dump( mb_stristr($haystack, $needle, $part, $encoding, $extra_arg) );
30 $haystack = b'string_val';
31 var_dump( mb_stristr($haystack) );
H A Dmb_strrichr_error1.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
21 $haystack = b'string_val';
26 var_dump( mb_strrichr($haystack, $needle, $part, $encoding, $extra_arg) );
30 $haystack = b'string_val';
31 var_dump( mb_strrichr($haystack) );
H A Dmb_strrpos_error1.phpt10 /* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]…
24 $haystack = 'string_val';
29 var_dump( mb_strrpos($haystack, $needle, $offset, $encoding, $extra_arg) );
33 $haystack = 'string_val';
34 var_dump( mb_strrpos($haystack) );
H A Dmb_strstr_error1.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
21 $haystack = b'string_val';
26 var_dump( mb_strstr($haystack, $needle, $part, $encoding, $extra_arg) );
30 $haystack = b'string_val';
31 var_dump( mb_strstr($haystack) );
H A Dmb_substr_count_error1.phpt10 /* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding])
24 $haystack = 'string_val';
28 var_dump( mb_substr_count($haystack, $needle, $encoding, $extra_arg) );
32 $haystack = 'string_val';
33 var_dump( mb_substr_count($haystack) );
H A Dmb_substr_count_variation4.phpt2 Test mb_substr_count() function : variation - pass a $needle that overlaps in $haystack
10 /* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding])
16 * Pass mb_substr_count() a $needle that overlaps in $haystack and see whether
26 var_dump(mb_substr_count($string_ascii, b'abcabc')); //needle overlaps in haystack
/PHP-5.3/ext/standard/tests/array/
H A Din_array_variation2.phpt2 Test in_array() function : usage variations - different haystack values
6 * Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
7 * Description: Searches haystack for needle and returns TRUE
12 /* Test in_array() with different possible haystack values */
14 echo "*** Testing in_array() with different haystack values ***\n";
53 *** Testing in_array() with different haystack values ***
/PHP-5.3/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt10 /* Prototype : proto int iconv_strrpos(string haystack, string needle [, string charset])
24 $haystack = 'string_val';
28 var_dump( iconv_strrpos($haystack, $needle, $encoding, $extra_arg) );
32 $haystack = 'string_val';
33 var_dump( iconv_strrpos($haystack) );

Completed in 25 milliseconds

12345678