Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_004.phpt21 fprintf($fp, "\n*** Testing fprintf() for chars ***\n");
36 *** Testing fprintf() for chars ***
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 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 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 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 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 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_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 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 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 Dstrrpos_variation6.phpt15 echo "-- With heredoc string containing quote & slash chars --\n";
30 -- With heredoc string containing quote & slash chars --
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 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
H A Dnl2br_variation1.phpt11 * combinations of new line chars to 'str' argument
17 //new line chars embedded in strings
H A Dstr_split_variation5.phpt39 This checks heredoc with $, %, &, chars
141 string(9) " &, chars"
154 chars"
/PHP-5.5/ext/standard/tests/streams/
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-5.5/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-5.5/ext/ereg/regex/
H A Dcclass.h4 const unsigned char *chars; member
/PHP-5.5/ext/intl/converter/
H A Dconverter.c69 char chars[127]; in php_converter_default_callback() local
70 int8_t chars_len = sizeof(chars); in php_converter_default_callback()
74 chars[0] = 0x1A; in php_converter_default_callback()
75 chars[1] = 0; in php_converter_default_callback()
92 chars[0] = 0x1A; in php_converter_default_callback()
93 chars[1] = 0; in php_converter_default_callback()
97 RETVAL_STRINGL(chars, chars_len, 1); in php_converter_default_callback()
604 ZEND_ARG_INFO(0, chars)
609 char *chars; in PHP_METHOD() local
653 char chars[127]; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/standard/
H A Dscanf.c107 char *chars; member
170 cset->chars = (char *) safe_emalloc(sizeof(char), (end - format - 1), 0); in BuildCharSet()
184 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
201 cset->chars[cset->nchars++] = start; in BuildCharSet()
202 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
219 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
248 if (cset->chars[i] == ch) { in CharInSet()
283 efree((char *)cset->chars); in ReleaseCharSet()

Completed in 41 milliseconds

12345678