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   73 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  150 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  169 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  213 ext/intl/converter/converter.c 			php_converter_throw_failure(objval, U_ILLEGAL_ARGUMENT_ERROR TSRMLS_CC,
php_converter_throw_failure  254 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure calling toUCallback()");
php_converter_throw_failure  304 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  351 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INTERNAL_PROGRAM_ERROR TSRMLS_CC, "Unexpected failure calling fromUCallback()");
php_converter_throw_failure  564 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  627 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  639 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  693 ext/intl/converter/converter.c 		php_converter_throw_failure(objval, U_INVALID_STATE_ERROR TSRMLS_CC,