Searched refs:PHP_GAI_STRERROR (Results 1 – 1 of 1) sorted by relevance
97 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) macro99 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) macro206 …trpprintf(0, "php_network_getaddresses: getaddrinfo for %s failed: %s", host, PHP_GAI_STRERROR(n));209 …, E_WARNING, "php_network_getaddresses: getaddrinfo for %s failed: %s", host, PHP_GAI_STRERROR(n));
Completed in 7 milliseconds