Home
last modified time | relevance | path

Searched refs:rr (Results 1 – 6 of 6) sorted by relevance

/php-src/sapi/apache2handler/
H A Dphp_functions.c77 request_rec *rr; in PHP_FUNCTION() local
88 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
90 ap_destroy_sub_req(rr); in PHP_FUNCTION()
100 ap_rflush(rr->main); in PHP_FUNCTION()
102 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
104 ap_destroy_sub_req(rr); in PHP_FUNCTION()
107 ap_destroy_sub_req(rr); in PHP_FUNCTION()
117 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
121 request_rec *rr; in PHP_FUNCTION() local
160 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/php-src/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />
/php-src/ext/standard/tests/strings/
H A Dnl2br_variation3.phpt16 \rrr\r\r\rr
47 rr<br />
/php-src/tests/lang/
H A DpassByReference_005.phpt29 function rr(&$ref1, &$ref2) {
64 function rr(&$ref1, &$ref2) {
117 rr($u1, $u2);
166 $c->rr($u1, $u2);
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt249 $rr = (int)fseek($tf, $offset, $whence);
262 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
265 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua574 local rr = 0
577 if band(rr, rbit) ~= 0 then
580 rr = rr + rbit
582 return rr

Completed in 10 milliseconds