Home
last modified time | relevance | path

Searched refs:r (Results 1526 – 1550 of 1645) sorted by relevance

1...<<616263646566

/php-src/ext/standard/tests/file/
H A Dfscanf_variation23.phpt51 $file_handle = fopen($filename, "r");
H A Dfscanf_variation28.phpt56 $file_handle = fopen($filename, "r");
H A Dfscanf_variation3.phpt57 $file_handle = fopen($filename, "r");
H A Dfscanf_variation31.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation34.phpt61 $file_handle = fopen($filename, "r");
H A Dfscanf_variation37.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation40.phpt57 $file_handle = fopen($filename, "r");
H A Dfscanf_variation43.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation46.phpt51 $file_handle = fopen($filename, "r");
H A Dfscanf_variation49.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation6.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation18.phpt59 $file_handle = fopen($filename, "r");
H A Dfscanf_variation2.phpt53 $file_handle = fopen($filename, "r");
H A Dfscanf_variation20.phpt57 $file_handle = fopen($filename, "r");
H A Dfscanf_variation27.phpt58 $file_handle = fopen($filename, "r");
/php-src/ext/standard/tests/array/
H A Darray_intersect_variation2.phpt37 $fp = fopen(__FILE__, "r");
H A Darray_intersect_assoc_variation2.phpt37 $fp = fopen(__FILE__, "r");
/php-src/Zend/
H A Dzend_ini_scanner.l675 <INITIAL,ST_VALUE,ST_RAW>{TABS_AND_SPACES}*[;][^\r\n]*{NEWLINE} { /* Comment */
H A Dzend_language_scanner.l1377 SINGLE_LINE_COMMENT "//"[^\x00\n\r]*[\n\r] in lex_scan()
1378 HASH_COMMENT "#"(([^[\x00][^\x00\n\r]*[\n\r])|[\n\r]) in lex_scan()
/php-src/ext/standard/tests/mail/
H A Dmail_util.inc42 fputs($this->fp, "{$tag} {$command}\r\n");
/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt17 $fp = fopen(__DIR__ . '/data/JISX0208.txt', 'r+');
47 $fp = fopen(__DIR__ . '/data/ISO-2022-JP-2004-JISX0213.txt', 'r+');
H A Dcp51932_encoding.phpt19 $fp = fopen(realpath(__DIR__ . '/data/CP51932.txt'), 'r+');
/php-src/sapi/cli/
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
2783 int c, r; in do_cli_server() local
2861 r = 0; in do_cli_server()
2881 r = 1; in do_cli_server()
2884 return r; in do_cli_server()
/php-src/sapi/fpm/
H A Dwww.conf.in338 ; %r: the request URI (without the query string, see %q and %Q)
353 ; Default: "%R - %u %t \"%m %r\" %s"
354 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
364 ; Note: The paths are matched against the output of the access.format tag "%r".

Completed in 66 milliseconds

1...<<616263646566