diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-28 14:25:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-28 14:25:42 +0100 |
commit | 41bc9a1b9aad4e5969a5fd312ae1c21a7cc8c406 (patch) | |
tree | d87c1e14d6d842b2f3554a35ed39cec0b2a195b0 /REFLECTION-PHP7 | |
parent | d9c2f54b83f9aa19138e62115a420ea1917e0a7c (diff) |
php-pecl-memprof: dup the spec
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..498fef2 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,50 @@ +Extension [ <persistent> extension #106 memprof version 1.0.0 ] { + + - Functions { + Function [ <internal:memprof> function memprof_enabled ] { + + - Parameters [0] { + } + } + Function [ <internal:memprof> function memprof_enable ] { + + - Parameters [0] { + } + } + Function [ <internal:memprof> function memprof_disable ] { + + - Parameters [0] { + } + } + Function [ <internal:memprof> function memprof_dump_array ] { + + - Parameters [0] { + } + } + Function [ <internal:memprof> function memprof_dump_callgrind ] { + + - Parameters [1] { + Parameter #0 [ <required> $handle ] + } + } + Function [ <internal:memprof> function memprof_dump_pprof ] { + + - Parameters [1] { + Parameter #0 [ <required> $handle ] + } + } + Function [ <internal:memprof> function memory_get_peak_usage ] { + + - Parameters [1] { + Parameter #0 [ <optional> $real ] + } + } + Function [ <internal:memprof> function memory_get_usage ] { + + - Parameters [1] { + Parameter #0 [ <optional> $real ] + } + } + } +} + |