Searched refs:datefmt_format_object (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | dateformat_formatObject_error.phpt | 32 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 D | dateformat_bug65683_2.phpt | 2 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 D | dateformat_formatObject_calendar_variant_icu72-1.phpt | 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
|
H A D | dateformat_formatObject_calendar_variant5.phpt | 21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 65 U_CFUNC PHP_FUNCTION(datefmt_format_object) in PHP_FUNCTION() argument
|
H A D | dateformat_arginfo.h | 110 ZEND_FUNCTION(datefmt_format_object);
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 375 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {} function
|
H A D | php_intl_arginfo.h | 872 ZEND_FUNCTION(datefmt_format_object); 1059 ZEND_FE(datefmt_format_object, arginfo_datefmt_format_object)
|
Completed in 56 milliseconds