Searched refs:int_out_codepage (Results 1 – 1 of 1) sorted by relevance
667 zend_long int_out_codepage = 0; in PHP_FUNCTION() local672 Z_PARAM_STR_OR_LONG(string_out_codepage, int_out_codepage) in PHP_FUNCTION()707 if (ZEND_LONG_UINT_OVFL(int_out_codepage)) { in PHP_FUNCTION()712 out_cp = php_win32_cp_get_by_id((DWORD)int_out_codepage); in PHP_FUNCTION()
Completed in 7 milliseconds