Home
last modified time | relevance | path

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

/php-src/ext/mbstring/tests/
H A Dsjismac_encoding.phpt74 testAllValidChars($validChars, 'SJIS-mac', 'UTF-32BE');
80 testTruncatedChars($truncated, 'SJIS-mac', 'UTF-32BE', "\x00\x00\x00%");
83 testAllValidChars($fromUnicode, 'UTF-16BE', 'SJIS-mac', false);
84 echo "Unicode -> SJIS-mac conversion works on all valid characters\n";
88 echo "Unicode -> SJIS-mac conversion works on all invalid characters\n";
95 convertInvalidString("\x20\x10\xF8\x7A", "\x81\x5D%", "UTF-16BE", "SJIS-mac");
106 convertInvalidString("\x81", "%", "SJIS-mac", "UTF-8");
107 convertInvalidString("\x81\x20", "%", "SJIS-mac", "UTF-8");
108 convertInvalidString("\xED\x9F", "%", "SJIS-mac", "UTF-8");
115 Unicode -> SJIS-mac conversion works on all valid characters
[all …]
/php-src/ext/sodium/tests/
H A Dcrypto_auth.phpt9 $mac = sodium_crypto_auth($msg, $key);
12 var_dump(sodium_crypto_auth_verify($mac, $msg, $key));
16 $mac = sodium_crypto_auth($msg, $bad_key);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
38 $badmac = $mac;
/php-src/ext/standard/
H A Dnet.c204 zend_string *mac = zend_string_alloc(p->PhysicalAddressLength * 3, 0); in PHP_FUNCTION() local
205 char *s = ZSTR_VAL(mac); in PHP_FUNCTION()
211 ZSTR_LEN(mac) = s - ZSTR_VAL(mac); in PHP_FUNCTION()
212 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
/php-src/ext/mbstring/libmbfl/
H A DREADME.md43 * Added MacJapanese (SJIS-mac) for legacy encoding support (rui).
/php-src/ext/standard/tests/misc/
H A Dget_browser_basic.phpt524 string(47) "~^opera/9\.2.* \(macintosh; .*mac os x;.*\).*$~"
1306 …string(99) "~^mozilla/.* \(iphone; .; .*mac os x.*\) applewebkit/.* \(.*\) version/.*\..* mobile/.…
1378 …string(99) "~^mozilla/5\.0 \(ipod; u; .*mac os x; en\) applewebkit/.* \(.*\) version/3\.0 mobile/.…
H A Dget_browser_variation1.phpt21 …string(94) "~^mozilla/5\.0 \(macintosh; .; .*mac os x.*\) applewebkit/.* \(.*\) version/3\.1.* saf…
163 string(67) "~^mozilla/5\.0 \(macintosh; .*mac os x.*\) gecko/.* camino/1\.5.*$~"
/php-src/ext/sodium/
H A Dlibsodium.stub.php596 function sodium_crypto_auth_verify(string $mac, string $message, #[\SensitiveParameter] string $key…
H A Dlibsodium.c2885 zend_string *mac; in PHP_FUNCTION() local
2901 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION()
2902 if (crypto_auth((unsigned char *) ZSTR_VAL(mac), in PHP_FUNCTION()
2908 ZSTR_VAL(mac)[crypto_auth_BYTES] = 0; in PHP_FUNCTION() local
2910 RETURN_STR(mac); in PHP_FUNCTION()
2915 char *mac; in PHP_FUNCTION() local
2923 &mac, &mac_len, in PHP_FUNCTION()
2937 if (crypto_auth_verify((const unsigned char *) mac, in PHP_FUNCTION()
H A Dlibsodium_arginfo.h130 ZEND_ARG_TYPE_INFO(0, mac, IS_STRING, 0)
/php-src/build/
H A Dconfig.sub683 mac | mpw | mac-mpw)
1426 mac[0-9]*)
H A Dphp_cxx_compile_stdcxx.m488 # Copyright (c) 2015 Paul Norman <penorman@mac.com>
/php-src/
H A Dconfigure.ac1265 [darwin*], [fiber_os="mac"],
1288 if test "$fiber_os" = 'mac'; then
1348 if test "$fiber_os" = 'mac'; then
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24692 !:mime application/mac-binhex
24695 !:mime application/mac-binhex
24699 !:mime application/mac-binhex40
24703 !:mime application/mac-binhex40
24708 !:mime application/mac-binhex
24789 >>>>>>>0 use mac-bin
24792 >>>>>>>0 use mac-bin
24795 >>>>>>0 use mac-bin
24798 0 name mac-bin
25059 # From "Tom N Harris" <telliamed@mac.com>
[all …]
H A Dmagic24692 !:mime application/mac-binhex
24695 !:mime application/mac-binhex
24699 !:mime application/mac-binhex40
24703 !:mime application/mac-binhex40
24708 !:mime application/mac-binhex
24789 >>>>>>>0 use mac-bin
24792 >>>>>>>0 use mac-bin
24795 >>>>>>0 use mac-bin
24798 0 name mac-bin
25059 # From "Tom N Harris" <telliamed@mac.com>
[all …]

Completed in 225 milliseconds