Searched refs:int_in_codepage (Results 1 – 1 of 1) sorted by relevance
628 zend_long int_in_codepage = 0; in PHP_FUNCTION() local634 Z_PARAM_STR_OR_LONG(string_in_codepage, int_in_codepage) in PHP_FUNCTION()651 if (ZEND_LONG_UINT_OVFL(int_in_codepage)) { in PHP_FUNCTION()656 in_cp = php_win32_cp_get_by_id((DWORD)int_in_codepage); in PHP_FUNCTION()
Completed in 4 milliseconds