Home
last modified time | relevance | path

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

/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.c78 request_rec *rr; in PHP_FUNCTION() local
89 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
91 ap_destroy_sub_req(rr); in PHP_FUNCTION()
101 ap_rflush(rr->main); in PHP_FUNCTION()
103 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
105 ap_destroy_sub_req(rr); in PHP_FUNCTION()
108 ap_destroy_sub_req(rr); in PHP_FUNCTION()
118 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
122 request_rec *rr; in PHP_FUNCTION() local
164 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />
/PHP-8.0/ext/standard/tests/strings/
H A Dnl2br_variation3.phpt16 \rrr\r\r\rr
47 rr<br />
/PHP-8.0/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-8.0/ext/standard/tests/file/
H A Duserstreams.phpt248 $rr = (int)fseek($tf, $offset, $whence);
261 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
264 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
/PHP-8.0/ext/opcache/jit/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 18 milliseconds