Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/session/
H A Dmod_mm.c56 MM *mm; member
223 PS_MOD_SID(mm)
232 if (!data->mm) { in ps_mm_initialize()
328 PS_OPEN_FUNC(mm) in PS_OPEN_FUNC() argument
340 PS_CLOSE_FUNC(mm) in PS_CLOSE_FUNC() argument
347 PS_READ_FUNC(mm) in PS_READ_FUNC() argument
380 mm_unlock(data->mm); in PS_READ_FUNC()
385 PS_WRITE_FUNC(mm) in PS_WRITE_FUNC() argument
400 if (data->mm) { in PS_WRITE_FUNC()
424 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)
32 dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
33 AC_MSG_ERROR(--with-mm cannot be combined with --enable-maintainer-zts)
36 PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
H A Dmod_mm.h34 PS_FUNCS(mm);
/PHP-7.2/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt17 'DD-MM-YYYY hh:mm:ss',
18 'yyyy-DDD.hh:mm:ss z',
63 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
64 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
69 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
70 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_get_set_pattern2.phpt17 'DD-MM-YYYY hh:mm:ss',
18 'yyyy-DDD.hh:mm:ss z',
63 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
64 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
69 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
70 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Dbug74298.phpt15 'yyyy-MM-dd HH:mm:ss.SSSSSS'
24 'yyyy-MM-dd HH:mm:ss.SSSSSS'
H A Dresourcebundle_null_mandatory_args_variant2.phpt24 string(14) "h:mm:ss a zzzz"
25 string(13) "HH:mm:ss zzzz"
H A Dresourcebundle_null_mandatory_args.phpt24 string(14) "h:mm:ss a zzzz"
25 string(12) "H:mm:ss zzzz"
H A Dtimezone_getCanonicalID_variant1_2.phpt13 /* A valid custom time zone ID has the following syntax: GMT[+|-]hh[[:]mm] */
H A Dmsgfmt_millisecond_dates.phpt14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
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' );
H A Ddateformat_formatObject_datetime.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant2.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant5.phpt18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-7.2/Zend/
H A Dbench.php297 $mm = mmult($SIZE, $SIZE, $m1, $m2);
299 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-7.2/ext/date/lib/
H A Dtm2unixtime.c211 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
227 mm = ((mi + 2) % 12) + 1; in magic_date_calc()
231 time->m = mm; in magic_date_calc()

Completed in 36 milliseconds

12