summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object/is_subclass_of_variation_004.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241-5/+0
| | | | Closes GH-5759
* Improve undefined variable error messagesMáté Kocsis2020-03-311-2/+2
| | | | Closes GH-5312
* Reindent phpt filesNikita Popov2020-02-031-2/+2
|
* Convert some notices to warningsNikita Popov2019-10-021-9/+9
| | | | Part of https://wiki.php.net/rfc/engine_warnings.
* Remove $errcontext argument to error handlersNikita Popov2019-02-051-1/+1
| | | | | | | | | I'm removing the argument entirely here, but we might want to change this to passing null or and empty array instead, if the impact of dropping it entirely turns out to be too large. This was deprecated as part of https://wiki.php.net/rfc/deprecations_php_7_2 as a doc-only deprecation.
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Deprecate __autoload()Nikita Popov2017-02-031-6/+6
|
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-211-0/+5
|
* Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from ↵Philip Olson2011-07-151-4/+0
| | | | r313162 which was inspired by discussion after r312904 and PHP Bug #53727
* New class related tests. Tested on Windows, Linux and Linux 64. Tests ↵andy wharmby2009-06-161-0/+175
written by Iain Lewis