ok
Direktori : /proc/thread-self/root/home2/selectio/www/a1tex.in/vendor/mpdf/mpdf/src/ |
Current File : //proc/thread-self/root/home2/selectio/www/a1tex.in/vendor/mpdf/mpdf/src/functions-dev.php |
<?php if (!function_exists('dd')) { function dd(...$args) { if (function_exists('dump')) { dump(...$args); } else { var_dump(...$args); } die; } }