diff options
| author | SVN Migration <svn@php.net> | 2002-03-13 18:39:43 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2002-03-13 18:39:43 +0000 |
| commit | 8d6817e7f142091b1c30de30f349c3fde9d7e094 (patch) | |
| tree | 45704599905d4a7445ad446fc5337374a3390dbf /ext/skeleton/skeleton.php | |
| parent | 94e6810a2a3e189cf729bdbae8f45cd9d7987ad6 (diff) | |
| download | php-git-help.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'help'.help
Diffstat (limited to 'ext/skeleton/skeleton.php')
| -rw-r--r-- | ext/skeleton/skeleton.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/skeleton/skeleton.php b/ext/skeleton/skeleton.php deleted file mode 100644 index 6774d63624..0000000000 --- a/ext/skeleton/skeleton.php +++ /dev/null @@ -1,19 +0,0 @@ -<? -if(!extension_loaded('extname')) { - dl('extname.so'); -} -$module = 'extname'; -$functions = get_extension_funcs($module); -echo "Functions available in the test extension:<br>\n"; -foreach($functions as $func) { - echo $func."<br>\n"; -} -echo "<br>\n"; -$function = 'confirm_' . $module . '_compiled'; -if (extension_loaded($module)) { - $str = $function($module); -} else { - $str = "Module $module is not compiled into PHP"; -} -echo "$str\n"; -?> |
