Home
last modified time | relevance | path

Searched refs:chars (Results 26 – 50 of 174) sorted by relevance

1234567

/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation7.phpt22 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
23 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
62 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
64 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
H A Dstr_split_variation3.phpt23 "containing @ # $ % ^ & chars",
25 "with \0 and ".chr(0)."null chars", //for binary safe
85 string(5) "chars"
96 string(7) "& chars"
H A Ducwords_variation4.phpt11 // different strings containing regular chars and special chars
23 // using quote chars in sentence
42 //using special chars in sentence
47 //only special chars
H A Dnl2br_variation3.phpt6 * combinations of new line chars to 'str' argument
10 //heredoc string containing new line chars(\n, \r and combinations of \r & \n) and new lines
20 //heredoc string containing embedded 'new line chars'/'new lines' in the string
H A Dchunk_split_variation6.phpt22 'This contains @ # $ % ^ & chars', //special characters
23 'This string\tcontains\rwhite space\nchars', //with white space chars
25 'This is string with \0 and ".chr(0)."null chars', //for binary safe
59 string(68) "This is):( string):( with \):(0 and "):(.chr(0)):(."null ):(chars):("
H A Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Test stripos() function by passing heredoc string containing escape chars for haystack
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
5 /* Test strripos() function by passing heredoc string containing escape chars for haystack
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
H A Dstripos_variation8.phpt2 Test stripos() function : usage variations - repetitive chars for 'haystack' argument
5 /* Test stripos() function with strings containing repetitive chars for haystak
9 echo "*** Testing stripos() function: strings repetitive chars ***\n";
34 *** Testing stripos() function: strings repetitive chars ***
H A Dchunk_split_variation12.phpt32 This checks with $, %, &, chars
42 This checks\t and \nwhite space chars
120 …o checkThis checks with $, %, &, chars with hereThis checks with $, %, &, charsdoc endingThis chec…
121 …ecks with $, %, &, charspe char 22This checks with $, %, &, chars2.This checks with $, %, &, chars"
125 white space chars with hereThis checks and
127 white space chars.This contThis checks and
135 white space chars"
H A Dstripos_variation6.phpt10 echo "-- With heredoc string containing quote & slash chars --\n";
25 -- With heredoc string containing quote & slash chars --
H A Dstrrchr_variation6.phpt2 Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack'
5 /* Test strrchr() function by passing heredoc string containing quote chars for haystack
H A Dstrrpos_variation6.phpt10 echo "-- With heredoc string containing quote & slash chars --\n";
25 -- With heredoc string containing quote & slash chars --
H A Dsubstr_count_variation_002.phpt7 echo "\n-- complex strings containing other than 7-bit chars --\n";
40 -- complex strings containing other than 7-bit chars --
H A Dstrrev_variation1.phpt11 //strings containing escape chars
46 //special chars in strings
51 //only special chars
H A Dsubstr_count_variation_001.phpt16 echo "\n-- complex strings containing other than 7-bit chars --\n";
56 -- complex strings containing other than 7-bit chars --
H A Dnl2br_variation1.phpt6 * combinations of new line chars to 'str' argument
12 //new line chars embedded in strings
H A Dstrrev_variation2.phpt11 //strings containing escape chars
46 //special chars in string
51 //only special chars
H A Dstr_split_variation5.phpt31 This checks heredoc with $, %, &, chars
129 string(9) " &, chars"
142 chars"
/php-src/ext/standard/tests/streams/
H A Dbug64166.phpt12 'line-break-chars' => "\n",
21 'line-break-chars' => "\n",
H A Dbug64166_3.phpt9 'line-break-chars' => "\n",
21 'line-break-chars' => "\n",
H A Dbug64166_2.phpt12 'line-break-chars' => "\n",
23 'line-break-chars' => "\n",
/php-src/ext/standard/tests/file/
H A Dfscanf_variation26.phpt2 Test fscanf() function: usage variations - char formats with chars
6 /* Test fscanf() to scan different chars using different char format types */
10 echo "*** Test fscanf(): different char format types with chars ***\n";
18 // array of chars
68 *** Test fscanf(): different char format types with chars ***
/php-src/ext/intl/converter/
H A Dconverter.c72 char chars[127]; in php_converter_default_callback() local
73 int8_t chars_len = sizeof(chars); in php_converter_default_callback()
77 chars[0] = 0x1A; in php_converter_default_callback()
78 chars[1] = 0; in php_converter_default_callback()
81 RETVAL_STRINGL(chars, chars_len); in php_converter_default_callback()
95 chars[0] = 0x1A; in php_converter_default_callback()
96 chars[1] = 0; in php_converter_default_callback()
100 RETVAL_STRINGL(chars, chars_len); in php_converter_default_callback()
552 char *chars; in PHP_METHOD() local
592 char chars[127]; in PHP_METHOD() local
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_str_split_ru.phpt12 $string = "рай рай рай "; /* 12 chars */
50 $long = str_repeat($string, $size); /* 25k x 12 chars = 3e5 chars */

Completed in 35 milliseconds

1234567