Searched refs:rr (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/sapi/apache2handler/ |
H A D | php_functions.c | 76 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.2/ext/simplexml/tests/ |
H A D | bug46003.phpt | 11 <xx rr='info' /> 12 <yy rr='data' />
|
/PHP-7.2/tests/lang/ |
H A D | passByReference_005.phpt | 30 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.2/ext/standard/tests/strings/ |
H A D | nl2br_variation3.phpt | 21 \rrr\r\r\rr 52 rr<br />
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | userstreams.phpt | 246 $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.2/sapi/phpdbg/ |
H A D | README.md | 76 **Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the conso…
|
Completed in 11 milliseconds