Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 33) sorted by path

12

/PHP-7.2/
H A DINSTALL803 libapache2-mod-php7 to integrate with Apache 2, and php-pear for PEAR.
810 # apt-get install php7-common libapache2-mod-php7 php7-cli
H A DREADME.RELEASE_PROCESS157 ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
/PHP-7.2/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";
67 Variable mod
74 Literal mod
81 Double mod
/PHP-7.2/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-7.2/ext/bcmath/
H A Dbcmath.c72 ZEND_ARG_INFO(0, mod)
443 bc_num first, second, mod, result; in PHP_FUNCTION() local
457 bc_init_num(&mod); in PHP_FUNCTION()
461 php_str2num(&mod, ZSTR_VAL(modulous)); in PHP_FUNCTION()
465 if (bc_raisemod(first, second, mod, &result, scale_int) != -1) { in PHP_FUNCTION()
477 bc_free_num(&mod); in PHP_FUNCTION()
/PHP-7.2/ext/bcmath/libbcmath/
H A Daclocal.m457 # symlink; some systems play weird games with the mod time of symlinks
58 # (eg FreeBSD returns the mod time of the symlink's containing
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Dbcmath.h142 _PROTOTYPE(int bc_raisemod, (bc_num base, bc_num expo, bc_num mod,
H A Draisemod.c46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod() argument
52 if (bc_is_zero(mod)) return -1; in bc_raisemod()
58 modulus = bc_copy_num (mod); in bc_raisemod()
/PHP-7.2/ext/bcmath/tests/
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
/PHP-7.2/ext/com_dotnet/tests/
H A Dvariants.phpt56 mod: 0
70 mod: 2
116 mod:
154 mod:
232 mod:
270 mod:
320 mod:
382 mod:
440 mod:
502 mod:
[all …]
H A Dvariants_x64.phpt59 mod: 0
73 mod: 2
119 mod:
157 mod:
235 mod:
273 mod:
323 mod:
385 mod:
443 mod:
505 mod:
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic3520 # audio/mod mod
3529 !:mime audio/x-mod
3535 !:mime audio/x-mod
3540 !:mime audio/x-mod
3543 !:mime audio/x-mod
3546 !:mime audio/x-mod
3550 !:mime audio/x-mod
3554 !:mime audio/x-mod
3558 !:mime audio/x-mod
3562 !:mime audio/x-mod
[all …]
H A Dmagic私はガラスを食べられます3520 # audio/mod mod
3529 !:mime audio/x-mod
3535 !:mime audio/x-mod
3540 !:mime audio/x-mod
3543 !:mime audio/x-mod
3546 !:mime audio/x-mod
3550 !:mime audio/x-mod
3554 !:mime audio/x-mod
3558 !:mime audio/x-mod
3562 !:mime audio/x-mod
[all …]
/PHP-7.2/ext/gmp/
H A Dgmp.c90 ZEND_ARG_INFO(0, mod)
/PHP-7.2/ext/ldap/
H A Dldap.c1775 zval *link, *mods, *mod, *modinfo, *modval; in PHP_FUNCTION() local
1846 mod = fetched; in PHP_FUNCTION()
1849 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
1854 SEPARATE_ARRAY(mod); in PHP_FUNCTION()
1856 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1857 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1876 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1960 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1976 mod = fetched; in PHP_FUNCTION()
1978 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dbind_boolean_1.phpt69 if (mod(:userid,2) = 0) then
/PHP-7.2/ext/opcache/tests/
H A Dbug75938.phpt11 var_dump($mod = ($count % $columns));
12 var_dump($mod);
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c269 #define MOV_RM(mod, reg, rm) (*inst++ = (MOV_r_rm), *inst++ = (mod) << 6 | (reg) << 3 | (rm)) argument
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
/PHP-7.2/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',
/PHP-7.2/ext/phar/tests/
H A Dphar_createdefaultstub.phpt79 'mod' => 'audio/mod',
373 'mod' => 'audio/mod',
675 'mod' => 'audio/mod',
H A Dphar_setdefaultstub.phpt99 'mod' => 'audio/mod',
394 'mod' => 'audio/mod',
689 'mod' => 'audio/mod',

Completed in 189 milliseconds

12