1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/sapi/cli/tests/bug70006.phpt

19 lines
217 B
PHP

--TEST--
Bug #70006 (cli - function with default arg = STDOUT crash output)
--SKIPIF--
<?php
include "skipif.inc";
?>
--FILE--
<?php
function foo1($stream = STDOUT)
{
//do nothing
}
foo1();
?>
okey
--EXPECT--
okey