mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
12 lines
257 B
PHP
12 lines
257 B
PHP
--TEST--
|
|
Testing php_real_logo_guid() function
|
|
--FILE--
|
|
<?php
|
|
echo php_real_logo_guid();
|
|
?>
|
|
--EXPECT--
|
|
PHPE9568F34-D428-11d2-A769-00AA001ACF42
|
|
--CREDITS--
|
|
Jason Easter <easter@phpug-wuerzburg.de>
|
|
PHPUG Würzburg <phpug-wuerzburg.de>
|
|
Testfest 2009 2009-06-20
|