Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/session/
H A Dmod_mm.c52 MM *mm; member
219 PS_MOD_SID(mm)
228 if (!data->mm) { in ps_mm_initialize()
324 PS_OPEN_FUNC(mm) in PS_OPEN_FUNC() argument
336 PS_CLOSE_FUNC(mm) in PS_CLOSE_FUNC() argument
343 PS_READ_FUNC(mm) in PS_READ_FUNC() argument
376 mm_unlock(data->mm); in PS_READ_FUNC()
381 PS_WRITE_FUNC(mm) in PS_WRITE_FUNC() argument
396 if (data->mm) { in PS_WRITE_FUNC()
420 PS_DESTROY_FUNC(mm) in PS_DESTROY_FUNC() argument
[all …]
H A Dconfig.m47 PHP_ARG_WITH([mm],
8 [for mm support],
9 [AS_HELP_STRING([[--with-mm[=DIR]]],
10 [SESSION: Include mm support for session storage])],
27 test -f "$i/include/mm.h" && MM_DIR=$i && break
31 AC_MSG_ERROR(cannot find mm library)
35 dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
36 AC_MSG_ERROR(--with-mm cannot be combined with --enable-zts)
39 PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
H A Dmod_mm.h30 PS_FUNCS(mm);
/PHP-8.0/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt16 'DD-MM-YYYY hh:mm:ss',
17 'yyyy-DDD.hh:mm:ss z',
62 Setting IntlDateFormatter with pattern = DD-MM-YYYY hh:mm:ss
63 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss
68 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
69 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.phpt23 string(14) "h:mm:ss a zzzz"
24 string(13) "HH:mm:ss zzzz"
H A Dresourcebundle_null_mandatory_args.phpt22 string(14) "h:mm:ss a zzzz"
23 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_clone2.phpt20 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-8.0/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";
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h399 unsigned char *mm = mark; in dasm_encode() local
401 if (n == 0) { int mrm = mm[-1]&7; if (mrm == 4) mrm = mm[0]&7; in dasm_encode()
402 if (mrm != 5) { mm[-1] -= 0x80; break; } } in dasm_encode()
403 if ((((unsigned)n+128) & -256) != 0) goto wd; else mm[-1] -= 0x40; in dasm_encode()
H A Ddasm_ppc.lua1736 local mm = shl(31, rs)
1737 local lo = band(op, mm)
1738 local hi = band(op, shl(mm, 5))
/PHP-8.0/ext/date/lib/
H A Dtm2unixtime.c199 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
215 mm = ((mi + 2) % 12) + 1; in magic_date_calc()
219 time->m = mm; in magic_date_calc()
/PHP-8.0/ext/exif/tests/
H A Dbug50845.phpt138 string(22) "EF24-105mm f/4L IS USM"

Completed in 38 milliseconds

12