Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/tests/strings/
H A Dstrripos_variation1.phpt58 "#", //respective ASCII char of \x23
60 "A", //respective ASCII char of \101
H A Dmd5_file.phpt2 Test md5_file() function with ASCII output and raw binary output
H A Dstrrchr_variation2.phpt71 42, //needle as int(ASCII value of '*')
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 Dstrrpos_variation2.phpt62 42, //needle as int(ASCII value of '*')
H A Dstripos_variation2.phpt72 42, //needle as int(ASCII value of '*')
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-7.4/ext/intl/tests/
H A Dcollator_asort.phpt108 // Sort a non-ASCII array using ru_RU locale.
H A Dcollator_asort_variant2.phpt108 // Sort a non-ASCII array using ru_RU locale.
H A Dcollator_sort_with_sort_keys.phpt72 // Sort a non-ASCII array using ru_RU locale.
H A Dcollator_sort_with_sort_keys_variant2.phpt72 // Sort a non-ASCII array using ru_RU locale.
H A Dcollator_sort.phpt83 // Sort a non-ASCII array using ru_RU locale.
H A Dcollator_sort_variant2.phpt83 // Sort a non-ASCII array using ru_RU locale.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt72 var_dump(mb_str_split("", 1, "ASCII"));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc132 /* Keep this file ASCII, so zend.multibyte related stuff can be tasted as well. */
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc389 $transfer_type = $ascii? 'ASCII' : 'BINARY' ;
395 $transfer_type = $ascii? 'ASCII' : 'BINARY' ;
401 $transfer_type = $ascii? 'ASCII' : 'BINARY' ;
407 $transfer_type = $ascii? 'ASCII' : 'BINARY' ;
/PHP-7.4/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-7.4/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
H A Dmagic私はガラスを食べられます2387 # UStar version with ASCII "00"
2430 # size mainly as octal number in ASCII
6690 >3 byte &0x01 \b, ASCII
12549 0 search/1 FONT ASCII vfont text
12857 # skip ASCII text
14714 >4 string Asc ASCII
14733 >4 string Asc ASCII
18942 >0 string TEXT ASCII
22772 0 string StartFont ASCII font bits
27711 >4 search/1 ascii for ASCII
[all …]
H A Dmagic2387 # UStar version with ASCII "00"
2430 # size mainly as octal number in ASCII
6690 >3 byte &0x01 \b, ASCII
12549 0 search/1 FONT ASCII vfont text
12857 # skip ASCII text
14714 >4 string Asc ASCII
14733 >4 string Asc ASCII
18942 >0 string TEXT ASCII
22772 0 string StartFont ASCII font bits
27711 >4 search/1 ascii for ASCII
[all …]
/PHP-7.4/
H A DUPGRADING429 non-string patterns are interpreted as ASCII codepoints. In PHP 8 the
H A Dphp.ini-development599 ; Some loggers only accept NVT-ASCII, others accept anything that's not
603 ; ascii (all printable ASCII characters and NL)
H A Dphp.ini-production599 ; Some loggers only accept NVT-ASCII, others accept anything that's not
603 ; ascii (all printable ASCII characters and NL)

Completed in 136 milliseconds

1234567