Skip to content

Instantly share code, notes, and snippets.

@nikita2206
Last active January 8, 2017 22:03
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 nikita2206/4cca974d599348c84be5e6f45de949c7 to your computer and use it in GitHub Desktop.
Save nikita2206/4cca974d599348c84be5e6f45de949c7 to your computer and use it in GitHub Desktop.
<?php
$a = new stdclass;
$a->a->{"it can containt virtually anything, even -> right?"}->b = [1, 2, 3];
xdebug_break();
// you can not inspect path $a->a->{"it can containt virtually anything, even -> right?"}->b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment