summaryrefslogtreecommitdiff
path: root/tests/classes/autoload_013.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Remove superfluous SKIPIF sections in testsGabriel Caruso2018-02-031-2/+0
|
* Deprecate __autoload()Nikita Popov2017-02-031-12/+11
|
* Adding tests for class features, including __autoload(), property ↵Robin Fernandes2008-01-301-0/+22
inheritance rules and class constants.