Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / serialize / autoload_implements.p5c
blob2c3479c860787dea35e752a0eb1668f049276cb8
1 <?php
3 class autoload_implements implements autoload_interface {
4         function testFunction()
5         {
6                 return true;
7         }