diff options
| author | Felipe Pena <felipe@php.net> | 2008-02-28 14:16:25 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-02-28 14:16:25 +0000 |
| commit | a1e8d340c3fe0c889146332fe2e2b70a11980685 (patch) | |
| tree | 07b90a28be336f68ccdd644d73739163573e292f /ext/unicode/unicode.c | |
| parent | 8e08965be64607704315293c6bea73c434ace5f3 (diff) | |
| download | php-git-a1e8d340c3fe0c889146332fe2e2b70a11980685.tar.gz | |
New macro for check void parameters
Diffstat (limited to 'ext/unicode/unicode.c')
| -rw-r--r-- | ext/unicode/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicode/unicode.c b/ext/unicode/unicode.c index ade1704a9d..34e86a6260 100644 --- a/ext/unicode/unicode.c +++ b/ext/unicode/unicode.c @@ -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; } |
