mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Maybe later on today. Must buy some beer first.
This commit is contained in:
parent
f24db304ee
commit
0929985414
@ -1864,7 +1864,7 @@ PHP_FUNCTION(array_pad)
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto array array_flip(array input)
|
||||
Return array with key <-> value flipped. */
|
||||
Return array with key <-> value flipped */
|
||||
PHP_FUNCTION(array_flip)
|
||||
{
|
||||
zval **array, **entry, *data;
|
||||
|
@ -122,7 +122,7 @@ PHP_FUNCTION(htmlentities)
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto array get_html_translation_table([int whichone])
|
||||
returns the internal translation-table used by htmlspecialchars and htmlentities */
|
||||
Returns the internal translation table used by htmlspecialchars and htmlentities */
|
||||
PHP_FUNCTION(get_html_translation_table)
|
||||
{
|
||||
zval **whichone;
|
||||
|
Loading…
Reference in New Issue
Block a user