Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/hash/
H A Dhash_tiger.c42 #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.5/ext/com_dotnet/tests/
H A Dvariants.phpt49 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.5/tests/classes/
H A Dinheritance.phpt16 function mul() {
36 echo $foo1->mul()."\n";
45 echo $bar1->mul()."\n";
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt67 "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-5.5/ext/standard/tests/array/
H A Darray_map_object1.phpt49 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 19 milliseconds