the author of runkit seems dropped the dev for php7....
https://github.com/zenovich/runkit/issues/87
定数・関数・クラス・メソッドの変更機能 および 独自のスーパーグローバル変数 は、PHP 5 の全てのリリースで動作します。特別な動作条件はありません。
サンドボックスのサポート は、PHP 5.1.0 以降か
あるいは TSRM パッチを適用した PHP 5.0.0 が必要です。
どのバージョンの PHP を使用しているかにかかわらず、コンパイル時に
--enable-maintainer-zts
オプションが必要です。
詳しい情報は、runkit パッケージに含まれる README
ファイルを参照ください。
the author of runkit seems dropped the dev for php7....
https://github.com/zenovich/runkit/issues/87
It's worth noting that the runkit7 project noted in previous comments no longer has Sandboxing support as runkit did for PHP5.
Some one added runkit for php7 but not completed: https://github.com/runkit7/runkit7