Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt238 af => af
H A Dstrtolower-win32.phpt238 af => af
H A Dhtml_entity_decode_iso8859-15.phpt162 MACRON: ¯ => af
163 ¯ => af
H A Dhtml_entity_decode_macroman.phpt297 LATIN CAPITAL LETTER O WITH STROKE: Ø => af
421 Ø => af
H A Dhtml_entity_decode_iso8859-5.phpt162 CYRILLIC CAPITAL LETTER DZHE: Џ => af
H A Dget_html_translation_table_basic5.phpt477 [⁡] => ⁡
H A Dhtml_entity_decode_win1251.phpt294 CYRILLIC CAPITAL LETTER YI: Ї => af
H A Dhtml_entity_decode_cp866.phpt290 CYRILLIC SMALL LETTER PE: п => af
H A Dhtml_entity_decode_koi8-r.phpt290 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-7.4/ext/standard/
H A Dbasic_functions.c3927 int af = AF_INET; in PHP_NAMED_FUNCTION() local
3936 af = AF_INET6; in PHP_NAMED_FUNCTION()
3943 if (!inet_ntop(af, address, buffer, sizeof(buffer))) { in PHP_NAMED_FUNCTION()
3957 int ret, af = AF_INET; in PHP_NAMED_FUNCTION() local
3970 af = AF_INET6; in PHP_NAMED_FUNCTION()
3977 ret = inet_pton(af, address, buffer); in PHP_NAMED_FUNCTION()
3983 RETURN_STRINGL(buffer, af == AF_INET ? 4 : 16); in PHP_NAMED_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1272 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1340 *af = sa->sa_family; in php_network_listen_socket()
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt608 af 02061

Completed in 59 milliseconds