Home
last modified time | relevance | path

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

/PHP-5.3/ext/bcmath/libbcmath/src/
H A Draisemod.c46 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale TSRMLS_DC) in bc_raisemod() argument
52 if (bc_is_zero(mod TSRMLS_CC)) return -1; in bc_raisemod()
73 if (mod->n_scale != 0) in bc_raisemod()
84 (void) bc_modulo (temp, mod, &temp, scale TSRMLS_CC); in bc_raisemod()
88 (void) bc_modulo (power, mod, &power, scale TSRMLS_CC); in bc_raisemod()
H A Dbcmath.h142 _PROTOTYPE(int bc_raisemod, (bc_num base, bc_num expo, bc_num mod,
/PHP-5.3/ext/com_dotnet/tests/
H A Dvariants.phpt55 mod: 0
69 mod: 2
115 mod:
153 mod:
231 mod:
269 mod:
319 mod:
381 mod:
439 mod:
501 mod:
[all …]
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt66 function mod($b)
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-5.3/ext/session/
H A Dsession.c506 if (!PS(mod)) { in php_session_initialize()
656 PS(mod) = tmp; in PHP_INI_MH()
1299 ps_module **mod;
1302 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) {
1303 if (*mod && !strcasecmp(name, (*mod)->s_name)) {
1304 ret = *mod;
1317 for (mod = ps_serializers; mod->name; mod++) {
1319 ret = mod;
1616 if (PS(mod) && PS(mod)->s_name) {
2244 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) {
[all …]
H A Dphp_session.h111 ps_module *mod; member
/PHP-5.3/ext/bcmath/tests/
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
/PHP-5.3/ext/standard/tests/strings/
H A Dbug61764.phpt8 //expected -30000 mod 2^32 = 4294937296, and not -30000
/PHP-5.3/ext/bcmath/
H A Dbcmath.c71 ZEND_ARG_INFO(0, mod)
408 bc_num first, second, mod, result; in PHP_FUNCTION() local
418 bc_init_num(&mod TSRMLS_CC); in PHP_FUNCTION()
422 php_str2num(&mod, modulous TSRMLS_CC); in PHP_FUNCTION()
426 if (bc_raisemod(first, second, mod, &result, scale_int TSRMLS_CC) != -1) { in PHP_FUNCTION()
439 bc_free_num(&mod); in PHP_FUNCTION()
/PHP-5.3/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-5.3/ext/phar/tests/
H A Dphar_setdefaultstub.phpt99 'mod' => 'audio/mod',
394 'mod' => 'audio/mod',
689 'mod' => 'audio/mod',
H A Dphar_createdefaultstub.phpt79 'mod' => 'audio/mod',
373 'mod' => 'audio/mod',
675 'mod' => 'audio/mod',
/PHP-5.3/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-5.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
/PHP-5.3/sapi/apache/
H A Dconfig.m4239 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
240 [ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m4241 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
242 [ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], …
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch151 …, int status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod );
152 …* title, char* encodings, char* extraheads, char* type, int length, time_t mod, const char *, size…
246 …c, int status, char* title, char* encodings, char* extraheads, char* type, int length, time_t mod )
247 …* title, char* encodings, char* extraheads, char* type, int length, time_t mod, const char *last_m…
268 if ( mod == (time_t) 0 )
269 - mod = now;
271 - (void) strftime( modbuf, sizeof(modbuf), rfc1123fmt, gmtime( &mod ) );
279 + mod = httpd_time_now;
282 + (void) strftime( modbuf, sizeof(modbuf), rfc1123fmt, gmtime( &mod ) );
/PHP-5.3/
H A DREADME.RELEASE_PROCESS112 ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
H A DINSTALL1007 libapache2-mod-php5 to integrate with Apache 2, and php-pear for PEAR.
1014 # apt-get install php5-common libapache2-mod-php5 php5-cli
/PHP-5.3/ext/gmp/
H A Dgmp.c118 ZEND_ARG_INFO(0, mod)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2464 # audio/mod mod
2473 !:mime audio/x-mod
2479 !:mime audio/x-mod
2484 !:mime audio/x-mod
2487 !:mime audio/x-mod
2490 !:mime audio/x-mod
2494 !:mime audio/x-mod
2498 !:mime audio/x-mod
2502 !:mime audio/x-mod
2506 !:mime audio/x-mod
[all …]
/PHP-5.3/win32/
H A Dinstall.txt1710 MySQL database server, using the mod installation for Apache.

Completed in 133 milliseconds