mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
New macro for check void parameters
This commit is contained in:
parent
8e08965be6
commit
a1e8d340c3
35 changed files with 192 additions and 194 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue