Home
last modified time | relevance | path

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

/php-src/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-src/win32/
H A Dcodepage.c658 PHP_FUNCTION(sapi_windows_cp_conv) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php3818 function sapi_windows_cp_conv(int|string $in_codepage, int|string $out_codepage, string $subject): …
H A Dbasic_functions_arginfo.h2921 ZEND_FUNCTION(sapi_windows_cp_conv);
3570 ZEND_FE(sapi_windows_cp_conv, arginfo_sapi_windows_cp_conv)

Completed in 32 milliseconds