mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
14 lines
207 B
PHP
14 lines
207 B
PHP
--TEST--
|
|
Bug 46360 - TCP_NODELAY constant (sock_get_option, sock_set_option)
|
|
--EXTENSIONS--
|
|
sockets
|
|
--CREDITS--
|
|
Florian Anderiasch
|
|
fa@php.net
|
|
--FILE--
|
|
<?php
|
|
var_dump(TCP_NODELAY);
|
|
?>
|
|
--EXPECTF--
|
|
int(%d)
|