Home
last modified time | relevance | path

Searched refs:msgfmt_get_error_code (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_arginfo.h54 ZEND_FUNCTION(msgfmt_get_error_code);
68 …ZEND_ME_MAPPING(getErrorCode, msgfmt_get_error_code, arginfo_class_MessageFormatter_getErrorCode, …
H A Dmsgformat.c133 PHP_FUNCTION( msgfmt_get_error_code ) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h928 ZEND_FUNCTION(msgfmt_get_error_code);
1118 ZEND_FE(msgfmt_get_error_code, arginfo_msgfmt_get_error_code)
H A Dphp_intl.stub.php334 function msgfmt_get_error_code(MessageFormatter $formatter): int {} function
/PHP-8.0/ext/intl/tests/
H A Dut_common.inc337 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );

Completed in 19 milliseconds