summaryrefslogtreecommitdiff
path: root/ext/standard/tests/class_object
Commit message (Expand)AuthorAgeFilesLines
* Allow exceptions in __toString()Nikita Popov2019-06-052-7/+4
* More zpp error/variation test removalsNikita Popov2019-03-0715-706/+0
* 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
* Fixed bug #47664 (get_class returns NULL instead of FALSE)Dmitry Stogov2009-03-162-56/+56
* removing UEXPECTZoe Slattery2009-03-032-10/+0
* - Fixed testsFelipe Pena2008-06-264-112/+4
* fix tests for builtin Zend functions using new parsing APIStanislav Malyshev2008-06-1812-126/+228
* MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike LivelyEtienne Kneuss2008-04-073-0/+155
* Fix tests (new error message for void parameters)Felipe Pena2008-03-102-4/+4
* Add new tests for class/object functions and features.Robin Fernandes2008-03-0642-0/+3546