Home
last modified time | relevance | path

Searched refs:num2 (Results 26 – 31 of 31) sorted by relevance

12

/PHP-8.1/ext/gmp/tests/
H A Dgmp_and.phpt54 gmp_and(): Argument #2 ($num2) must be of type GMP|string|int, array given
H A Dgmp_or.phpt53 gmp_or(): Argument #2 ($num2) must be of type GMP|string|int, array given
H A Dgmp_xor.phpt53 gmp_xor(): Argument #2 ($num2) must be of type GMP|string|int, array given
/PHP-8.1/Zend/
H A Dmicro_bench.php266 $num2 = number_format($last_time - $overhead,3);
267 echo $name.$pad.$num." ".$num2."\n";
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php1423 function intdiv(int $num1, int $num2): int {} argument
1464 function fmod(float $num1, float $num2): float {} argument
1466 function fdiv(float $num1, float $num2): float {} argument
H A Dbasic_functions_arginfo.h1662 ZEND_ARG_TYPE_INFO(0, num2, IS_LONG, 0)
1727 ZEND_ARG_TYPE_INFO(0, num2, IS_DOUBLE, 0)

Completed in 31 milliseconds

12