Home
last modified time | relevance | path

Searched refs:chr (Results 226 – 250 of 253) sorted by relevance

1234567891011

/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt74 var_dump(chr($cp));
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation12.phpt21 chr(0).chr(0),
22 chr(0)."hello\0world".chr(0),
23 "hello".chr(0)."world",
H A Dstrtolower.phpt8 $char = chr($i);
H A Dhtmlentities24.phpt12 var_dump( bin2hex( htmlentities("chr($i)")) );
H A Dhtmlspecialchars.phpt8 var_dump( bin2hex( htmlspecialchars("chr($i)") ) );
H A Dstrtoupper1.phpt7 $char = chr($i);
H A Dstrcasecmp.phpt12 array("a", 'A', chr(128), chr(255), chr(256)),
H A Dstrcmp.phpt12 array("a", "A", 'a', 'A', chr(128), chr(255), chr(256)),
H A Dbug49785.phpt57 foreach (array_map('chr', range(0xa0, 0xdf)) as $c) {
66 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
81 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
96 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
127 foreach (array_map('chr', range(0x81, 0xfe)) as $c) {
H A Dhtmlentities21.phpt26 $test = chr($test);
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_control_string.phpt58 try_control_string($link, ':' . chr(0) . 'A,' . $trace_file, $trace_file, 20);
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c1244 lxb_char_t chr; in lxb_dom_node_is_empty() local
1259 chr = *data++; in lxb_dom_node_is_empty()
1261 if (lexbor_utils_whitespace(chr, !=, &&)) { in lxb_dom_node_is_empty()
/php-src/ext/ctype/tests/
H A Dctype_graph_variation2.phpt17 if (ctype_graph(chr($i))) {
H A Dctype_print_variation2.phpt17 if (ctype_print(chr($i))) {
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c384 convert_glob_write(pcre2_output_context *out, PCRE2_UCHAR chr) in convert_glob_write() argument
389 *out->output++ = chr; in convert_glob_write()
H A Dpcre2_jit_simd_inc.h107 static sljit_s32 character_to_int32(PCRE2_UCHAR chr) in character_to_int32() argument
109 sljit_u32 value = chr; in character_to_int32()
1137 PCRE2_UCHAR chr, sljit_s32 tmp_general_reg) in replicate_imm_vector() argument
1143 if (chr < 0x7fff) in replicate_imm_vector()
1150 instruction[1] = (sljit_u16)chr; in replicate_imm_vector()
1158 OP1(SLJIT_MOV, tmp_general_reg, 0, SLJIT_IMM, chr); in replicate_imm_vector()
H A Dpcre2_jit_compile.c320 PCRE2_UCHAR chr; member
5877 chr = 0; in scan_prefix()
5883 chr += 8; in scan_prefix()
5891 chr++; in scan_prefix()
5894 chr = (chr + 7) & (sljit_u32)(~7); in scan_prefix()
5944 GETCHAR(chr, cc); in scan_prefix()
5951 chr = *cc; in scan_prefix()
5955 chr = UCD_OTHERCASE(chr); in scan_prefix()
5956 othercase[0] = (chr == (PCRE2_UCHAR)chr) ? chr : *cc; in scan_prefix()
5960 othercase[0] = TABLE_GET(chr, common->fcc, chr); in scan_prefix()
[all …]
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1193 lxb_char_t chr; in lxb_selectors_match_class() local
1206 chr = *data; in lxb_selectors_match_class()
1208 if (lexbor_utils_whitespace(chr, ==, ||)) { in lxb_selectors_match_class()
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c1242 lxb_char_t chr; in lxb_selectors_match_class() local
1255 chr = *data; in lxb_selectors_match_class()
1257 if (lexbor_utils_whitespace(chr, ==, ||)) { in lxb_selectors_match_class()
/php-src/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt25 …$proc = @proc_open([$batch_file_path . chr($i), "\"&notepad.exe"], $descriptorspec, $pipes, null, …
/php-src/ext/intl/uchar/
H A Duchar.c52 IC_METHOD(chr) { in IC_METHOD() argument
H A Duchar.stub.php1427 public static function chr(int|string $codepoint): ?string {} function in IntlChar
H A Duchar_arginfo.h193 ZEND_METHOD(IntlChar, chr);
256 ZEND_ME(IntlChar, chr, arginfo_class_IntlChar_chr, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/standard/
H A Dbasic_functions.stub.php2474 function chr(int $codepoint): string {}
H A Dbasic_functions_arginfo.h2546 ZEND_FUNCTION(chr);

Completed in 155 milliseconds

1234567891011