mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
10 lines
174 B
PHP
10 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"
|