Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 1819) sorted by path

12345678910>>...73

/PHP-5.5/
H A DINSTALL900 # /usr/local/sbin/phpxs -r mysql
H A DNEWS2757 (r.hampartsumyan@gmail.com, Laruence)
3458 (r dot i dot k at free dot fr, Ilia)
5578 - Fixed bug #48929 (Double \r\n after HTTP headers when "header" context
5617 files that have been opened with r+). (Ilia)
6579 - Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi)
7897 - Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia)
8770 - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
9834 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
9955 - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
H A DREADME.PARAMETER_PARSING_API66 r - resource (zval*)
H A DREADME.STREAMS328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
H A DUPGRADING123 removed (defined as spaces, tabs, \r, \n and NULL).
/PHP-5.5/TSRM/
H A DTSRM.dsp135 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A Dtsrm.m456 if test -r "$1/include/st.h"; then
59 elif test -r "$1/st.h"; then
H A Dtsrm_virtual_cwd.c309 if (r < len) { in php_sys_stat_ex()
320 } else if (!r) { in php_sys_stat_ex()
324 len = r+1; in php_sys_stat_ex()
599 realpath_cache_bucket *r = p; in realpath_cache_clean() local
601 free(r); in realpath_cache_clean()
626 if(r->path == r->realpath) { in realpath_cache_del()
629 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_del()
632 free(r); in realpath_cache_del()
708 if(r->path == r->realpath) { in realpath_cache_find()
711 …CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; in realpath_cache_find()
[all …]
/PHP-5.5/Zend/
H A DREADME.ZEND_MM21 $ sapi/cli/php -r 'leak();'
25 $ USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
H A DZEND_CHANGES753 $r = $this->x[$nm];
754 print "Returning: $r\n";
755 return $r;
H A DZend.dsp107 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A DZend.m4423 if test -r "/dev/urandom" && test -c "/dev/urandom"; then
429 if test -r "/dev/arandom" && test -c "/dev/arandom"; then
H A DZendTS.dsp132 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A Dbench.php50 $r=0.7;
53 $s=2*$r/$w1;
90 for ($r=$c, $i=$C, $k=0; $t = $z*$z - $Z*$Z + $r, $Z = 2*$z*$Z + $i, $z=$t, $k<5000; $k++)
106 $r = Ack(3,$n);
107 print "Ack(3,$n): $r\n";
179 $r = fibo_r($n);
180 print "$r\n";
/PHP-5.5/Zend/tests/
H A D017.phpt8 $fp = fopen(__FILE__, "r");
H A D019.phpt153 $fp = fopen(__FILE__, "r");
H A Dbug30998.phpt14 $f = fopen("/tmp/blah", "r");
H A Dbug33282.phpt6 $r = &$a[0];
7 $r = &$a[1];
8 $r = &$a[2];
H A Dbug38772.phpt12 echo __METHOD__ . "\r\n";
18 echo __METHOD__ . "\r\n";
24 echo __METHOD__ . "\r\n";
30 echo __METHOD__ . "\r\n";
H A Dbug38779_1.phpt31 $fp = fopen ('Loader://qqq.php', 'r');
H A Dbug41421.phpt16 $fp = fopen("wrap://...", "r");
H A Dbug60978.phpt6 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
H A Dcast_to_array.phpt6 $r = fopen(__FILE__, "r");
32 $r,
H A Dcast_to_bool.phpt6 $r = fopen(__FILE__, "r");
28 $r,
H A Dcast_to_double.phpt8 $r = fopen(__FILE__, "r");
30 $r,

Completed in 89 milliseconds

12345678910>>...73