Home
last modified time | relevance | path

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

1234567

/PHP-5.6/ext/mbstring/tests/
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_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 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 Dbug43841.phpt29 echo "ASCII String:\n";
44 ASCII String:
59 ASCII String:
72 ASCII String:
81 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_strlen.phpt22 // ASCII
23 echo "== ASCII ==\n";
24 print mb_strlen($ascii,'ASCII') . "\n";
78 == ASCII ==
H A Dmb_encoding_aliases.phpt8 $list = mb_encoding_aliases("ASCII");
30 string(8) "US-ASCII"
H A Dmb_get_info.phpt13 mbstring.detect_order=UTF-8,ISO-8859-15,ISO-8859-1,ASCII
86 string(5) "ASCII"
175 string(5) "ASCII"
185 string(5) "ASCII"
H A Dmb_strlen_basic.phpt25 echo "\n-- ASCII String --\n";
37 -- ASCII String --
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_basic.phpt27 echo "\n-- ASCII String --\n";
40 -- ASCII String --
/PHP-5.6/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt29 echo "\n-- ASCII string 1 --\n";
32 echo "\n-- ASCII string 2 --\n";
48 -- ASCII string 1 --
51 -- ASCII string 2 --
H A Diconv_strlen_basic.phpt25 echo "\n-- ASCII String --\n";
35 -- ASCII String --
H A Dtranslit-failure.phpt22 * infinite loop when ASCII//TRANSLIT is performed. We should stop it in
28 var_dump(iconv("ISO-8859-1", "ASCII//TRANSLIT", $test));
/PHP-5.6/ext/gd/libgd/
H A Dgdkanji.c48 #define ASCII 8 macro
91 static int whatcode = ASCII; in DetectKanjiCode()
92 int oldcode = ASCII; in DetectKanjiCode()
99 if (whatcode != EUCORSJIS && whatcode != ASCII) in DetectKanjiCode()
102 whatcode = ASCII; in DetectKanjiCode()
105 while ((whatcode == EUCORSJIS || whatcode == ASCII) && c != '\0') in DetectKanjiCode()
180 if (whatcode == ASCII) in DetectKanjiCode()
188 if (whatcode == EUCORSJIS && oldcode != ASCII) in DetectKanjiCode()
505 case ASCII: in do_check_and_conv()
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
28 string(22) "awk script, ASCII text"
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dmktable.c89 if (enc == ASCII) in IsAlpha()
266 if (enc == ASCII) in IsBlank()
305 if (enc == ASCII) in IsCntrl()
353 if (enc == ASCII) in IsGraph()
425 if (enc == ASCII) in IsLower()
557 if (enc == ASCII) in IsPrint()
635 if (enc == ASCII) in IsPunct()
734 if (enc == ASCII) in IsSpace()
776 if (enc == ASCII) in IsUpper()
903 if (enc == ASCII) in IsXDigit()
[all …]
/PHP-5.6/ext/odbc/tests/
H A Dbug60616.phpt54 print "ASCII matched\n";
56 print "ASCII mismatched\n";
64 ASCII matched
/PHP-5.6/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-5.6/ext/spl/examples/
H A Ddirectorytreeiterator.inc13 * @brief DirectoryIterator to generate ASCII graphic directory trees
34 /** @return the current element prefixed with ASCII graphics
/PHP-5.6/ext/dom/tests/
H A Dbug46335.phpt20 print "splitText (ASCII): $matched->textContent\n";
33 splitText (ASCII): DOM
/PHP-5.6/ext/intl/tests/
H A Dbug72506.phpt13 // ASCII domain name with 255 characters
18 // ASCII domain name with 256 characters – one character added

Completed in 50 milliseconds

1234567