Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 1819) sorted by last modified time

12345678910>>...73

/PHP-5.5/win32/
H A Dphp5dllts.dsp2418 mc -h $(InputDir)/.. -r $(InputDir) -x $(IntDir) $(InputPath)
H A Dphp5dllts.rc73 "#include ""php5dllts.rc2""\r\n"
85 "\r\n"
H A Dphp5ts.rc73 "#include ""php5ts.rc2""\r\n"
85 "\r\n"
H A Dphp5ts_cli.rc73 "#include ""php5ts_cli.rc2""\r\n"
85 "\r\n"
/PHP-5.5/win32/build/
H A Dphpize.js.in93 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
113 + c.replace(new RegExp('(["\\\\])', "g"), '\\$1') + "'));\r\n";
H A Dtemplate.dsp58 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/tests/run-test/
H A Dtest010.phpt6 var_dump(stream_get_contents(fopen('php://stdin', 'r')));
/PHP-5.5/tests/security/
H A Dopen_basedir_fopen.phpt11 var_dump(fopen("../bad", "r"));
12 var_dump(fopen("../bad/bad.txt", "r"));
13 var_dump(fopen("..", "r"));
14 var_dump(fopen("../", "r"));
15 var_dump(fopen("/", "r"));
16 var_dump(fopen("../bad/.", "r"));
18 var_dump(fopen("./../.", "r"));
21 var_dump(fopen("./ok.txt", "r"));
22 var_dump(fopen("ok.txt", "r"));
23 var_dump(fopen("../ok/ok.txt", "r"));
[all …]
/PHP-5.5/tests/lang/
H A DpassByReference_005.phpt10 function r(&$ref) {
47 function r(&$ref) {
76 r($u2);
99 C::r($u2);
125 $c->r($u2);
186 Strict Standards: Non-static method C::r() should not be called statically in %s on line 96
H A Dbug24403.phpt14 '\'.\$r[\'\\1\'].\'')",
H A Dengine_assignExecutionOrder_002.phpt64 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
65 echo "$r $s $t $u $v $w $x\n";
H A Dexecution_order.phpt18 echo "\r\n";
25 echo "\r\n";
32 echo "\r\n";
39 echo "\r\n";
44 echo "\r\n";
51 echo "\r\n";
64 echo "\r\n";
69 echo "\r\n";
77 echo "\r\n";
83 echo "\r\n";
[all …]
H A D038.phpt26 $con = fopen("/tmp/a_file_that_does_not_exist",'r');
H A D039.phpt30 $con = fopen('/tmp/a_file_that_does_not_exist','r');
/PHP-5.5/
H A Dserver-tests.php163 $r = new HTTPRequest($url,NULL,NULL,$post);
195 $r = $pipes;
198 $n = @stream_select($r, $w, $e, 60);
1155 if (preg_match('/^--([A-Z]+)--/',$line,$r)) {
1156 $section = $r[1];
1384 $r = new HTTPRequest($url,$headers,$options,$post);
1386 $out = $r->response;
1387 $headers = $r->response_headers;
1430 $r = "%r";
1434 $start = strpos($wanted_re, $r, $startOffset);
[all …]
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt15 $r = $this->x[$nm];
16 echo "Returning: $r\n";
17 return $r;
/PHP-5.5/scripts/dev/
H A Dfind_tested.php199 if (!preg_match('/--FILE--\s*(.*)\s*--(EXPECTF|EXPECTREGEX|EXPECT)?--/is', $code, $r)) {
204 $tokens = token_get_all($r[1]);
/PHP-5.5/sapi/nsapi/
H A Dphp5nsapi.dsp120 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch108 return r;
275 - "%.20s %d %s\r\nServer: %s\r\nContent-Type: %s\r\nDate: %s\r\nLast-Modified: %s\r\nAccept-Ran…
314 + smart_str_appends(&s, "\r\nAccept-Ranges: bytes\r\n");
328 - "Content-Range: bytes %ld-%ld/%d\r\nContent-Length: %ld\r\n",
361 + smart_str_appends(&s, "Connection: keep-alive\r\n\r\n" );
363 + smart_str_appends(&s, "Connection: close\r\n\r\n" );
702 - int r;
705 - if ( r > 0 )
713 int r;
805 return r;
[all …]
/PHP-5.5/sapi/tux/
H A DREADME65 # tux -d -t 8 -r /www -m /tux-modules php5.tux
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.dsp150 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp448 DWORD r = Results.GetSize(); in DoTestFiles() local
449 for (DWORD i=0; i< r; i++) { in DoTestFiles()
H A Dstresstest.dsp89 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c153 struct rlimit r; in fpm_unix_init_child() local
155 r.rlim_max = r.rlim_cur = (rlim_t) wp->config->rlimit_files; in fpm_unix_init_child()
157 if (0 > setrlimit(RLIMIT_NOFILE, &r)) { in fpm_unix_init_child()
163 struct rlimit r; in fpm_unix_init_child() local
165r.rlim_max = r.rlim_cur = wp->config->rlimit_core == -1 ? (rlim_t) RLIM_INFINITY : (rlim_t) wp->co… in fpm_unix_init_child()
167 if (0 > setrlimit(RLIMIT_CORE, &r)) { in fpm_unix_init_child()
235 struct rlimit r; in fpm_unix_init_main() local
237 r.rlim_max = r.rlim_cur = (rlim_t) fpm_global_config.rlimit_files; in fpm_unix_init_main()
239 if (0 > setrlimit(RLIMIT_NOFILE, &r)) { in fpm_unix_init_main()
246 struct rlimit r; in fpm_unix_init_main() local
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in419 ; %r: the request URI (without the query string, see %q and %Q)
430 ; Default: "%R - %u %t \"%m %r\" %s"
431 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"

Completed in 451 milliseconds

12345678910>>...73