Skip to content

Instantly share code, notes, and snippets.

@themainframe
Created December 26, 2012 03:49
Show Gist options
  • Save themainframe/4377698 to your computer and use it in GitHub Desktop.
Save themainframe/4377698 to your computer and use it in GitHub Desktop.
Fail
Mac-Pro:~ damo$ php
<?php
class A {
function __clone() { clone($this); }
}
$a = new A;
clone($a);
^D
Segmentation fault: 11
Mac-Pro:~ damo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment