mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
10 lines
169 B
PHP
10 lines
169 B
PHP
--TEST--
|
|
Testing php_logo_guid() function
|
|
--FILE--
|
|
<?php
|
|
echo php_logo_guid();
|
|
?>
|
|
--EXPECT--
|
|
PHPE9568F34-D428-11d2-A769-00AA001ACF42
|
|
--CREDITS--
|
|
Testfest 2009 2009-06-20
|