/php-src/ext/com_dotnet/tests/ |
H A D | variants.phpt | 51 mul: 1764 65 mul: 147 87 mul: 141 mul: 0 203 mul: 257 mul: 0 291 mul: 353 mul: 411 mul: 473 mul: [all …]
|
H A D | variants_x64.phpt | 54 mul: 1764 68 mul: 147 90 mul: 144 mul: 0 206 mul: 260 mul: 0 294 mul: 356 mul: 414 mul: 476 mul: [all …]
|
/php-src/ext/hash/ |
H A D | hash_tiger.c | 38 #define round(a,b,c,x,mul) \ argument 48 b *= mul; 50 #define pass(a,b,c,mul) \ argument 51 round(a,b,c,x0,mul) \ 52 round(b,c,a,x1,mul) \ 53 round(c,a,b,x2,mul) \ 54 round(a,b,c,x3,mul) \ 55 round(b,c,a,x4,mul) \ 56 round(c,a,b,x5,mul) \ 57 round(a,b,c,x6,mul) \ [all …]
|
/php-src/ext/opcache/tests/jit/ |
H A D | mul_002.phpt | 16 function mul(int $a, int $b) { 20 mul(0x5555555555, 0x5555555555);
|
/php-src/tests/classes/ |
H A D | inheritance.phpt | 16 function mul() { 36 echo $foo1->mul()."\n"; 45 echo $bar1->mul()."\n";
|
/php-src/ext/bcmath/tests/number/methods/ |
H A D | calc_methods_scale_arg_error.phpt | 2 BcMath\Number calc methods (add, sub, mul, div, mod, pow) scale arg error 16 'mul', 55 ========== mul ========== 57 BcMath\Number::mul(): Argument #2 ($scale) must be of type ?int, array given 59 BcMath\Number::mul(): Argument #2 ($scale) must be of type ?int, stdClass given
|
H A D | mul_with_scale.phpt | 2 BcMath\Number mul() with scale 28 $method_ret = $num->mul($value2, $scale);
|
H A D | calc_methods_num_arg_error.phpt | 2 BcMath\Number calc methods (add, sub, mul, div, mod, pow) num arg error 18 'mul', 67 ========== mul ========== 69 BcMath\Number::mul(): Argument #1 ($num) is not well-formed 71 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given 73 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi… 79 Deprecated: BcMath\Number::mul(): Passing null to parameter #1 ($num) of type BcMath\Number|string|…
|
H A D | mul.phpt | 2 BcMath\Number mul() 25 $ret = $num->mul($value2);
|
/php-src/ext/standard/tests/array/ |
H A D | array_map_object1.phpt | 48 protected static function mul($n) { 52 test(array('SimpleClassPro', 'mul'), array(2)); 138 SimpleClassPro::mul 139 … ($callback) must be a valid callback or null, cannot access protected method SimpleClassPro::mul()
|
/php-src/ext/bcmath/tests/number/operators/ |
H A D | compound_assignment.phpt | 32 echo "========== mul ==========\n"; 93 ========== mul ==========
|
H A D | mul_int.phpt | 2 BcMath\Number mul int by operator
|
H A D | mul_object.phpt | 2 BcMath\Number mul object by operator
|
H A D | mul_string.phpt | 2 BcMath\Number mul string by operator
|
/php-src/ext/phar/tests/ |
H A D | bug65028.phpt | 67 "modules/mul/cache/mulVideoPortalCacheCreator.php", 68 "modules/mul/misc/mulPermissionHelper.php", 69 "modules/mul/templates/widgets/mulFileEmbedWidget_Video_Flv.tpl", 70 "modules/mul/setup/config/mulUploadVideoPortalMatches.xml", 71 "modules/mul/setup/config.xml",
|
/php-src/ext/bcmath/ |
H A D | bcmath_arginfo.h | 143 ZEND_METHOD(BcMath_Number, mul); 180 ZEND_ME(BcMath_Number, mul, arginfo_class_BcMath_Number_mul, ZEND_ACC_PUBLIC)
|
H A D | bcmath.stub.php | 67 public function mul(Number|string|int $num, ?int $scale = null): Number {} function in BcMath\\Number
|
H A D | bcmath.c | 1499 PHP_METHOD(BcMath_Number, mul) in PHP_METHOD() argument
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_x86.lua | 1821 for name,n in pairs{ add = 0, mul = 1, com = 2, comp = 3, 1845 for name,n in pairs{ sqrt = 1, add = 8, mul = 9,
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.dasc | 1829 | ASM_REG_REG_REG_OP mul, type, def_reg, op1_reg, op2_reg 1837 | mul Rx(def_reg), Rx(op1_reg), Rx(op2_reg) 1843 | mul Rx(def_reg), Rx(op1_reg), Rx(op2_reg) 2119 | ASM_REG_REG_REG_OP mul, type, reg, reg, op2_reg
|
H A D | ir_x86.dasc | 5064 | ASM_REG_OP mul, type, op2_reg 5071 | ASM_MEM_OP mul, type, mem
|