Home
last modified time | relevance | path

Searched refs:ASCII (Results 126 – 150 of 156) sorted by relevance

1234567

/PHP-5.6/ext/standard/tests/strings/
H A Dchr_ord.phpt9 Description: Returns the ASCII value of the first character of string
H A Dstripos_variation2.phpt72 42, //needle as int(ASCII value of '*')
H A Dstrrchr_variation2.phpt71 42, //needle as int(ASCII value of '*')
H A Dstrrpos_variation2.phpt62 42, //needle as int(ASCII value of '*')
H A Dmd5_file.phpt2 Test md5_file() function with ASCII output and raw binary output
H A Dsha1_file.phpt2 Test sha1_file() function with ASCII output and raw binary output. Based on ext/standard/tests/stri…
H A Dsprintf_f_2.phpt39 $c = 65; // ASCII 65 is 'A'
H A Dstr_pad.phpt23 chr(0).chr(255).chr(128).chr(234).chr(143), // >7-bit ASCII
H A Dstr_repeat.phpt52 var_dump(str_repeat($str, chr(51))); // ASCII value of '3' given
/PHP-5.6/ext/intl/tests/
H A Dcollator_sort_variant2.phpt83 // Sort a non-ASCII array using ru_RU locale.
/PHP-5.6/ext/spl/internal/
H A Drecursivetreeiterator.inc14 * @brief RecursiveIteratorIterator to generate ASCII graphic trees for the
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
H A Dtestinput7213 of case for anything other than the ASCII letters. --/
441 /-- Without PCRE_UCP, non-ASCII always fail, even if < 256 --/
H A Dtestoutput7449 of case for anything other than the ASCII letters. --/
921 /-- Without PCRE_UCP, non-ASCII always fail, even if < 256 --/
/PHP-5.6/ext/standard/tests/file/
H A Dcopy_variation1.phpt33 chr(99).chr(111).chr(112).chr(121).chr(49).".tmp" //file name containing ASCII values
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DAPI82 ONIG_ENCODING_ASCII ASCII
182 pattern_enc: ASCII, ISO_8859_1
H A DRE83 Print, Punct, Space, Upper, XDigit, Word, ASCII,
/PHP-5.6/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dmagic280 # Too simple (short, pure ASCII, deep), MPi
4209 >3 byte &0x01 \b, ASCII
8429 0 search/1 FONT ASCII vfont text
10032 >4 string Asc ASCII
10051 >4 string Asc ASCII
12688 #>65 string TEXT (ASCII)
15256 0 string StartFont ASCII font bits
17295 # Constant byte #0: 0x3A (ASCII ':')
17296 # Constant byte #1: 0x29 (ASCII ')')
18769 >4 search/1 ascii for ASCII
[all …]
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME235 input can only either be ASCII or UTF-8/16/32, even when running on EBCDIC
337 tables for ASCII encoding that is part of the distribution. If you specify
347 character code (as opposed to ASCII/Unicode) by specifying
583 that assumes ASCII code. Cross-compiling with the default tables should not be
802 tables for ASCII coding. However, if --enable-rebuild-chartables is specified
856 pcre_chartables.c.dist a default set of character tables that assume ASCII
H A DHACKING250 Each opcode is followed by the character that is to be repeated. In ASCII mode,
479 pointer in the subject string. In ASCII mode, the count is a number of units,
H A DNEWS30 There have been performance improvements for classes containing non-ASCII
415 tables (assuming ASCII coding) is used. If you want to use dftables to generate
H A DChangeLog58 13. In an EBCDIC environment, \a in a pattern was converted to the ASCII
65 ASCII/Unicode. This has now been added to the list of characters that are
166 by a single ASCII character in a class item, was incorrectly compiled in
207 7. A UTF pattern containing a "not" match of a non-ASCII character and a
1007 not quite right. There is now a test that can be run on ASCII systems to
1536 20. Fixed an ASCII-dependent infelicity in pcretest that would have made it
1940 compile-time error is now given if \c is not followed by an ASCII
2041 that only real ASCII characters (less than 128) and the correct starting
2553 4. Caseless matching was not working for non-ASCII characters in back
3091 something other than just ASCII characters) inside a group that had an
[all …]
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY56 ex. /[\x{7fffffff}]/ for ASCII encoding.
207 (ASCII code check)
225 invalid \p{Alnum}, \p{ASCII}, [:alnum:], [:ascii:].
925 2004/09/04: [bug] fix ONIGENC_AMBIGUOUS_MATCH_COMPOUND/ASCII/NONASCII
928 2004/08/28: [bug] fix ONIGENC_AMBIGUOUS_MATCH_COMPOUND/ASCII/NONASCII
1242 (0x80 - 0xff is not ASCII)
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt982 expects its input to be either ASCII or UTF-8 (depending on the run-
1170 ASCII codes only. If you add
1186 character code is ASCII (or Unicode, which is a superset of ASCII).
1197 The EBCDIC character that corresponds to an ASCII LF is assumed to have
2488 68 \c must be followed by an ASCII character
5007 \cx "control-x", where x is any ASCII character
5026 out non-ASCII characters in all modes.
5040 which is BEL in ASCII but DEL in EBCDIC.
5083 \040 is another way of writing an ASCII space
7700 \cx "control-x", where x is any ASCII character
[all …]

Completed in 130 milliseconds

1234567