Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation7.phpt27 "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>",
28 '<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>',
67 string(73) "<nnn>I am a quoted (") string with special chars like $,\!,\@,\%,\&</nnn>"
69 string(75) "<nnn>I am a quoted (\") string with special chars like \$,\!,\@,\%,\&</nnn>"
H A Dstrtoupper.phpt11 $chars = "���";
17 echo strtoupper($chars)."\n";
H A Dnl2br_variation3.phpt11 * combinations of new line chars to 'str' argument
15 //heredoc string containing new line chars(\n, \r and combinations of \r & \n) and new lines
25 //heredoc string containing embedded 'new line chars'/'new lines' in the string
H A Dstr_split_variation3.phpt31 "containing @ # $ % ^ & chars",
33 "with \0 and ".chr(0)."null chars", //for binary safe
95 string(5) "chars"
106 string(7) "& chars"
H A Dchunk_split_variation6.phpt28 'This contains @ # $ % ^ & chars', //special characters
29 'This string\tcontains\rwhite space\nchars', //with white space chars
31 'This is string with \0 and ".chr(0)."null chars', //for binary safe
65 string(68) "This is):( string):( with \):(0 and "):(.chr(0)):(."null ):(chars):("
H A Ducwords_variation4.phpt16 // different strings containing regular chars and special chars
28 // using quote chars in sentence
47 //using special chars in sentence
52 //only special 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 Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test stripos() 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' …
10 /* 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
10 /* Test stripos() function with strings containing repetitive chars for haystak
14 echo "*** Testing stripos() function: strings repetitive chars ***\n";
39 *** Testing stripos() function: strings repetitive chars ***
H A Dchunk_split_variation12.phpt38 This checks with $, %, &, chars
48 This checks\t and \nwhite space chars
126 …o checkThis checks with $, %, &, chars with hereThis checks with $, %, &, charsdoc endingThis chec…
127 …ecks with $, %, &, charspe char 22This checks with $, %, &, chars2.This checks with $, %, &, chars"
131 white space chars with hereThis checks and
133 white space chars.This contThis checks and
141 white space chars"
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
10 /* Test strripos() function by passing heredoc string containing escape chars for haystack
H A Dstrrchr_variation6.phpt2 Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack'
10 /* Test strrchr() function by passing heredoc string containing quote chars for haystack
H A Dstrrpos_variation6.phpt15 echo "-- With heredoc string containing quote & slash chars --\n";
30 -- With heredoc string containing quote & slash chars --
H A Dstripos_variation6.phpt15 echo "-- With heredoc string containing quote & slash chars --\n";
30 -- With heredoc string containing quote & slash chars --
H A Dstrrev_variation1.phpt16 //strings containing escape chars
51 //special chars in strings
56 //only special chars
H A Dstrrev_variation2.phpt16 //strings containing escape chars
51 //special chars in string
56 //only special chars
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt2 Test base64_decode() function : basic functionality - strict vs non-strict with non-base64 chars.
24 echo "\nOther chars outside the base64 alphabet are ignored when \$strict===false, but cause failur…
43 Other chars outside the base64 alphabet are ignored when $strict===false, but cause failure with $s…
/PHP-7.4/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-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt13 $string = "日本"; /* 2 chars */
51 $long = str_repeat($string, $size); /* 50k x 2 chars = 1e5 chars */
H A Dmb_str_split_ru.phpt13 $string = "рай рай рай "; /* 12 chars */
51 $long = str_repeat($string, $size); /* 25k x 12 chars = 3e5 chars */
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation26.phpt2 Test fscanf() function: usage variations - char formats with chars
11 /* Test fscanf() to scan different chars using different char format types */
15 echo "*** Test fscanf(): different char format types with chars ***\n";
23 // array of chars
69 *** Test fscanf(): different char format types with chars ***
/PHP-7.4/ext/intl/converter/
H A Dconverter.c73 char chars[127]; in php_converter_default_callback() local
74 int8_t chars_len = sizeof(chars); in php_converter_default_callback()
78 chars[0] = 0x1A; in php_converter_default_callback()
79 chars[1] = 0; in php_converter_default_callback()
96 chars[0] = 0x1A; in php_converter_default_callback()
97 chars[1] = 0; in php_converter_default_callback()
101 RETVAL_STRINGL(chars, chars_len); in php_converter_default_callback()
584 ZEND_ARG_INFO(0, chars)
589 char *chars; in PHP_METHOD() local
634 char chars[127]; in PHP_METHOD() local
[all …]

Completed in 44 milliseconds

12345678