Skip to content

Instantly share code, notes, and snippets.

@tim-cotten
Created March 5, 2021 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tim-cotten/178743dfb2c1945f36e84ab6dd20391f to your computer and use it in GitHub Desktop.
Save tim-cotten/178743dfb2c1945f36e84ab6dd20391f to your computer and use it in GitHub Desktop.
PHP Bugs: Arrays Don't Like Undefined Offsets (Example G)
<?php
if (!empty($img)) {
$tmg = pathinfo(str_replace('\\', '/', $img));
$img = $tmg['basename'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment