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
This commit is contained in:
Jesus M. Castagnetto 2000-09-14 22:04:35 +00:00
parent d031e8389e
commit 81104b4139

View file

@ -1014,7 +1014,7 @@ putenv ("UNIQID=$uniqid");
For example the line below
<informalexample>
<programlisting>
print_r (get_loadedextensions());
print_r (get_loaded_extensions());
</programlisting>
</informalexample>
will print a list like: