mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
test.php
This commit is contained in:
@@ -47,3 +47,8 @@ function ddump($var) {
|
||||
die();
|
||||
}
|
||||
|
||||
function dump($var) {
|
||||
echo "<pre>";
|
||||
var_dump($var);
|
||||
echo "</pre>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user