Home
last modified time | relevance | path

Searched refs:r (Results 1751 – 1775 of 1819) sorted by relevance

1...<<717273

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation24.phpt42 if ( strstr($file_modes[$mode_counter], "r") ) {
63 if ( strstr($file_modes[$mode_counter], "r" ) ) {
H A D005_variation.phpt94 $file_read_handle = fopen($file_name ,"r");
H A Dfgetss_variation3-win32.phpt39 $string_with_tags = str_replace("\r",'', $string_with_tags);
H A Dfscanf_variation8.phpt76 $file_handle = fopen($filename, "r");
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_ukey_variation3.phpt22 $fp = fopen(__FILE__, "r");
H A Darray_reverse_variation1.phpt17 $fp = fopen(__FILE__, "r");
H A Darray_walk_recursive_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
H A Darray_walk_variation2.phpt73 /* 23*/ $fp = fopen(__FILE__, 'r'),
/PHP-5.5/ext/pgsql/
H A Dpgsql.dsp152 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/mysql/
H A Dmysql.dsp148 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt127 $resource1 = fopen(__FILE__, "r");
H A Dwordwrap_variation2.phpt20 $fp = fopen(__FILE__, "r");
/PHP-5.5/ext/imap/
H A Dimap.dsp149 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput127 /abcd\t\n\r\f\a\e\071\x3b\$\\\?caxyz/
28 abcd\t\n\r\f\a\e9;\$\\?caxyz
491 ab-c.pq-r.
492 0: ab-c.pq-r.
493 1: .pq-r
5205 /(?:(f)(o)(o)|(b)(a)(r))*/
5213 6: r
6250 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
6257 regul�r
7211 /^X(?7)(a)(?|(b|(r)(s))|(q))(c)(d)(Y)/
[all …]
H A Dtestinput6540 \x{1234}\n\r\x{3456}xyz
544 \x{1234}\n\r\x{3456}xyz
549 \x{1234}\n\r\x{3456}xyz
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
H A Dtestinput4524 abc\n\r\x{442}\x{435}\x{441}\x{442}xyz
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c105 #define YYMARKER r in PHP_INI_END()
/PHP-5.5/ext/curl/
H A Dcurl.dsp158 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt57 $fp = fopen(__FILE__, "r");
H A Diconv_mime_decode_headers_variation3.phpt60 $fp = fopen(__FILE__, "r");
/PHP-5.5/Zend/
H A DZEND_CHANGES753 $r = $this->x[$nm];
754 print "Returning: $r\n";
755 return $r;
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c261 #define PUSH_REG(r) (*inst++ = (PUSH_r + (r))) argument
262 #define POP_REG(r) (*inst++ = (POP_r + (r))) argument
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re51 COMMENTS = ("/*"([^*]+|[*]+[^/*])*[*]*"*/"|"--"[^\r\n]*);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch303 - FILE *f = fopen(ms->file = fn, "r");
1321 if ((r = sread(fdout[0], *newch, HOWMANY, 0)) <= 0) {
2491 - ssize_t r = 0;
2493 - while ((r = sread(fd, (void *)&buf[nbytes],
2495 - nbytes += r;
2496 - if (r < PIPE_BUF) break;

Completed in 69 milliseconds

1...<<717273