From 00faf671314df8e3447ef763e1dc9a36abf6f2f3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 15 Jul 2004 11:11:55 +0000 Subject: [PATCH] fix #29169: the module_name must be in lowercase git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163368 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/get-extension-funcs.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/get-extension-funcs.xml b/reference/info/functions/get-extension-funcs.xml index cbdb3d80a7..08b2b36d9f 100644 --- a/reference/info/functions/get-extension-funcs.xml +++ b/reference/info/functions/get-extension-funcs.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,12 @@ This function returns the names of all the functions defined in the module indicated by module_name. + + + The module_name parameter must be in + lowercase. + + For example the lines below