Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 1960) sorted by last modified time

12345678910>>...79

/PHP-7.1/win32/
H A Dphp7dllts.rc73 "#include ""php7dllts.rc2""\r\n"
85 "\r\n"
H A Dphp7ts.rc73 "#include ""php7ts.rc2""\r\n"
85 "\r\n"
H A Dphp7ts_cli.rc73 "#include ""php7ts_cli.rc2""\r\n"
85 "\r\n"
H A Dcodepage.c173 int r; in php_win32_cp_from_w_int() local
197 r = WideCharToMultiByte(cp, flags, in, tmp_len, target, target_len, NULL, NULL); in php_win32_cp_from_w_int()
198 if (r == 0) { in php_win32_cp_from_w_int()
204 assert(target ? r == target_len : 1); in php_win32_cp_from_w_int()
/PHP-7.1/win32/build/
H A Dconfutils.js2290 var r;
2293 r = cf[i].match(/^\$\((.*)\)/);
2294 if (!!r) {
2295 ret += " " + r[0];
2309 r = cf[i].match(re);
2310 if (!!r && r.length > 1 && !!r[1]) {
2312 ret += " " + to_sw + " " + r[1];
2316 r = cf[i].match(match_sw);
2317 if (!!r) {
2340 var r;
[all …]
H A Dphpize.js.in92 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
112 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
/PHP-7.1/tests/lang/
H A DpassByReference_005.phpt10 function r(&$ref) {
47 function r(&$ref) {
76 r($u2);
99 C::r($u2);
125 $c->r($u2);
185 Deprecated: Non-static method C::r() should not be called statically in %s on line 96
H A Dengine_assignExecutionOrder_002.phpt64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
65 echo "$r $s $t $u $v $w $x\n";
H A D039.phpt30 $con = fopen('/tmp/a_file_that_does_not_exist','r');
H A D038.phpt26 $con = fopen("/tmp/a_file_that_does_not_exist",'r');
/PHP-7.1/tests/classes/
H A D__set__get_001.phpt15 $r = $this->x[$nm];
16 echo "Returning: $r\n";
17 return $r;
/PHP-7.1/
H A Dserver-tests.php155 $r = new HTTPRequest($url,NULL,NULL,$post);
187 $r = $pipes;
190 $n = @stream_select($r, $w, $e, 60);
1142 if (preg_match('/^--([A-Z]+)--/',$line,$r)) {
1143 $section = $r[1];
1371 $r = new HTTPRequest($url,$headers,$options,$post);
1373 $out = $r->response;
1374 $headers = $r->response_headers;
1417 $r = "%r";
1421 $start = strpos($wanted_re, $r, $startOffset);
[all …]
/PHP-7.1/scripts/dev/
H A Dfind_tested.php205 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
210 $tokens = token_get_all($r[1]);
/PHP-7.1/sapi/phpdbg/tests/
H A Dbasic_run.phpt4 r
H A Dexceptions_003.phpt5 r
H A Dinclude_once.phpt4 r
H A Dinfo_002.phpt5 r
H A Dnext_001.phpt5 r
H A Dphpdbg_get_executable_stream_wrapper.phpt4 r
34 if ($mode[0] !== 'r') {
H A Dphpdbg_oplog_001.phpt6 r
H A Dprint_002.phpt7 r
H A Drun_001.phpt4 r
5 r 1 2 3
6 r
H A Dstdin_001.phpt10 r
12 r
H A Dstepping_001.phpt7 r
H A Dwatch_001.phpt7 r
8 w r $b

Completed in 59 milliseconds

12345678910>>...79