Created
March 29, 2018 16:42
-
-
Save dannygsmith/4c2e3f6ad50de6d3ac99d22250eb4740 to your computer and use it in GitHub Desktop.
Setup kint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace KnowTheCode; | |
require_once( __DIR__ . '/assets/vendor/autoload.php' ); | |
$x = 9; | |
$y = 0; | |
//$z = $x / $y; | |
//echo $z; | |
d( $_SERVER ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment