php-src/ext/standard/tests/general_functions/phpcredits.phpt
Nuno Lopes 9bb808dc35 MFB
2007-02-14 19:20:15 +00:00

55 lines
576 B
PHP

--TEST--
phpcredits()
--FILE--
<?php
var_dump(phpcredits());
var_dump(phpcredits(array()));
echo "--\n";
var_dump(phpcredits(0));
echo "--\n";
var_dump(phpcredits(CREDITS_GROUP));
?>
--EXPECTF--
PHP Credits
PHP Group
%s
Language Design & Concept
%s
%wPHP Authors%w
%s
%wSAPI Modules%w
%s
%wModule Authors%w
%s
%wPHP Documentation%w
%s
PHP Quality Assurance Team
%s
PHP Website Team
%s
bool(true)
Warning: phpcredits() expects parameter 1 to be long, array given in %sphpcredits.php on line 4
NULL
--
PHP Credits
bool(true)
--
PHP Credits
PHP Group
%s
bool(true)