mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
@- Added vprintf() and vsprintf() functions that allow passing all arguments
@ after format as an array. (Andrei)
This commit is contained in:
parent
3d3eff12cb
commit
c4555f9f55
3 changed files with 62 additions and 11 deletions
|
@ -208,6 +208,8 @@ function_entry basic_functions[] = {
|
|||
PHP_FALIAS(strchr, strstr, NULL)
|
||||
PHP_NAMED_FE(sprintf, PHP_FN(user_sprintf), NULL)
|
||||
PHP_NAMED_FE(printf, PHP_FN(user_printf), NULL)
|
||||
PHP_FE(vprintf, NULL)
|
||||
PHP_FE(vsprintf, NULL)
|
||||
PHP_FE(sscanf, third_and_rest_force_ref)
|
||||
PHP_FE(fscanf, third_and_rest_force_ref)
|
||||
PHP_FE(parse_url, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue