Home
last modified time | relevance | path

Searched refs:setDestinationEncoding (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/intl/tests/
H A Dbug75317.phpt2 Bug #75317 (UConverter::setDestinationEncoding changes source instead of destinatination)
29 var_dump($c->setDestinationEncoding('utf-8'));
35 var_dump($c->setDestinationEncoding('foobar') === false);
/PHP-7.0/ext/intl/converter/
H A Dconverter.c438 static PHP_METHOD(UConverter, setDestinationEncoding) { in PHP_METHOD() argument
971 …PHP_ME(UConverter, setDestinationEncoding, php_converter_set_encoding_arginfo, ZEND_ACC_PUBLI…
/PHP-7.0/
H A DNEWS126 . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead

Completed in 22 milliseconds