Home
last modified time | relevance | path

Searched refs:getDestinationType (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/intl/tests/
H A Duconverter_oop_algo.phpt9 var_dump(UConverter::UTF8 === $c->getDestinationType());
13 var_dump(UConverter::SBCS === $c->getDestinationType());
/php-src/ext/intl/converter/
H A Dconverter.stub.php123 public function getDestinationType(): int|false|null {} function in UConverter
H A Dconverter_arginfo.h83 ZEND_METHOD(UConverter, getDestinationType);
104 …ZEND_ME(UConverter, getDestinationType, arginfo_class_UConverter_getDestinationType, ZEND_ACC_PUBL…
H A Dconverter.c499 PHP_METHOD(UConverter, getDestinationType) { in PHP_METHOD() argument

Completed in 12 milliseconds