Home
last modified time | relevance | path

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

/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c76 request_rec *rr; in PHP_FUNCTION() local
87 if (rr->status != HTTP_OK) { in PHP_FUNCTION()
89 ap_destroy_sub_req(rr); in PHP_FUNCTION()
99 ap_rflush(rr->main); in PHP_FUNCTION()
101 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
103 ap_destroy_sub_req(rr); in PHP_FUNCTION()
106 ap_destroy_sub_req(rr); in PHP_FUNCTION()
116 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
120 request_rec *rr; in PHP_FUNCTION() local
162 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />
/PHP-7.1/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.1/ext/standard/tests/strings/
H A Dnl2br_variation3.phpt21 \rrr\r\r\rr
52 rr<br />
/PHP-7.1/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.1/sapi/phpdbg/
H A DREADME.md76 **Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the conso…
/PHP-7.1/
H A DNEWS2213 . Fixed bug #70776 (Simple SIGINT does not have any effect with -rr). (Bob)
3991 . Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions). (Bob)

Completed in 47 milliseconds