summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object
Commit message (Expand)AuthorAgeFilesLines
* Implemented FR #78638 (__PHP_Incomplete_Class should be final)Xinchen Hui2019-12-241-0/+9
* Clean DONE tags from testsFabien Villepinte2019-11-075-10/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-10-041-3/+3
|\
| * Fixed bug #78632Nikita Popov2019-10-041-3/+3
* | Convert some notices to warningsNikita Popov2019-10-027-49/+49
* | Merge branch 'PHP-7.4'Nikita Popov2019-09-031-4/+4
|\ \ | |/
| * Report false for inherited private methods in method_exists()Nikita Popov2019-09-031-4/+4
* | Throw TypeError from VM implementation of get_class()Nikita Popov2019-08-271-82/+34
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-052-7/+4
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-052-7/+4
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-22/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-03-0715-706/+0
|\ \ | |/
| * More zpp error/variation test removalsNikita Popov2019-03-0715-706/+0
* | Remove $errcontext argument to error handlersNikita Popov2019-02-055-5/+5
|/
* Remove zpp variation testsNikita Popov2019-02-0510-1883/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1530-33/+29
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1461-84/+84
* Trim trailing whitespace in testsGabriel Caruso2018-10-1462-99/+99
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+4
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2030-30/+30
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-047-28/+28
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-10/+10
* Remove some references to E_STRICT in testsNikita Popov2018-02-034-9/+1
* Remove superfluous semicolonsTom Van Looy2017-06-263-3/+3
* Deprecate __autoload()Nikita Popov2017-02-0320-148/+144
* Remove zend_version() checks from testsNikita Popov2017-01-301-2/+0
* add skipifAnatol Belski2016-11-301-0/+0
* Fix get_class_vars() fast-path/slow-path discrepanciesNikita Popov2016-11-222-0/+0
* Fixed ext/standard test that calls get_class()Danack2016-08-131-4/+4
* Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-1/+6
* Fixed bug #71442 (forward_static_call crash)Xinchen Hui2016-01-251-0/+37
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-10/+10
* Fixed testsDmitry Stogov2013-12-022-10/+0
* typo fixes (argument)Veres Lajos2013-06-104-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| * remove paths from is_a and is_subclass testsAlan Knowles2011-09-272-6/+6
| * fix is_a errror test so they test correctly against new behaviour of is_a and...Alan Knowles2011-09-272-9/+39
| * move autoloaded is_a test to where all the other is_a tests areAlan Knowles2011-09-271-0/+378
| * Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r...Philip Olson2011-07-153-16/+0
| * Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-041-0/+8
* | fix bug #55475 - implement is_a BC solutionStanislav Malyshev2011-11-093-9/+417
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-2115-4/+59
* | Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r...Philip Olson2011-07-153-16/+0
* | Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-041-0/+8
* | Added trait_exists() [TRAITS] [DOC]Stefan Marr2011-01-099-0/+621
|/
* - Fix testJani Taskinen2009-08-061-4/+4
* New class related tests. Tested on Windows, Linux and Linux 64. Tests written...andy wharmby2009-06-1616-0/+1227
* Fixed testDmitry Stogov2009-03-161-28/+28