Searched refs:msgfmt_get_error_code (Results 1 – 5 of 5) sorted by relevance
58 ZEND_FUNCTION(msgfmt_get_error_code);
138 PHP_FUNCTION( msgfmt_get_error_code ) in PHP_FUNCTION() argument
530 function msgfmt_get_error_code(MessageFormatter $formatter): int {} function
937 ZEND_FUNCTION(msgfmt_get_error_code);1128 ZEND_FE(msgfmt_get_error_code, arginfo_msgfmt_get_error_code)
337 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
Completed in 17 milliseconds