mirror of
https://github.com/php/web-php.git
synced 2026-03-27 16:52:12 +01:00
12 lines
171 B
PHP
12 lines
171 B
PHP
<?require "header.inc";?>
|
|
<h1>Memory Manager</h1>
|
|
<ul>
|
|
<li>emalloc()
|
|
<li>estrdup()
|
|
<li>estrndup()
|
|
<li>ecalloc()
|
|
<li>erealloc()
|
|
<li>efree()
|
|
</ul>
|
|
<?require "footer.inc";?>
|