Skip to content

Instantly share code, notes, and snippets.

@Swader
Created December 7, 2012 09:58
Show Gist options
  • Save Swader/4232234 to your computer and use it in GitHub Desktop.
Save Swader/4232234 to your computer and use it in GitHub Desktop.
notices_article_01
<?php
$aArray = array();
$aArray['someKey'];
?>
// Notice: Undefined index: someKey in ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment