/PHP-7.4/ext/session/ |
H A D | mod_mm.c | 54 MM *mm; member 221 PS_MOD_SID(mm) 230 if (!data->mm) { in ps_mm_initialize() 326 PS_OPEN_FUNC(mm) in PS_OPEN_FUNC() argument 338 PS_CLOSE_FUNC(mm) in PS_CLOSE_FUNC() argument 345 PS_READ_FUNC(mm) in PS_READ_FUNC() argument 378 mm_unlock(data->mm); in PS_READ_FUNC() 383 PS_WRITE_FUNC(mm) in PS_WRITE_FUNC() argument 398 if (data->mm) { in PS_WRITE_FUNC() 422 PS_DESTROY_FUNC(mm) in PS_DESTROY_FUNC() argument [all …]
|
H A D | config.m4 | 7 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-maintainer-zts) 39 PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
|
H A D | mod_mm.h | 32 PS_FUNCS(mm);
|
/PHP-7.4/ext/intl/tests/ |
H A D | dateformat_get_set_pattern2.phpt | 16 '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 D | bug74298.phpt | 15 'yyyy-MM-dd HH:mm:ss.SSSSSS' 24 'yyyy-MM-dd HH:mm:ss.SSSSSS'
|
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 | 23 string(14) "h:mm:ss a zzzz" 24 string(12) "H:mm:ss zzzz"
|
H A D | timezone_getCanonicalID_variant1_2.phpt | 13 /* A valid custom time zone ID has the following syntax: GMT[+|-]hh[[:]mm] */
|
H A D | msgfmt_millisecond_dates.phpt | 14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
|
H A D | dateformat_clone2.phpt | 20 ut_datefmt_set_pattern( $fmt , 'yyyy-DDD.hh:mm:ss z' );
|
H A D | dateformat_formatObject_datetime.phpt | 18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_datetime_variant2.phpt | 18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_datetime_variant5.phpt | 18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_datetime_variant3.phpt | 19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_datetime_variant4.phpt | 19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar.phpt | 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant2.phpt | 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant5.phpt | 18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant3.phpt | 19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
H A D | dateformat_formatObject_calendar_variant4.phpt | 19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
|
/PHP-7.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 | zend_vm_gen.php | 2611 …atch_all("/ZEND_VM_DISPATCH_TO_HANDLER\(\s*([A-Z_]*)\s*\)/m", $dsc["code"], $mm, PREG_SET_ORDER)) { 2612 foreach ($mm as $m) {
|
/PHP-7.4/ext/date/lib/ |
H A D | tm2unixtime.c | 199 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-7.4/ext/exif/tests/ |
H A D | bug50845.phpt | 137 string(22) "EF24-105mm f/4L IS USM"
|
/PHP-7.4/build/ |
H A D | php.m4 | 21 dnl Adds separator title configure output (idea borrowed from mm).
|