xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_user.inc
(revision 722ed598)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
var_dump(posix_getuid() === 0);
4
5
require __DIR__ . '/
preload.inc
';
6