diff --git a/reference/funchand/functions/register-tick-function.xml b/reference/funchand/functions/register-tick-function.xml index 2d3bf4c64d..24fa359740 100644 --- a/reference/funchand/functions/register-tick-function.xml +++ b/reference/funchand/functions/register-tick-function.xml @@ -1,5 +1,5 @@ - + @@ -14,6 +14,7 @@ voidregister_tick_function callbackfunction mixedarg + mixed... Registers the function named by func to be diff --git a/reference/mbstring/functions/mb-convert-variables.xml b/reference/mbstring/functions/mb-convert-variables.xml index 48d29e9fcc..4aeeefd4b3 100644 --- a/reference/mbstring/functions/mb-convert-variables.xml +++ b/reference/mbstring/functions/mb-convert-variables.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ stringto-encoding mixedfrom-encoding mixed&vars + mixed&... mb_convert_variables convert diff --git a/reference/misc/functions/pack.xml b/reference/misc/functions/pack.xml index 9ef7c9dc76..3f6e494b9b 100644 --- a/reference/misc/functions/pack.xml +++ b/reference/misc/functions/pack.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ stringpack stringformat mixedargs + mixed... Pack given arguments into binary string according to diff --git a/reference/strings/functions/fprintf.xml b/reference/strings/functions/fprintf.xml index f339e04de9..a3cc9520e6 100644 --- a/reference/strings/functions/fprintf.xml +++ b/reference/strings/functions/fprintf.xml @@ -1,5 +1,5 @@ - + fprintf @@ -12,6 +12,7 @@ resourcehandle stringformat mixedargs + mixed... Write a string produced according to format diff --git a/reference/strings/functions/printf.xml b/reference/strings/functions/printf.xml index 635053f0b1..8e60e701da 100644 --- a/reference/strings/functions/printf.xml +++ b/reference/strings/functions/printf.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ intprintf stringformat mixedargs + mixed... Produces output according to format, which diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 890c436fff..dec96308de 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ stringsprintf stringformat mixedargs + mixed... Returns a string produced according to the formatting string