Home
last modified time | relevance | path

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

/PHP-5.3/ext/iconv/
H A Diconv.c2343 zval *zv_string; in PHP_FUNCTION() local
2348 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zl", &zv_string, &status) == FAILURE) in PHP_FUNCTION()
2351 convert_to_string(zv_string); in PHP_FUNCTION()
2365 php_iconv_err_t err = php_iconv_string(Z_STRVAL_P(zv_string), in PHP_FUNCTION()
2366 Z_STRLEN_P(zv_string), &out_buffer, &out_len, in PHP_FUNCTION()
2391 *return_value = *zv_string; in PHP_FUNCTION()

Completed in 14 milliseconds