Current File : //opt/RZphp72/includes/doc/PhpDocumentor/Documentation/tests/bug-445820.php
<?php

/** @package tests */
/** test function */
function test_445820 ($val = array("1","2",'3' => 4), $string, $my_array)
{
}
?>