DEBSOURCES
Skip Quicknav
sources / php-guzzlehttp-psr7 / 1.7.0-1%2Bdeb11u2 / tests / HasToString.php
1234567891011
<?php namespace GuzzleHttp\Tests\Psr7; class HasToString { public function __toString() { return 'foo'; } }