Viewing File: /opt/alt/tests/alt-php83-pecl-http_4.2.6-4.el8/tests/header002.phpt

--TEST--
header numeric
--SKIPIF--
<?php 
include "skipif.inc";
?>
--FILE--
<?php

echo "Test\n";

$h = new http\Header(123, 456);
var_dump("123: 456" === (string) $h);

?>
Done
--EXPECT--
Test
bool(true)
Done
Back to Directory File Manager
<