Skip to content

Instantly share code, notes, and snippets.

@viniciusalonso
Last active September 2, 2019 02:54
Show Gist options
  • Save viniciusalonso/6fbb9dbdde8e41caee3343a996ebcce8 to your computer and use it in GitHub Desktop.
Save viniciusalonso/6fbb9dbdde8e41caee3343a996ebcce8 to your computer and use it in GitHub Desktop.
<?php
function test_generator()
{
yield "a";
yield "b";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment