php-src/ext/standard/tests/general_functions/phpcredits.phpt

55 lines
596 B
Plaintext
Raw Normal View History

2006-11-24 20:18:54 +00:00
--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
%a
2006-11-24 20:18:54 +00:00
Language Design & Concept
%a
2006-11-24 20:18:54 +00:00
2007-11-05 17:43:21 +00:00
%wPHP Authors%w
%a
2006-11-24 20:18:54 +00:00
%wSAPI Modules%w
%a
2006-11-24 20:18:54 +00:00
%wModule Authors%w
%a
2006-11-24 20:18:54 +00:00
%wPHP Documentation%w
%a
2006-11-24 20:18:54 +00:00
PHP Quality Assurance Team
%a
2006-11-24 20:18:54 +00:00
2009-09-21 11:38:14 +00:00
%wWebsites and Infrastructure team%w
%a
2006-11-24 20:18:54 +00:00
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
%a
2006-11-24 20:18:54 +00:00
bool(true)