New macro for check void parameters

This commit is contained in:
Felipe Pena 2008-02-28 14:16:25 +00:00
parent 8e08965be6
commit a1e8d340c3
35 changed files with 192 additions and 194 deletions

View file

@ -224,7 +224,7 @@ PHP_FUNCTION(unicode_get_error_mode)
Returns global substitution character for conversion from Unicode to codepage */
PHP_FUNCTION(unicode_get_subst_char)
{
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "") == FAILURE) {
if (zend_parse_parameters_none() == FAILURE) {
return;
}