Searched refs:string_out_codepage (Results 1 – 1 of 1) sorted by relevance
666 zend_string *string_out_codepage = NULL; in PHP_FUNCTION() local672 Z_PARAM_STR_OR_LONG(string_out_codepage, int_out_codepage) in PHP_FUNCTION()700 if (string_out_codepage != NULL) { in PHP_FUNCTION()701 out_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_out_codepage)); in PHP_FUNCTION()
Completed in 8 milliseconds