From 81104b4139e5e115f5672887cdd36ad3889ce161 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Thu, 14 Sep 2000 22:04:35 +0000 Subject: [PATCH] fixed typo in example for get_loaded_extensions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32708 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/info.xml b/functions/info.xml index c79fa38ab6..e627c088ed 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1014,7 +1014,7 @@ putenv ("UNIQID=$uniqid"); For example the line below -print_r (get_loadedextensions()); +print_r (get_loaded_extensions()); will print a list like: