Searched refs:INTL_CHECK_STATUS (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 276 INTL_CHECK_STATUS(uec, "intltz_create_time_zone_id_enumeration: " in PHP_FUNCTION() 308 INTL_CHECK_STATUS(status, "intltz_get_canonical_id: error obtaining canonical ID"); in PHP_FUNCTION() 311 INTL_CHECK_STATUS(status, in PHP_FUNCTION() 346 INTL_CHECK_STATUS(status, "intltz_get_region: Error obtaining region"); in PHP_FUNCTION() 364 INTL_CHECK_STATUS(status, "intltz_get_tz_data_version: " in PHP_FUNCTION() 397 INTL_CHECK_STATUS(status, "intltz_get_equivalent_id: " in PHP_FUNCTION() 676 INTL_CHECK_STATUS(error, "intltz_get_windows_id: Unable to get timezone from windows ID"); in PHP_FUNCTION() 685 INTL_CHECK_STATUS(error, "intltz_get_windows_id: could not convert time zone id to UTF-8"); in PHP_FUNCTION() 714 INTL_CHECK_STATUS(error, "intltz_get_id_for_windows_id: Unable to get windows ID for timezone"); in PHP_FUNCTION() 723 INTL_CHECK_STATUS(error, "intltz_get_id_for_windows_id: could not convert time zone id to UTF-8"); in PHP_FUNCTION()
|
/PHP-7.3/ext/intl/ |
H A D | intl_data.h | 49 #define INTL_CHECK_STATUS(err, msg) \ macro
|
/PHP-7.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 354 INTL_CHECK_STATUS(icuerror, "Cannot fetch locales list"); in ZEND_END_ARG_INFO() 357 INTL_CHECK_STATUS(icuerror, "Cannot iterate locales list"); in ZEND_END_ARG_INFO()
|
/PHP-7.3/ext/intl/uchar/ |
H A D | uchar.c | 344 INTL_CHECK_STATUS(error, NULL); in IC_METHOD() 567 INTL_CHECK_STATUS(error, "Failed getting closure"); in IC_METHOD() 572 INTL_CHECK_STATUS(error, "Failed converting output to UTF8"); in IC_METHOD()
|
/PHP-7.3/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 262 INTL_CHECK_STATUS( status, in PHP_FUNCTION()
|
/PHP-7.3/ext/intl/locale/ |
H A D | locale_methods.c | 1627 INTL_CHECK_STATUS(status, "locale_accept_from_http: failed to retrieve locale list"); in PHP_FUNCTION() 1631 INTL_CHECK_STATUS(status, "locale_accept_from_http: failed to find acceptable locale"); in PHP_FUNCTION()
|
Completed in 16 milliseconds