Home
last modified time | relevance | path

Searched refs:arg_new (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/mbstring/
H A Dmbstring.c3341 char *arg_new; in PHP_FUNCTION() local
3350 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zs|z", &input, &arg_new, &new_len, &arg_old) == FAILUR… in PHP_FUNCTION()
3405 …ret = php_mb_convert_encoding(Z_STRVAL_P(input), Z_STRLEN_P(input), arg_new, _from_encodings, &siz… in PHP_FUNCTION()
3418 tmp = php_mb_convert_encoding_recursive(Z_ARRVAL_P(input), arg_new, _from_encodings); in PHP_FUNCTION()

Completed in 17 milliseconds