Searched refs:msgfmt_get_error_code (Results 1 – 5 of 5) sorted by relevance
59 ZEND_FUNCTION(msgfmt_get_error_code);73 …ZEND_ME_MAPPING(getErrorCode, msgfmt_get_error_code, arginfo_class_MessageFormatter_getErrorCode, …
140 PHP_FUNCTION( msgfmt_get_error_code ) in PHP_FUNCTION() argument
928 ZEND_FUNCTION(msgfmt_get_error_code);1118 ZEND_FE(msgfmt_get_error_code, arginfo_msgfmt_get_error_code)
526 function msgfmt_get_error_code(MessageFormatter $formatter): int {} function
337 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
Completed in 14 milliseconds