Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt228 af => af
H A Dstrtoupper1-win32.phpt229 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.1/ext/sockets/
H A Dsockets.c1838 struct accept_filter_arg af = {0}; local
1839 optlen = sizeof(af);
1841 if (getsockopt(php_sock->bsd_socket, level, optname, (char*)&af, &optlen) != 0) {
1848 add_assoc_string(return_value, "af_name", af.af_name);
1998 struct accept_filter_arg af = {0}; local
1999 strlcpy(af.af_name, Z_STRVAL_P(arg4), sizeof(af.af_name));
2000 opt_ptr = ⁡
2001 optlen = sizeof(af);
/PHP-8.1/ext/standard/
H A Dbasic_functions.c606 int af = AF_INET; in PHP_FUNCTION() local
615 af = AF_INET6; in PHP_FUNCTION()
622 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_FUNCTION()
635 int ret, af = AF_INET; in PHP_FUNCTION() local
648 af = AF_INET6; in PHP_FUNCTION()
655 ret = inet_pton(af, address, buffer); in PHP_FUNCTION()
661 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16); in PHP_FUNCTION()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c1234 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1295 *af = sa->sa_family; in php_network_listen_socket()
/PHP-8.1/ext/standard/html_tables/
H A Dents_html5.txt608 af 02061

Completed in 69 milliseconds