Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dphp_apache.c359 if (rr) in PHP_FUNCTION()
366 if (rr) in PHP_FUNCTION()
376 if (rr) in PHP_FUNCTION()
381 if (rr) in PHP_FUNCTION()
483 if (rr->method) { in PHP_FUNCTION()
489 if (rr->handler) { in PHP_FUNCTION()
492 if (rr->uri) { in PHP_FUNCTION()
495 if (rr->filename) { in PHP_FUNCTION()
501 if (rr->args) { in PHP_FUNCTION()
504 if (rr->boundary) { in PHP_FUNCTION()
[all …]
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c64 request_rec *rr; in PHP_FUNCTION() local
75 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
76 if (ap_run_sub_req(rr)) { in PHP_FUNCTION()
78 ap_destroy_sub_req(rr); in PHP_FUNCTION()
81 ap_destroy_sub_req(rr); in PHP_FUNCTION()
86 ap_destroy_sub_req(rr); in PHP_FUNCTION()
96 if (rr->name) add_property_string(return_value, #name, (char *) rr->name, 1)
100 request_rec *rr; in PHP_FUNCTION() local
113 if (rr->status == HTTP_OK) { in PHP_FUNCTION()
142 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/PHP-5.5/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, 1)
120 request_rec *rr; in PHP_FUNCTION() local
162 ap_destroy_sub_req(rr); in PHP_FUNCTION()
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1725 if (rr) in PHP_FUNCTION()
1732 if (rr) in PHP_FUNCTION()
1742 if (rr) in PHP_FUNCTION()
1747 if (rr) in PHP_FUNCTION()
1858 if (rr->method) { in PHP_FUNCTION()
1864 if (rr->handler) { in PHP_FUNCTION()
1867 if (rr->uri) { in PHP_FUNCTION()
1870 if (rr->filename) { in PHP_FUNCTION()
1876 if (rr->args) { in PHP_FUNCTION()
1879 if (rr->boundary) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug46003.phpt11 <xx rr='info' />
12 <yy rr='data' />
/PHP-5.5/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);
220 Strict Standards: Non-static method C::rr() should not be called statically in %s on line 112
/PHP-5.5/ext/standard/tests/strings/
H A Dnl2br_variation3.phpt21 \rrr\r\r\rr
52 rr<br />
/PHP-5.5/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-5.5/ext/fileinfo/tests/
H A Dmagic15044 # Rick Richardson rickr@mn.rr.com
15053 # Rick Richardson <rickr@mn.rr.com>

Completed in 124 milliseconds