summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/stdlib/src/functions_include.php
blob: 9a2dc6f09b10724e78be0f26c0dd31afe9e2573f (plain)
1
2
3
4
5
6
<?php

// Don't redefine the functions if included multiple times
if (! function_exists('ipl\Stdlib\get_php_type')) {
    require __DIR__ . '/functions.php';
}