Home
last modified time | relevance | path

Searched refs:r (Results 1501 – 1525 of 1645) sorted by relevance

1...<<616263646566

/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt150 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\…
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt23 pg_lo_open(1, 'r');
/php-src/ext/snmp/tests/
H A Dsnmp2_set.phpt240 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d
246 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt19 $fp = fopen(__DIR__ . '/data/JISX0208.txt', 'r+');
214 testValidString("\xFF\xE1", "\x1B\$B!r\x1B(B", 'UTF-16BE', $encoding, false);
H A Dcp5022x_encoding.phpt38 $fp = fopen(__DIR__ . '/data/CP932.txt', 'r+');
71 $fp = fopen(__DIR__ . '/data/JISX0201.txt', 'r+');
82 $fp = fopen(__DIR__ . '/data/JISX0212.txt', 'r+');
H A Dmb_decode_mimeheader_variation4.phpt21 var_dump(bin2hex(mb_decode_mimeheader("\r")));
/php-src/ext/hash/xxhash/
H A Dxxhash.h1811 # define XXH_rotl32(x,r) _rotl(x,r) argument
1812 # define XXH_rotl64(x,r) _rotl64(x,r) argument
1814 # define XXH_rotl32(x,r) (((x) << (r)) | ((x) >> (32 - (r)))) argument
1815 # define XXH_rotl64(x,r) (((x) << (r)) | ((x) >> (64 - (r)))) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua551 local r
554 if op >= 4294967296 then r = op%4294967296 wputb((op-r)/4294967296) op = r end
2026 r = "reg", R = "eax", C = "cl", x = "mem", m = "mrm", i = "imm",
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_alpha_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_digit_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_graph_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_lower_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_print_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_punct_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_upper_variation1.phpt33 $fp = fopen(__FILE__, "r");
H A Dctype_xdigit_variation1.phpt33 $fp = fopen(__FILE__, "r");
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt20 "\n\t Line with control characters\r\n",
/php-src/ext/standard/tests/file/
H A Dfscanf_variation55.phpt55 $modes = array("r", "rb", "rt");
95 *** File opened in r mode ***
H A Dfscanf_variation12.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation15.phpt55 $file_handle = fopen($filename, "r");
H A Dfscanf_variation17.phpt51 $file_handle = fopen($filename, "r");
H A Dfscanf_variation21.phpt55 $file_handle = fopen($filename, "r");
/php-src/ext/gd/libgd/
H A Dgd_gd2.c367 int r = chunkBuf[chunkPos++] << 16; in gdImageCreateFromGd2Ctx() local
370 im->tpixels[y][x] = a + r + g + b; in gdImageCreateFromGd2Ctx()
/php-src/ext/standard/tests/array/
H A Darray_pad_variation3.phpt35 $fp = fopen(__FILE__, "r");

Completed in 45 milliseconds

1...<<616263646566