php_converter_throw_failure   41 ext/intl/converter/converter.c #define THROW_UFAILURE(obj, fname, error) php_converter_throw_failure(obj, error TSRMLS_CC, \
php_converter_throw_failure  140 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_BUFFER_OVERFLOW_ERROR TSRMLS_CC, "Buffer overrun %ld bytes needed, %ld available", needed, available);
php_converter_throw_failure  159 ext/intl/converter/converter.c 				php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC, "Invalid codepoint U+%04lx", lval);
php_converter_throw_failure  203 ext/intl/converter/converter.c 			php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC,
php_converter_throw_failure  244 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure calling toUCallback()");
php_converter_throw_failure  294 ext/intl/converter/converter.c 			php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC, "fromUCallback() specified illegal type for substitution character");
php_converter_throw_failure  341 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure calling fromUCallback()");
php_converter_throw_failure  554 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Error setting converter callback: %s", errstr);
php_converter_throw_failure  617 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC, "Source Converter has not been initialized yet");
php_converter_throw_failure  629 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC, "Destination Converter has not been initialized yet");
php_converter_throw_failure  683 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC,