Home
last modified time | relevance | path

Searched refs:r (Results 201 – 225 of 1568) sorted by last modified time

12345678910>>...63

/PHP-7.4/main/
H A Dspprintf.c184 char *r = memchr(s, '\0', maxlen); in strnlen() local
185 return r ? r-s : maxlen; in strnlen()
H A DSAPI.c618 int r; in sapi_add_header_ex() local
623 r = sapi_header_op(replace ? SAPI_HEADER_REPLACE : SAPI_HEADER_ADD, in sapi_add_header_ex()
629 return r; in sapi_add_header_ex()
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt18 $h = gzopen($inputFileName, 'r');
22 $h = gzopen($outputFileName, 'r');
H A Dzlib_scheme_copy_variation1.phpt18 $h = gzopen($inputFileName, 'r');
23 $h = fopen($outputFileName, 'r');
H A Dzlib_scheme_copy_variation2.phpt30 $h = gzopen($outputFileName, 'r');
37 $h = fopen($outputFileName, 'r');
H A Dzlib_scheme_file_put_contents_basic.phpt20 $h = gzopen($outputFileName, 'r');
H A Dzlib_scheme_fopen_basic.phpt13 $h = fopen($srcFile, 'r');
H A Dzlib_scheme_fopen_variation1.phpt16 $h = fopen($compressedFile, 'r');
H A Dzlib_wrapper_fflush_basic.phpt22 $h = gzopen($filename, 'r');
H A Dzlib_wrapper_flock_basic.phpt12 $h = gzopen($f,'r');
H A Dzlib_wrapper_fstat_basic.phpt12 $h = gzopen($f, "r");
H A Dzlib_wrapper_ftruncate_basic.phpt15 $h = gzopen($f2, "r");
H A Dzlib_wrapper_meta_data_basic.phpt13 $h = gzopen($f,'r');
18 $h = fopen($f,'r');
37 string(1) "r"
57 string(1) "r"
H A Dbug75299.phpt7 $r = new ReflectionFunction('inflate_init');
8 var_dump($r->getNumberOfRequiredParameters());
9 var_dump($r->getNumberOfParameters());
10 $r = new ReflectionFunction('inflate_add');
11 var_dump($r->getNumberOfRequiredParameters());
12 var_dump($r->getNumberOfParameters());
H A Dgzclose_basic.phpt15 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
H A Dgzeof_basic.phpt17 $h = gzopen($f, 'r');
24 $h = gzopen($f, 'r');
H A Dgzgetc_basic.phpt20 $h = gzopen($f, 'r');
H A Dgzgetc_basic_1.phpt20 $h = gzopen($f, 'r');
H A Dgzgets_basic.phpt16 $h = gzopen($f, 'r');
H A Dgzgetss.phpt11 $handle = gzopen(__DIR__ . '/gzgetss.gz', 'r');
H A Dgzopen_basic.phpt22 $mode = 'r';
H A Dgzopen_basic2.phpt31 $h = gzopen($filename, 'r');
H A Dgzopen_variation4.phpt25 $modes = array("r", "r+", "rt");
110 ** testing with mode=r **
117 ** testing with mode=r+ **
H A Dgzopen_variation5.phpt42 $h = @gzopen($tmpfile, "r");
52 $h = @gzopen('dir1/'.$tmpfile, "r");
H A Dgzopen_variation6.phpt29 $h = gzopen($absfile, "r");
34 $h = gzopen($relfile, "r");

Completed in 90 milliseconds

12345678910>>...63