Home
last modified time | relevance | path

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

/PHP-8.0/win32/
H A Dcodepage.c627 zend_string *string_in_codepage = NULL; in PHP_FUNCTION() local
634 Z_PARAM_STR_OR_LONG(string_in_codepage, int_in_codepage) in PHP_FUNCTION()
644 if (string_in_codepage != NULL) { in PHP_FUNCTION()
645 in_cp = php_win32_cp_get_by_enc(ZSTR_VAL(string_in_codepage)); in PHP_FUNCTION()

Completed in 12 milliseconds