Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 34) sorted by relevance

12

/PHP-8.1/ext/opcache/tests/jit/
H A Dmod_001.phpt13 function mod(int $a, int $b) {
16 var_dump(mod(125, 33));
17 var_dump(mod(125, 32));
18 var_dump(mod(-125, 33));
19 var_dump(mod(-125, 32));
20 var_dump(mod(125, -33));
21 var_dump(mod(-125, -33));
23 var_dump(mod(125, -1));
28 var_dump(mod(125, 0));
/PHP-8.1/build/
H A Dorder_by_dep.awk67 split($1, mod, ";");
70 gsub("[^a-zA-Z0-9_-]", "", mod[1])
72 mods[mod_count++] = mod[1]
75 get_deps(mod[1], mod[2]);
/PHP-8.1/Zend/tests/
H A Dbug69957.phpt2 Bug #69957 (Different ways of handling div/mod by zero)
21 echo "\nVariable mod\n";
39 echo "\nLiteral mod\n";
57 echo "\nDouble mod\n";
68 Variable mod
76 Literal mod
84 Double mod
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Draisemod.c42 zend_result bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod() argument
64 if (mod->n_scale != 0) { in bc_raisemod()
70 if (bc_is_zero(mod)) { in bc_raisemod()
78 modulus = bc_copy_num (mod); in bc_raisemod()
/PHP-8.1/ext/com_dotnet/tests/
H A Dvariants.phpt57 mod: 0
71 mod: 2
117 mod:
155 mod:
233 mod:
271 mod:
321 mod:
383 mod:
441 mod:
503 mod:
[all …]
H A Dvariants_x64.phpt60 mod: 0
74 mod: 2
120 mod:
158 mod:
236 mod:
274 mod:
324 mod:
386 mod:
444 mod:
506 mod:
[all …]
/PHP-8.1/ext/session/
H A Dsession.c389 if (!PS(mod)) { in php_session_initialize()
568 PS(mod) = tmp; in PHP_INI_MH()
1395 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) { in _php_find_ps_module()
1396 if (*mod && !strcasecmp(name, (*mod)->s_name)) { in _php_find_ps_module()
1397 ret = *mod; in _php_find_ps_module()
1410 for (mod = ps_serializers; mod->name; mod++) { in _php_find_ps_serializer()
1412 ret = mod; in _php_find_ps_serializer()
1900 if (PS(mod) && PS(mod)->s_name) { in PHP_FUNCTION()
2091 if (!PS(mod) || PS(mod) != &ps_mod_user) { in PHP_FUNCTION()
2847 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) { in PHP_MINFO_FUNCTION()
[all …]
/PHP-8.1/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt66 function mod($b)
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-8.1/ext/opcache/tests/
H A Dbug75938.phpt11 var_dump($mod = ($count % $columns));
12 var_dump($mod);
/PHP-8.1/ext/bcmath/tests/
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
H A Dbcpowmod_zero_modulus.phpt2 bc_raisemod's mod can't be zero
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c549 unsigned char mod, rm; in decode_modrm_rm() local
559 if (mod == 3) { in decode_modrm_rm()
572 if (mod == 1) { in decode_modrm_rm()
574 } else if (mod == 2) { in decode_modrm_rm()
599 if (mod == 0) { in decode_modrm_rm()
602 if (mod == 1) { in decode_modrm_rm()
614 if (mod == 1) { in decode_modrm_rm()
616 } else if (mod == 2) { in decode_modrm_rm()
640 if (mod == 0) { in decode_modrm_rm()
643 if (mod == 1) { in decode_modrm_rm()
[all …]
/PHP-8.1/ext/standard/tests/strings/
H A Dbug61764.phpt8 //expected -30000 mod 2^32 = 4294937296, and not -30000
/PHP-8.1/ext/bcmath/
H A Dbcmath.c423 bc_num first, second, mod, result; in PHP_FUNCTION() local
445 bc_init_num(&mod); in PHP_FUNCTION()
458 if (php_str2num(&mod, ZSTR_VAL(modulus)) == FAILURE) { in PHP_FUNCTION()
463 if (bc_raisemod(first, second, mod, &result, scale) == SUCCESS) { in PHP_FUNCTION()
470 bc_free_num(&mod); in PHP_FUNCTION()
/PHP-8.1/ext/oci8/tests/
H A Dbind_boolean_1.phpt70 if (mod(:userid,2) = 0) then
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt78 'mod' => 'audio/mod',
372 'mod' => 'audio/mod',
674 'mod' => 'audio/mod',
H A Dphar_setdefaultstub.phpt98 'mod' => 'audio/mod',
393 'mod' => 'audio/mod',
688 'mod' => 'audio/mod',
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path2.phar43 'mod' => 'audio/mod',
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
H A Dopenssl256.phar43 'mod' => 'audio/mod',
H A Dopenssl512.phar43 'mod' => 'audio/mod',
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
/PHP-8.1/ext/ldap/
H A Dldap.c2664 zval *link, *mods, *mod, *modinfo; in PHP_FUNCTION() local
2736 mod = fetched; in PHP_FUNCTION()
2739 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
2744 SEPARATE_ARRAY(mod); in PHP_FUNCTION()
2746 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2747 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2766 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2843 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2859 mod = fetched; in PHP_FUNCTION()
2861 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
[all …]

Completed in 77 milliseconds

12