whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Runtime
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Runtime/is_debug.php
<?php declare(strict_types=1); namespace Psl\Runtime; use const PHP_DEBUG; /** * Return true if PHP was built with debugging enabled. * * @pure */ function is_debug(): bool { return 1 === PHP_DEBUG; }
Copyright ©2021 || Defacer Indonesia