Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt66 function mod($b)
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
/PHP-5.5/ext/session/
H A Dsession.c476 if (!PS(mod)) { in php_session_initialize()
594 PS(mod) = tmp; in PHP_INI_MH()
1416 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) {
1417 if (*mod && !strcasecmp(name, (*mod)->s_name)) {
1418 ret = *mod;
1431 for (mod = ps_serializers; mod->name; mod++) {
1433 ret = mod;
1734 if (PS(mod) && PS(mod)->s_name) {
1881 if (PS(mod) && PS(mod) != &ps_mod_user) {
2473 for (i = 0, mod = ps_modules; i < MAX_MODULES; i++, mod++) {
[all …]
H A Dphp_session.h134 ps_module *mod; member
H A Dmod_files.c352 PS(id) = PS(mod)->s_create_sid((void **)&data, NULL TSRMLS_CC); in PS_READ_FUNC()
H A Dmod_mm.c366 PS(id) = PS(mod)->s_create_sid((void **)&data, NULL TSRMLS_CC); in PS_READ_FUNC()
/PHP-5.5/ext/bcmath/tests/
H A Dbcmod_error2.phpt2 bcmod() - mod by 0
/PHP-5.5/ext/standard/tests/strings/
H A Dbug61764.phpt8 //expected -30000 mod 2^32 = 4294937296, and not -30000
/PHP-5.5/ext/bcmath/
H A Dbcmath.c71 ZEND_ARG_INFO(0, mod)
427 bc_num first, second, mod, result; in PHP_FUNCTION() local
437 bc_init_num(&mod TSRMLS_CC); in PHP_FUNCTION()
441 php_str2num(&mod, modulous TSRMLS_CC); in PHP_FUNCTION()
445 if (bc_raisemod(first, second, mod, &result, scale_int TSRMLS_CC) != -1) { in PHP_FUNCTION()
459 bc_free_num(&mod); in PHP_FUNCTION()
/PHP-5.5/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.5/ext/ldap/
H A Dldap.c1527 zval *link, *mods, *mod, *modinfo, *modval; in PHP_FUNCTION() local
1597 mod = *fetched; in PHP_FUNCTION()
1600 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
1606 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1607 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1629 zend_hash_get_current_data(Z_ARRVAL_P(mod), (void **) &fetched); in PHP_FUNCTION()
1712 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1728 mod = *fetched; in PHP_FUNCTION()
1730 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
1731 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
[all …]
/PHP-5.5/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',
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dinclude_path2.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar43 'mod' => 'audio/mod',
H A Dopenssl.phar43 'mod' => 'audio/mod',
/PHP-5.5/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.5/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)], no…
/PHP-5.5/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.5/win32/build/
H A Dconfutils.js1036 function is_pgo_desired(mod) argument
1038 var varname = "PHP_" + mod.toUpperCase() + "_PGO";
/PHP-5.5/
H A DREADME.RELEASE_PROCESS124 ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``

Completed in 66 milliseconds

12