Home
last modified time | relevance | path

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

12

/php-src/ext/gmp/tests/
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
H A Dgmp_invert.phpt65 gmp_invert(): Argument #2 ($num2) must be of type GMP|string|int, array given
/php-src/Zend/
H A Dmicro_bench.php266 $num2 = number_format($last_time - $overhead,3);
267 echo $name.$pad.$num." ".$num2."\n";
/php-src/ext/standard/
H A Dbasic_functions.stub.php3198 function intdiv(int $num1, int $num2): int {}
3270 function fmod(float $num1, float $num2): float {}
3275 function fdiv(float $num1, float $num2): float {}
H A Dbasic_functions_arginfo.h1665 ZEND_ARG_TYPE_INFO(0, num2, IS_LONG, 0)
1730 ZEND_ARG_TYPE_INFO(0, num2, IS_DOUBLE, 0)

Completed in 35 milliseconds

12