Searched refs:mul (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/com_dotnet/tests/ |
H A D | variants.phpt | 49 mul: 1764 63 mul: 147 85 mul: 139 mul: 0 201 mul: 255 mul: 0 289 mul: 351 mul: 409 mul: 471 mul: [all …]
|
/PHP-5.3/ext/hash/ |
H A D | hash_tiger.c | 42 #define round(a,b,c,x,mul) \ argument 52 b *= mul; 54 #define pass(a,b,c,mul) \ argument 55 round(a,b,c,x0,mul) \ 56 round(b,c,a,x1,mul) \ 57 round(c,a,b,x2,mul) \ 58 round(a,b,c,x3,mul) \ 59 round(b,c,a,x4,mul) \ 60 round(c,a,b,x5,mul) \ 61 round(a,b,c,x6,mul) \ [all …]
|
/PHP-5.3/tests/classes/ |
H A D | inheritance.phpt | 16 function mul() { 36 echo $foo1->mul()."\n"; 45 echo $bar1->mul()."\n";
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | array_map_object1.phpt | 49 protected function mul($n) { 53 test(array('SimpleClassPro', 'mul'), array(2)); 145 SimpleClassPro::mul 147 …r 1 to be a valid callback, cannot access protected method SimpleClassPro::mul() in %sarray_map_ob…
|
Completed in 17 milliseconds