Home
last modified time | relevance | path

Searched refs:ASCII (Results 51 – 75 of 156) sorted by relevance

1234567

/PHP-5.6/ext/tidy/tests/
H A D007.phpt18 var_dump(tidy_getopt($a, 'non-ASCII string ���'));
28 Warning: tidy_getopt(): Unknown Tidy Configuration Option 'non-ASCII string ���' in %s007.php on li…
/PHP-5.6/ext/standard/tests/strings/
H A Dbug47481.phpt2 Bug #47481 (natcasesort() does not sort extended ASCII characters correctly)
11 * Test natcasesort() with extended ASCII characters
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
18 for($ASCII = 0; $ASCII <= 255; $ASCII++) {
19 $str1 = decbin($ASCII); //ASCII value in binary form
20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivelent ASCII value for the character in binar…
H A Dtrim_basic.phpt26 echo "\n-- Trim the ASCII control characters at the beginning of a string --\n";
43 -- Trim the ASCII control characters at the beginning of a string --
H A Dstrncmp_variation6.phpt18 for($ASCII = 0; $ASCII <= 255; $ASCII++) {
19 $str1 = decbin($ASCII); //ASCII value in binary form
20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivelent ASCII value for the character in binar…
28 /* Checking with the out of range ASCII value(given in binary format) */
H A Dmd5.phpt2 md5() with ASCII output
H A Dstrrchr_variation1.phpt67 "#", //respective ASCII char of \x23
69 "A", //respective ASCII char of \101
71 42, //needle as int(ASCII value of "*")
H A Dltrim_basic.phpt31 echo "\n-- Trim the ASCII control characters at the beginning of a string --\n";
51 -- Trim the ASCII control characters at the beginning of a string --
H A Drtrim_basic.phpt32 echo "\n-- Trim the ASCII control characters at the beginning of a string --\n";
52 -- Trim the ASCII control characters at the beginning of a string --
/PHP-5.6/ext/mbstring/tests/
H A Dmb_http_output.phpt12 // Set HTTP output encoding to ASCII
13 $r = mb_http_output('ASCII');
65 ASCII
H A Dmb_stripos_basic2.phpt17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
56 echo "\n -- ASCII Strings --\n";
77 -- ASCII Strings --
H A Dmb_strtolower_basic.phpt26 echo "\n-- ASCII String --\n";
51 -- ASCII String --
H A Dmb_strtoupper_basic.phpt27 echo "\n-- ASCII String --\n";
53 -- ASCII String --
H A Dmb_substr_count_variation4.phpt24 echo "\n-- ASCII String --\n";
39 -- ASCII String --
H A Dmb_strripos_basic2.phpt17 * Test basic functionality of mb_strripos with ASCII and multibyte characters
56 echo "\n -- ASCII Strings --\n";
77 -- ASCII Strings --
H A Dmb_list_encodings.phpt9 var_dump(in_array("ASCII", mb_list_encodings()));
/PHP-5.6/ext/exif/tests/
H A Dexif000.phpt34 [UserCommentEncoding] => ASCII
43 [UserComment] => ASCII
H A Dexif_read_exif_data_basic.phpt38 [UserCommentEncoding] => ASCII
47 [UserComment] => ASCII
H A Dexif001.phpt49 string(5) "ASCII"
66 string(5) "ASCII"
/PHP-5.6/ext/xml/tests/
H A Dxml_parser_set_option_basic.phpt36 var_dump(xml_parser_set_option($parser, XML_OPTION_TARGET_ENCODING, "US-ASCII"));
56 string(8) "US-ASCII"
/PHP-5.6/ext/filter/tests/
H A Dbug69203.phpt2 Bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127)
/PHP-5.6/ext/iconv/tests/
H A Diconv_strlen.phpt12 foo("abc", "ASCII");
H A Diconv_mime_decode_headers.phpt32 Content-Type: TEXT/PLAIN; charset=US-ASCII
33 Subject: [PHP-DEV] [ICONV] test for =?US-ASCII?Q?iconv_mime_decode_headers=28=29?=
83 string(28) "TEXT/PLAIN; charset=US-ASCII"
H A Dtranslit-utf8.phpt17 print(iconv("UTF-8", "ASCII//TRANSLIT", $utf));
/PHP-5.6/ext/mbstring/oniguruma/
H A DREADME.ja13 ASCII, UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE,
41 ư��ƥ��� (ASCII/EUC-JP)
64 * ư��ƥ��� (ASCII/Shift_JIS)
146 enc/ascii.c ASCII �������ǥ���

Completed in 83 milliseconds

1234567