Home
last modified time | relevance | path

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

12345678910>>...63

/PHP-7.4/
H A D.travis.yml98 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
H A DNEWS227 . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)
2113 . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
H A DUPGRADING371 proc_open(['php', '-r', 'echo "Hello World\n";'], $descriptors, $pipes);
H A DUPGRADING.INTERNALS21 r. TSRM environment locking
195 r. TSRM adds tsrm_env_lock() and tsrm_env_unlock() for ZTS:
/PHP-7.4/TSRM/
H A Dtsrm.m425 if test -r "$1/include/st.h"; then
28 elif test -r "$1/st.h"; then
/PHP-7.4/Zend/
H A DREADME.md15 sapi/cli/php -r 'leak();'
21 USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
H A DZend.m4323 if test -r "/dev/urandom" && test -c "/dev/urandom"; then
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-7.4/Zend/tests/
H A D008.phpt17 var_dump(define("test1", fopen(__FILE__, 'r')));
H A D017.phpt8 $fp = fopen(__FILE__, "r");
H A D019.phpt153 $fp = fopen(__FILE__, "r");
H A Darray_splice_empty_ht_iter_removal.phpt7 foreach ($a as &$r) {
8 var_dump($r);
H A Dassign_coalesce_001.phpt10 $bar .= "r";
H A Dassign_coalesce_002.phpt9 $bar .= "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.phpt12 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
H A Dbug69802_2.phpt6 $r = new ReflectionMethod($f, '__invoke');
7 var_dump($r->getParameters()[0]->getClass());
H A Dbug70398.phpt6 define("FILE_STREAM", fopen("php://temp", "r"));
8 define("FILE_STREAMS", array(fopen("php://temp", "r")));
H A Dbug72177_2.phpt28 $r = new ReflectionProperty(Foo::class, 'bar');
30 $r->setAccessible(true);
H A Dbug78239.phpt21 $r = new ReflectionMethod("A", "abc");
22 (string)$r->getReturnType() ?: "";
/PHP-7.4/Zend/tests/arrow_functions/
H A D005.phpt10 $r = new ReflectionFunction($fn);
11 var_dump($r->getClosureThis());

Completed in 54 milliseconds

12345678910>>...63