Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 151) sorted by last modified time

1234567

/PHP-7.4/
H A Dconfigure.ac372 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
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)
H A DUPGRADING429 non-string patterns are interpreted as ASCII codepoints. In PHP 8 the
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt29 string(%d) "PHP script, ASCII text%A"
H A Dbug77961.magic48 0 search/1 FONT ASCII vfont text
H A Dbug79283.phpt22 string(10) "ASCII text"
/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/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt15 Warning: Unexpected character in input: '' (ASCII=1) state=0 in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt72 var_dump(mb_str_split("", 1, "ASCII"));
/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/sapi/cgi/tests/
H A Dbug75574_utf8.phpt2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
/PHP-7.4/ext/tokenizer/tests/
H A Dbad_character.phpt32 Warning: Unexpected character in input: '%s' (ASCII=1) state=0 in %s on line %d
38 Warning: Unexpected character in input: '%s' (ASCII=1) state=0 in %s on line %d
40 Warning: Unexpected character in input: '%s' (ASCII=2) state=0 in %s on line %d
42 Warning: Unexpected character in input: '%s' (ASCII=3) state=0 in %s on line %d
/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 Dstrripos_variation2.phpt58 '#', //respective ASCII char of \x23
60 'A', // respective ASCII char for \101
62 42, //needle as int(ASCII value of '*')
H A Dstrrchr_variation1.phpt67 "#", //respective ASCII char of \x23
69 "A", //respective ASCII char of \101
71 42, //needle as int(ASCII value of "*")
H A Dstrrchr_variation2.phpt71 42, //needle as int(ASCII value of '*')
H A Dstrrpos_variation1.phpt58 "#", //respective ASCII char of \x23
60 "A", //respective ASCII char of \101
H A Dstrrpos_variation2.phpt62 42, //needle as int(ASCII value of '*')
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 Dsha1_basic.phpt2 sha1() with ASCII 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 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
H A Dstripos_variation1.phpt67 "#", //respective ASCII char of \x23
69 "A", //respective ASCII char of \101

Completed in 37 milliseconds

1234567