1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

proto typo fixes

This commit is contained in:
Hartmut Holzgraefe
2000-10-11 13:51:32 +00:00
parent 0b7745d713
commit f2ddc10685

View File

@@ -638,7 +638,7 @@ PHP_FUNCTION(php_logo_guid)
}
/* }}} */
/* {{{ proto string php_egg_logo_id(void)
/* {{{ proto string php_egg_logo_guid(void)
Return the special ID used to request the PHP logo in phpinfo screens*/
PHP_FUNCTION(php_egg_logo_guid)
{
@@ -647,7 +647,7 @@ PHP_FUNCTION(php_egg_logo_guid)
/* }}} */
/* {{{ proto string zend_logo_id(void)
/* {{{ proto string zend_logo_guid(void)
Return the special ID used to request the Zend logo in phpinfo screens*/
PHP_FUNCTION(zend_logo_guid)
{