Home
last modified time | relevance | path

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

1234567

/PHP-7.4/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-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt30 echo "ASCII String with \$regs arg:\n";
67 ASCII String without $regs arg: int(1)
68 ASCII String with $regs arg:
H A Dmb_substr_count_variation4.phpt24 echo "\n-- ASCII String --\n";
39 -- ASCII String --
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";
52 -- ASCII String --
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_http_output.phpt11 // Set HTTP output encoding to ASCII
12 $r = mb_http_output('ASCII');
63 ASCII
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-7.4/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-7.4/ext/exif/tests/
H A Dexif000.phpt34 [UserCommentEncoding] => ASCII
43 [UserComment] => ASCII
H A Dexif_read_exif_data_basic-mb.phpt40 [UserCommentEncoding] => ASCII
49 [UserComment] => ASCII
H A Dexif_read_exif_data_basic.phpt40 [UserCommentEncoding] => ASCII
49 [UserComment] => ASCII
H A Dexif001.phpt49 string(5) "ASCII"
66 string(5) "ASCII"
/PHP-7.4/ext/intl/tests/
H A Duconverter_getSourceEncoding.phpt14 string(8) "US-ASCII"
H A Duconverter_setSourceEncoding.phpt16 string(8) "US-ASCII"
/PHP-7.4/ext/filter/tests/
H A Dbug69203.phpt2 Bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127)
/PHP-7.4/ext/iconv/tests/
H A Diconv_strlen.phpt12 foo("abc", "ASCII");
H A Dtranslit-utf8.phpt16 print(iconv("UTF-8", "ASCII//TRANSLIT", $utf));
/PHP-7.4/ext/standard/tests/strings/
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 equivalent 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 Dmd5.phpt2 md5() with ASCII output
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 --
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker.c49 SPOOFCHECKER_EXPOSE_CLASS_CONST(ASCII) in spoofchecker_register_constants()
/PHP-7.4/ext/fileinfo/tests/
H A Dbug79283.phpt22 string(10) "ASCII text"

Completed in 21 milliseconds

1234567