File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard / tests / general_functions / phpcredits2.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:04 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--TEST--
phpcredits() CGI
--POST--
dummy=x
--FILE--
<?php

var_dump(phpcredits());
var_dump(phpcredits(array()));

echo "--\n";
var_dump(phpcredits(0));

echo "--\n";
var_dump(phpcredits(CREDITS_GROUP));

?>
--EXPECTF--
<!DOCTYPE %a>%s</html>
bool(true)

Warning: phpcredits() expects parameter 1 to be long, array given in %sphpcredits2.php on line 4
NULL
--
<h1>PHP Credits</h1>
bool(true)
--
<h1>PHP Credits</h1>
%aPHP Group%a
bool(true)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>