Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 9207) sorted by path

12345678910>>...369

/PHP-7.4/
H A D.gdbinit43 printf "Compiled variables count: %d\n\n", $cv_count
144 printf "\n"
286 printf "\n"
317 printf "}\n"
328 while $n > 0
330 set $n = $n - 1
349 set $n = $n - 1
380 printf "}\n"
512 printf ")\n"
517 printf "}\n"
[all …]
H A DCONTRIBUTING.md380 <max 79 characters short description>\n
381 \n
383 \n
H A DNEWS864 posix_getgrgid and others). (Böszörményi Zoltán)
2600 . Added gmp_binomial(n, k). (Nikita)
H A DUPGRADING371 proc_open(['php', '-r', 'echo "Hello World\n";'], $descriptors, $pipes);
447 echo new ReflectionClass(Foo::class), "\n";
H A DUPGRADING.INTERNALS17 n. Assignments to references
175 n. Assignments to references now need to ensure that they respect property
/PHP-7.4/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
57 if test -n "$PTHREAD_FLAGS"; then
/PHP-7.4/Zend/
H A DZend.m4225 test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing"
226 test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
234 if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then
284 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
H A Dbench.php106 $r = Ack(3,$n);
112 function ary($n) { argument
119 $last = $n-1;
125 function ary2($n) { argument
152 $last = $n-1;
158 function ary3($n) { argument
168 $last = $n-1;
175 return(($n < 2) ? 1 : fibo_r($n - 2) + fibo_r($n - 1));
179 $r = fibo_r($n);
220 $ir = $n;
[all …]
H A Dmicro_bench.php6 function simpleucall($n) { argument
7 for ($i = 0; $i < $n; $i++)
11 function simpleudcall($n) { argument
12 for ($i = 0; $i < $n; $i++)
19 function simpleicall($n) { argument
20 for ($i = 0; $i < $n; $i++)
119 function call($n) { argument
205 function issetor($n) { argument
212 function issetor2($n) { argument
219 function ternary($n) { argument
[all …]
/PHP-7.4/Zend/tests/
H A D001.phpt23 echo "Exception: " . $e->getMessage() . "\n";
32 echo "Exception: " . $e->getMessage() . "\n";
45 echo "Done\n";
H A D002.phpt29 echo "Exception: " . $e->getMessage() . "\n";
37 echo "Exception: " . $e->getMessage() . "\n";
51 echo "Done\n";
H A D003.phpt24 echo "Exception: " . $e->getMessage() . "\n";
32 echo "Exception: " . $e->getMessage() . "\n";
45 echo "Done\n";
H A D004.phpt13 echo "Done\n";
H A D005.phpt15 echo "Done\n";
H A D006.phpt16 echo "Done\n";
H A D007.phpt22 echo "Done\n";
H A D008.phpt24 echo "Done\n";
H A D009.phpt36 echo "Done\n";
H A D010.phpt42 echo "Done\n";
H A D011.phpt53 echo "Done\n";
H A D012.phpt19 echo "Done\n";
H A D013.phpt19 echo "Done\n";
H A D014.phpt21 echo "Done\n";
H A D015.phpt14 echo "Done\n";
H A D016.phpt9 echo "Done\n";

Completed in 57 milliseconds

12345678910>>...369