Searched refs:af (Results 1 – 18 of 18) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 229 af => af
|
H A D | strtoupper1.phpt | 232 af => af
|
H A D | html_entity_decode_iso8859-15.phpt | 163 MACRON: ¯ => af 164 ¯ => af
|
H A D | html_entity_decode_macroman.phpt | 298 LATIN CAPITAL LETTER O WITH STROKE: Ø => af 422 Ø => af
|
H A D | html_entity_decode_iso8859-5.phpt | 163 CYRILLIC CAPITAL LETTER DZHE: Џ => af
|
H A D | get_html_translation_table_basic5.phpt | 477 [] => ⁡
|
H A D | html_entity_decode_win1251.phpt | 295 CYRILLIC CAPITAL LETTER YI: Ї => af
|
H A D | html_entity_decode_cp866.phpt | 291 CYRILLIC SMALL LETTER PE: п => af
|
H A D | html_entity_decode_koi8-r.phpt | 291 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE: ╞ => af
|
H A D | html_entity_decode_html5.phpt | 613 "⁡", 2747 ⁡ => e281a1
|
H A D | htmlentities_html5.phpt | 571 ⁡ U+02061
|
H A D | bug49785.phpt | 201 string(2) "af"
|
/PHP-8.3/ext/sockets/ |
H A D | sockets.c | 1734 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 D | basic_functions.c | 538 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 D | php_cli_server.c | 1283 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 D | ents_html5.txt | 608 af 02061
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…
|
H A D | magic私はガラスを食べられます | 24333 # {"keyslots":{"0":{"type":"luks2","key_size":64,"af":{"type":"luks1","stripes":4000,"hash":"sha256…
|
Completed in 356 milliseconds