From bb6e2a1615a54bc2986c782a2541289fd33a1bbb Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 21 Feb 2020 15:33:58 +0100 Subject: Avoid used of "named fn" in ext/standard --- ext/standard/php_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/standard/php_string.h') diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 2c3953b958..7753bb6b46 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -52,8 +52,8 @@ PHP_FUNCTION(ucwords); PHP_FUNCTION(strtr); PHP_FUNCTION(strrev); PHP_FUNCTION(hebrev); -PHP_FUNCTION(user_sprintf); -PHP_FUNCTION(user_printf); +PHP_FUNCTION(sprintf); +PHP_FUNCTION(printf); PHP_FUNCTION(vprintf); PHP_FUNCTION(vsprintf); PHP_FUNCTION(addcslashes); -- cgit v1.2.1