ru_php/ext/opcache/tests/preload_user.inc

6 lines
74 B
PHP
Raw Permalink Normal View History

<?php
var_dump(posix_getuid() === 0);
require __DIR__ . '/preload.inc';