Home
last modified time | relevance | path

Searched refs:datefmt_format_object (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt32 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
35 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
38 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
41 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
44 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
47 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
50 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
53 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
56 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…
H A Ddateformat_bug65683_2.phpt2 Bug #65683: Intl does not support DateTimeImmutable (using datefmt_format_object)
9 var_dump(datefmt_format_object($date, null, 'fr_FR'));
10 var_dump(datefmt_format_object($date_imm, null, 'fr_FR'));
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp65 U_CFUNC PHP_FUNCTION(datefmt_format_object) in PHP_FUNCTION() argument
H A Ddateformat_arginfo.h110 ZEND_FUNCTION(datefmt_format_object);
/php-src/ext/intl/
H A Dphp_intl.stub.php375 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {} function
H A Dphp_intl_arginfo.h872 ZEND_FUNCTION(datefmt_format_object);
1059 ZEND_FE(datefmt_format_object, arginfo_datefmt_format_object)

Completed in 18 milliseconds