Home
last modified time | relevance | path

Searched refs:ASCII (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt27 echo "\n-- ASCII string 1 --\n";
31 echo "\n-- ASCII string 2 --\n";
47 -- ASCII string 1 --
50 -- ASCII string 2 --
H A Dmb_ereg_replace_basic.phpt28 echo "\n-- ASCII string 1 --\n";
32 echo "\n-- ASCII string 2 --\n";
51 -- ASCII string 1 --
54 -- ASCII string 2 --
H A Dmb_stripos_basic.phpt17 * Test basic functionality of mb_stripos with ASCII and multibyte characters
74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strripos_basic.phpt17 * Test basic functionality of mb_strripos with ASCII and multibyte characters
74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strrchr_basic.phpt24 echo "\n-- ASCII string: needle exists --\n";
30 echo "\n-- ASCII string: needle doesn't exist --\n";
49 -- ASCII string: needle exists --
54 -- ASCII string: needle doesn't exist --
H A Dmb_strstr_basic.phpt24 echo "\n-- ASCII string: needle exists --\n";
30 echo "\n-- ASCII string: needle doesn't exist --\n";
49 -- ASCII string: needle exists --
54 -- ASCII string: needle doesn't exist --
H A Dbug43841.phpt29 echo "ASCII String:\n";
42 ASCII String:
57 ASCII String:
70 ASCII String:
79 ASCII String:
H A Dmb_stristr_basic.phpt31 echo "\n-- ASCII string: needle exists --\n";
37 echo "\n-- ASCII string: needle doesn't exist --\n";
55 -- ASCII string: needle exists --
60 -- ASCII string: needle doesn't exist --
H A Dmb_strrichr_basic.phpt31 echo "\n-- ASCII string: needle exists --\n";
37 echo "\n-- ASCII string: needle doesn't exist --\n";
55 -- ASCII string: needle exists --
60 -- ASCII string: needle doesn't exist --
H A Dmb_encoding_aliases.phpt8 $list = mb_encoding_aliases("ASCII");
31 string(8) "US-ASCII"
H A Dmb_strlen.phpt21 // ASCII
22 echo "== ASCII ==\n";
23 print mb_strlen($ascii,'ASCII') . "\n";
74 == ASCII ==
H A Dmb_strlen_basic.phpt25 echo "\n-- ASCII String --\n";
36 -- ASCII String --
H A Dmb_get_info.phpt13 mbstring.detect_order=UTF-8,ISO-8859-15,ISO-8859-1,ASCII
87 string(5) "ASCII"
176 string(5) "ASCII"
186 string(5) "ASCII"
H A Dmb_substr_count_basic.phpt27 echo "\n-- ASCII String --\n";
40 -- ASCII String --
/PHP-7.4/tests/lang/
H A Dbug71897.phpt2 Bug #71897 (ASCII 0x7F Delete control character permitted in identifiers)
13 Warning: Unexpected character in input: '%s' (ASCII=127) state=0 in %s(%d) : eval()'d code on line…
/PHP-7.4/tests/lang/string/
H A Dunicode_escape.phpt6 var_dump("\u{61}"); // ASCII "a" - characters below U+007F just encode as ASCII, as it's UTF-8
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c46 #define ASCII 8 macro
88 static int whatcode = ASCII; in DetectKanjiCode()
89 int oldcode = ASCII; in DetectKanjiCode()
96 if (whatcode != EUCORSJIS && whatcode != ASCII) in DetectKanjiCode()
99 whatcode = ASCII; in DetectKanjiCode()
102 while ((whatcode == EUCORSJIS || whatcode == ASCII) && c != '\0') in DetectKanjiCode()
177 if (whatcode == ASCII) in DetectKanjiCode()
185 if (whatcode == EUCORSJIS && oldcode != ASCII) in DetectKanjiCode()
498 case ASCII: in do_check_and_conv()
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
28 string(%d) "awk%sscript, ASCII text%A"
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt21 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
27 var_dump(iconv("ISO-8859-1", "ASCII//TRANSLIT", $test));
H A Diconv_strlen_basic.phpt25 echo "\n-- ASCII String --\n";
35 -- ASCII String --
/PHP-7.4/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
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc13 * @brief DirectoryIterator to generate ASCII graphic directory trees
34 /** @return the current element prefixed with ASCII graphics
/PHP-7.4/ext/odbc/tests/
H A Dbug60616.phpt54 print "ASCII matched\n";
56 print "ASCII mismatched\n";
64 ASCII matched
/PHP-7.4/ext/intl/tests/
H A Dbug72506.phpt13 // ASCII domain name with 255 characters
18 // ASCII domain name with 256 characters – one character added
/PHP-7.4/ext/dom/tests/
H A Dbug46335.phpt20 print "splitText (ASCII): $matched->textContent\n";
33 splitText (ASCII): DOM

Completed in 57 milliseconds

1234567