Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/** @package tests */
3
/**
4
* This makes sure the basic element of bug 44127 is fixed
5
*/
6
function test_441275($foo = array())
7
{
8
}
9
 
10
/**
11
* This tests some more advanced cases to make sure to handle them
12
*/
13
function test2_441275($foo = array("item1","item2",'item3' => "item4",array("item5","item6"), 'item7' =>
14
			array('item8','item9',"array('item9','item10')")), $foobar)
15
{
16
}
17
 
18
?>