Searched refs:rr (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/sapi/apache/ |
H A D | php_apache.c | 359 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.4/sapi/apache2filter/ |
H A D | php_functions.c | 64 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.4/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, 1) 120 request_rec *rr; in PHP_FUNCTION() local 162 ap_destroy_sub_req(rr); in PHP_FUNCTION() [all …]
|
/PHP-5.4/sapi/apache_hooks/ |
H A D | php_apache.c | 1725 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.4/ext/simplexml/tests/ |
H A D | bug46003.phpt | 11 <xx rr='info' /> 12 <yy rr='data' />
|
/PHP-5.4/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); 220 Strict Standards: Non-static method C::rr() should not be called statically in %s on line 112
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | nl2br_variation3.phpt | 21 \rrr\r\r\rr 52 rr<br />
|
/PHP-5.4/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-5.4/ext/fileinfo/tests/ |
H A D | magic | 15044 # Rick Richardson rickr@mn.rr.com 15053 # Rick Richardson <rickr@mn.rr.com>
|
Completed in 45 milliseconds