Home
last modified time | relevance | path

Searched refs:af (Results 1 – 18 of 18) sorted by relevance

/PHP-8.3/ext/standard/tests/strings/
H A Dstrtolower.phpt229 af => af
H A Dstrtoupper1.phpt232 af => af
H A Dhtml_entity_decode_iso8859-15.phpt163 MACRON: ¯ => af
164 ¯ => af
H A Dhtml_entity_decode_macroman.phpt298 LATIN CAPITAL LETTER O WITH STROKE: Ø => af
422 Ø => af
H A Dhtml_entity_decode_iso8859-5.phpt163 CYRILLIC CAPITAL LETTER DZHE: Џ => af
H A Dget_html_translation_table_basic5.phpt477 [⁡] => ⁡
H A Dhtml_entity_decode_win1251.phpt295 CYRILLIC CAPITAL LETTER YI: Ї => af
H A Dhtml_entity_decode_cp866.phpt291 CYRILLIC SMALL LETTER PE: п => af
H A Dhtml_entity_decode_koi8-r.phpt291 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE: ╞ => af
H A Dhtml_entity_decode_html5.phpt613 "⁡",
2747 ⁡ => ⁡ e281a1
H A Dhtmlentities_html5.phpt571 ⁡ U+02061
H A Dbug49785.phpt201 string(2) "af"
/PHP-8.3/ext/sockets/
H A Dsockets.c1734 struct accept_filter_arg af = {0}; local
1735 optlen = sizeof(af);
1737 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&af, &optlen) != 0) {
1744 add_assoc_string(return_value, "af_name", af.af_name);
1943 struct accept_filter_arg af = {0}; local
1944 strlcpy(af.af_name, Z_STRVAL_P(arg4), sizeof(af.af_name));
1945 opt_ptr = ⁡
1946 optlen = sizeof(af);
/PHP-8.3/ext/standard/
H A Dbasic_functions.c538 int af = AF_INET; in PHP_FUNCTION() local
547 af = AF_INET6; in PHP_FUNCTION()
554 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_FUNCTION()
567 int ret, af = AF_INET; in PHP_FUNCTION() local
580 af = AF_INET6; in PHP_FUNCTION()
587 ret = inet_pton(af, address, buffer); in PHP_FUNCTION()
593 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16); in PHP_FUNCTION()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c1283 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1344 *af = sa->sa_family; in php_network_listen_socket()
/PHP-8.3/ext/standard/html_tables/
H A Dents_html5.txt608 af 02061
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…
H A Dmagic私はガラスを食べられます24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…

Completed in 356 milliseconds