Home
last modified time | relevance | path

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

/PHP-7.3/sapi/apache2handler/
H A Dphp_functions.c74 request_rec *rr; in PHP_FUNCTION() local
85 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
87 ap_destroy_sub_req(rr); in PHP_FUNCTION()
97 ap_rflush(rr->main); in PHP_FUNCTION()
99 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
101 ap_destroy_sub_req(rr); in PHP_FUNCTION()
104 ap_destroy_sub_req(rr); in PHP_FUNCTION()
114 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
118 request_rec *rr; in PHP_FUNCTION() local
160 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />
/PHP-7.3/tests/lang/
H A DpassByReference_005.phpt30 function rr(&$ref1, &$ref2) {
66 function rr(&$ref1, &$ref2) {
92 rr($u1, $u2);
115 C::rr($u1, $u2);
141 $c->rr($u1, $u2);
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
/PHP-7.3/ext/standard/tests/strings/
H A Dnl2br_variation3.phpt21 \rrr\r\r\rr
52 rr<br />
/PHP-7.3/ext/standard/tests/file/
H A Duserstreams.phpt246 $rr = (int)fseek($tf, $offset, $whence);
259 …printf("REAL: pos=(%d,%d,%d) ret=%d line[%d]=`%s'\n", $rpb, $rpa, ftell($tf), $rr, strlen($rline),…
262 if ($rr != $ur || $rline != $uline || $rpa != $position || $upa != $position) {
/PHP-7.3/sapi/phpdbg/
H A DREADME.md74 **Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the conso…

Completed in 25 milliseconds