Searched refs:mm (Results 1 – 20 of 20) sorted by relevance
/PHP-5.4/ext/session/ |
H A D | mod_mm.c | 58 MM *mm; member 212 PS_MOD(mm) 221 if (!data->mm) { in ps_mm_initialize() 317 PS_OPEN_FUNC(mm) in PS_OPEN_FUNC() argument 329 PS_CLOSE_FUNC(mm) in PS_CLOSE_FUNC() argument 336 PS_READ_FUNC(mm) in PS_READ_FUNC() argument 353 mm_unlock(data->mm); in PS_READ_FUNC() 358 PS_WRITE_FUNC(mm) in PS_WRITE_FUNC() argument 373 if (data->mm) { in PS_WRITE_FUNC() 397 PS_DESTROY_FUNC(mm) in PS_DESTROY_FUNC() argument [all …]
|
H A D | config.m4 | 8 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 D | mod_mm.h | 34 PS_FUNCS(mm);
|
/PHP-5.4/ext/intl/tests/ |
H A D | dateformat_get_set_pattern2.phpt | 18 '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 D | dateformat_get_set_pattern.phpt | 18 '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 D | resourcebundle_null_mandatory_args_variant2.phpt | 24 string(14) "h:mm:ss a zzzz" 25 string(13) "HH:mm:ss zzzz"
|
H A D | resourcebundle_null_mandatory_args.phpt | 24 string(14) "h:mm:ss a zzzz" 25 string(12) "H:mm:ss zzzz"
|
H A D | dateformat_clone.phpt | 21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
|
H A D | dateformat_clone2.phpt | 21 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
|
/PHP-5.4/Zend/ |
H A D | bench.php | 297 $mm = mmult($SIZE, $SIZE, $m1, $m2); 299 print "{$mm[0][0]} {$mm[2][3]} {$mm[3][2]} {$mm[4][4]}\n";
|
H A D | README.ZEND_MM | 11 but it has "--enable-malloc-mm" instead. It is enabled by default in DEBUG
|
/PHP-5.4/ext/sybase_ct/tests/ |
H A D | bug30312-withfree.phpt | 22 $query= sybase_unbuffered_query('select datepart(mm, getdate()), datepart(dd, getdate())');
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 1370 + Map* m = (Map*) 0, **mm = &maps; 1386 + mm = &m->next; 1396 + really_unmap( mm );
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 3792 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.4/ |
H A D | acinclude.m4 | 25 dnl Adds separator title configure output (idea borrowed from mm)
|
H A D | php.ini-development | 1623 ; Off => Returns values as YYYY-MM-DD hh:mm:ss
|
H A D | php.ini-production | 1623 ; Off => Returns values as YYYY-MM-DD hh:mm:ss
|
H A D | NEWS | 7014 . Added "--enable-malloc-mm" configure option which is enabled by default in 7592 - Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy format).
|
/PHP-5.4/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 3952 /[a-f]*(g|hh|i)*i#[a-x]{4,}(y{0,6})*y#[a-k]+(ll|mm)+n/BZ
|
H A D | testoutput2 | 13828 /[a-f]*(g|hh|i)*i#[a-x]{4,}(y{0,6})*y#[a-k]+(ll|mm)+n/BZ 13851 mm
|
Completed in 82 milliseconds