Last active
February 11, 2019 12:53
-
-
Save Nek-/0622c4585affb9ed5d1b0980f8313ec1 to your computer and use it in GitHub Desktop.
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 | |
// Fichier bug.php | |
$x = new AppendIterator; | |
$x->append($x); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment