Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/strings/
H A Dsapi_windows_cp_conv.phpt2 sapi_windows_cp_conv basic functionality
11 bin2hex(sapi_windows_cp_conv(65001, 1252, 'äöü')),
12 bin2hex(sapi_windows_cp_conv('utf-8', 1252, 'äöü')),
13 bin2hex(sapi_windows_cp_conv(65001, 'windows-1252', 'äöü')),
14 bin2hex(sapi_windows_cp_conv('utf-8', 'windows-1252', 'äöü')),
/PHP-8.0/win32/
H A Dcodepage.c621 PHP_FUNCTION(sapi_windows_cp_conv) in PHP_FUNCTION() argument
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1490 function sapi_windows_cp_conv(int|string $in_codepage, int|string $out_codepage, string $subject): … function
H A Dbasic_functions_arginfo.h2823 ZEND_FUNCTION(sapi_windows_cp_conv);
3475 ZEND_FE(sapi_windows_cp_conv, arginfo_sapi_windows_cp_conv)

Completed in 57 milliseconds