It was Jouni: Prevent Hartmut finding this until it is actually implemented...

This commit is contained in:
Egon Schmid 2000-06-25 17:21:04 +00:00
parent f311ab1608
commit 9f0eba9f10
2 changed files with 3 additions and 3 deletions

View File

@ -516,7 +516,7 @@ PHP_FUNCTION(imagecreatefromxbm)
}
/* }}} */
/* {{{ proto int imagecreatefromxpm(string filename)
/* {{{ droto int imagecreatefromxpm(string filename)
Create a new image from XPM file or URL */
PHP_FUNCTION(imagecreatefromxpm)
{

View File

@ -553,7 +553,7 @@ php_formatted_print(int ht, int *len)
return result;
}
/* {{{ proto string sprintf(string format [, mixed arg1 [, ...]])
/* {{{ proto string sprintf(string format [, mixed arg1 [, mixed ...]])
Return a formatted string */
PHP_FUNCTION(user_sprintf)
{
@ -568,7 +568,7 @@ PHP_FUNCTION(user_sprintf)
}
/* }}} */
/* {{{ proto int printf(string format [, mixed arg1 [, ...]])
/* {{{ proto int printf(string format [, mixed arg1 [, mixed ...]])
Output a formatted string */
PHP_FUNCTION(user_printf)
{