Home
last modified time | relevance | path

Searched refs:chars (Results 51 – 75 of 178) sorted by relevance

12345678

/PHP-7.4/ext/iconv/tests/
H A Diconv004.phpt12 var_dump(iconv_mime_encode('', '', array('line-break-chars' => 1)));
H A Dbug53891.phpt14 'line-break-chars' => "\r\n",
H A Dbug66828.phpt13 "line-break-chars" => "\n",
H A Diconv_strpos_variation5.phpt27 $string_ascii = '+Is an English string'; //21 chars
30 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
/PHP-7.4/ext/standard/tests/strings/
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"
H A Dhtmlentities.phpt2 HTML entities of ISO-8859 chars
H A Dstrtr_basic.phpt23 //translating set of chars
29 //$from and $to are of different lengths, extra chars in the longer one are ignored
H A Dord_basic.phpt25 // Make sure all valid ascii chars round trip
H A Dsubstr_count_variation_001.phpt25 echo "\n-- complex strings containing other than 7-bit chars --\n";
86 -- complex strings containing other than 7-bit chars --
H A Dchunk_split_variation7.phpt28 "This contains @ # $ % ^ & chars", //string with special characters
31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
H A Dstrrev_basic.phpt23 //string containing simalr chars
/PHP-7.4/ext/standard/
H A Dscanf.c103 char *chars; member
166 cset->chars = (char *) safe_emalloc(sizeof(char), (end - format - 1), 0); in BuildCharSet()
180 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
197 cset->chars[cset->nchars++] = start; in BuildCharSet()
198 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
215 cset->chars[cset->nchars++] = *ch; in BuildCharSet()
244 if (cset->chars[i] == ch) { in CharInSet()
279 efree((char *)cset->chars); in ReleaseCharSet()
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c28 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html() argument
40 if (chars[*s]) { in php_filter_encode_html()
64 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url() argument
68 unsigned char *s = (unsigned char *)chars; in php_filter_encode_url()
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt200 Warning: mail(): Header field name (*:foo1) contains invalid chars in %s on line 112
202 Warning: mail(): Header field name (foo2:::) contains invalid chars in %s on line 112
204 Warning: mail(): Header field name () contains invalid chars in %s on line 112
206 Warning: mail(): Header field name (foo7) contains invalid chars in %s on line 112
208 Warning: mail(): Header field value (foo10 => abc) contains invalid chars or format in %s on line 1…
/PHP-7.4/ext/mbstring/tests/
H A Dsimpletest.phpt10 * Test basic PHP functions to check if it works with multi-byte chars
H A Dmb_substr_variation4.phpt23 $string_ascii = '+Is an English string'; //21 chars
25 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
H A Dmb_substr_variation6.phpt23 $string_ascii = '+Is an English string'; //21 chars
25 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
/PHP-7.4/ext/standard/tests/filters/
H A Dbug74267.phpt6 …d($stream, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE, ['line-break-chars' => "\r\n"]);
/PHP-7.4/ext/imap/tests/
H A Dimap_append_basic.phpt67 string(%d) "%w%s 1)%s webmaster@something. Test message (%d chars)"
69 string(%d) "%w%s 2)%s webmaster@something. Another test (%d chars)"
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_0.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
H A Dtest_cp1250_to_utf8_3.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt25 "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\\",
127 string(55) "This is a text with special chars: \!\@\#$\%\^\&\*\(\)\"
140 string(55) "This is a text with special chars: \!\@\#$\%\^\&\*\(\)\"
H A Darray_unshift_variation8.phpt25 'This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\\',
125 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\"
138 string(56) "This is a text with special chars: \!\@\#\$\%\^\&\*\(\)\"
/PHP-7.4/ext/standard/tests/file/
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)

Completed in 58 milliseconds

12345678