mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
11 lines
174 B
PHP
11 lines
174 B
PHP
--TEST--
|
|
getprotobynumber function basic test
|
|
--CREDITS--
|
|
edgarsandi - <edgar.r.sandi@gmail.com>
|
|
--FILE--
|
|
<?php
|
|
var_dump(getprotobynumber(6));
|
|
?>
|
|
--EXPECT--
|
|
string(3) "tcp"
|