Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/session/
H A Dmod_mm.c58 MM *mm; member
212 PS_MOD(mm)
221 if (!data->mm) { in ps_mm_initialize()
315 PS_OPEN_FUNC(mm) in PS_OPEN_FUNC() argument
327 PS_CLOSE_FUNC(mm) in PS_CLOSE_FUNC() argument
334 PS_READ_FUNC(mm) in PS_READ_FUNC() argument
351 mm_unlock(data->mm); in PS_READ_FUNC()
356 PS_WRITE_FUNC(mm) in PS_WRITE_FUNC() argument
371 if (data->mm) { in PS_WRITE_FUNC()
395 PS_DESTROY_FUNC(mm) in PS_DESTROY_FUNC() argument
[all …]
H A Dconfig.m48 PHP_ARG_WITH(mm,for mm support,
9 [ --with-mm[=DIR] SESSION: Include mm support for session storage], no, no)
24 test -f "$i/include/mm.h" && MM_DIR=$i && break
28 AC_MSG_ERROR(cannot find mm library)
31 PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
H A Dmod_mm.h34 PS_FUNCS(mm);
/PHP-5.3/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt18 'DD-MM-YYYY hh:mm:ss',
19 'yyyy-DDD.hh:mm:ss z',
64 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_get_set_pattern2.phpt18 'DD-MM-YYYY hh:mm:ss',
19 'yyyy-DDD.hh:mm:ss z',
64 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_clone.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
H A Ddateformat_clone2.phpt21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
/PHP-5.3/Zend/
H A Dbench.php298 $mm = mmult($SIZE, $SIZE, $m1, $m2);
300 print "{$mm[0][0]} {$mm[2][3]} {$mm[3][2]} {$mm[4][4]}\n";
H A DREADME.ZEND_MM11 but it has "--enable-malloc-mm" instead. It is enabled by default in DEBUG
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug30312-withfree.phpt22 $query= sybase_unbuffered_query('select datepart(mm, getdate()), datepart(dd, getdate())');
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c2194 void *mm = NULL; local
2203 mm = (void *)&php_magic_database;
2242 mm = emalloc((size_t)st.sb.st_size);
2243 if (php_stream_read(stream, mm, (size_t)st.sb.st_size) != (size_t)st.sb.st_size) {
2254 *magicp = mm;
2279 mm = emalloc(sizeof(php_magic_database));
2280 mm = memcpy(mm, php_magic_database, sizeof(php_magic_database));
2281 *magicp = mm;
2308 if (mm && ret == 1) {
2309 efree(mm);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch542 void *mm = NULL;
551 + mm = (void *)&php_magic_database;
606 + mm = emalloc((size_t)st.sb.st_size);
614 - *magicp = CAST(struct magic *, mm);
623 + *magicp = mm;
646 + mm = memcpy(mm, php_magic_database, sizeof(php_magic_database));
647 + *magicp = mm;
675 - if (mm) {
679 - free(mm);
685 + if (mm && ret == 1) {
[all …]
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch1370 + Map* m = (Map*) 0, **mm = &maps;
1386 + mm = &m->next;
1396 + really_unmap( mm );
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregcomp.c3792 distance_value(MinMaxLen* mm) in distance_value() argument
3810 if (mm->max == ONIG_INFINITE_DISTANCE) return 0; in distance_value()
3812 d = mm->max - mm->min; in distance_value()
/PHP-5.3/
H A Dacinclude.m425 dnl Adds separator title configure output (idea borrowed from mm)
H A Dphp.ini-development1705 ; Off => Returns values as YYYY-MM-DD hh:mm:ss
H A Dphp.ini-production1705 ; Off => Returns values as YYYY-MM-DD hh:mm:ss
H A DNEWS5153 . Added "--enable-malloc-mm" configure option which is enabled by default in
5731 - Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy format).

Completed in 84 milliseconds