1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/opcache/tests/preload_user.inc
2022-10-07 15:48:05 +02:00

6 lines
74 B
PHP

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