Searched refs:msgfmt_get_error_code (Results 1 – 6 of 6) sorted by relevance
23 PHP_FUNCTION( msgfmt_get_error_code );
131 PHP_FUNCTION( msgfmt_get_error_code ) in PHP_FUNCTION() argument
137 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
193 function msgfmt_get_error_code($fmt) {} function
695 PHP_FE( msgfmt_get_error_code, arginfo_msgfmt_get_error_code )
333 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
Completed in 14 milliseconds