Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt34 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
37 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
40 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
43 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
46 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
49 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
52 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
55 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
58 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.phpt21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_arginfo.h97 ZEND_FUNCTION(datefmt_format_object);
121 …ZEND_ME_MAPPING(formatObject, datefmt_format_object, arginfo_class_IntlDateFormatter_formatObject,…
H A Ddateformat_format_object.cpp65 U_CFUNC PHP_FUNCTION(datefmt_format_object) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h870 ZEND_FUNCTION(datefmt_format_object);
1060 ZEND_FE(datefmt_format_object, arginfo_datefmt_format_object)
H A Dphp_intl.stub.php197 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {} function

Completed in 50 milliseconds