summaryrefslogtreecommitdiff
path: root/Zend/tests/typehints
Commit message (Expand)AuthorAgeFilesLines
* Improve type error messages when an object is givenMáté Kocsis2020-05-261-16/+16
* Change argument error message formatMáté Kocsis2020-02-261-9/+9
* Make type error messages more consistentMáté Kocsis2020-02-171-24/+24
* Reindent phpt filesNikita Popov2020-02-032-2/+2
* Fix bug #76198Levi Morrison2018-04-143-2/+15
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-13/+13
* Fix handling of qualified nullable parameter typesNikita Popov2016-08-161-0/+13
* Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-0/+317
* Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-2457-2369/+0
* Forbid namespace\int type hint as wellNikita Popov2015-11-262-1/+12
* Revert "Improved fix for Fully qualified (leading backslash) type names must ...Xinchen Hui2015-11-252-14/+1
* Improved fix for Fully qualified (leading backslash) type names must failXinchen Hui2015-11-252-1/+14
* Fix scalar type names with leading backslashBob Weinand2015-11-241-0/+13
* Fixed testDmitry Stogov2015-09-231-1/+1
* Fixed bug #70548 (Redundant information printed in case of uncaught engine ex...Xinchen Hui2015-09-231-1/+1
* Allow integer default for float typeAaron Piotrowski2015-07-023-0/+48
* Fix segfault with scalar passed to typehint with not loaded classBob Weinand2015-06-211-0/+16
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-144-4/+4
|\
| * Show argument causing TypeException in traceNikita Popov2015-05-204-4/+4
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-175-5/+5
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-175-5/+27
|\ \ | |/
| * Display TypeExceptions like normal exceptionsNikita Popov2015-05-175-5/+27
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-169-11/+11
|/
* Disallow self etc outside classes at compile-timeNikita Popov2015-04-291-0/+19
* Implement additional type reservationsNikita Popov2015-03-3014-14/+14
* Fix VERIFY_RETURN separationNikita Popov2015-03-241-0/+27
* Allow adding return type during inheritanceNikita Popov2015-03-221-0/+23
* Changed SKIPIF messagesDmitry Stogov2015-03-202-2/+2
* Fixed testsDmitry Stogov2015-03-204-13/+512
* Fixed white spacesDmitry Stogov2015-03-206-18/+18
* Add test to ensure namespaced code can't use scalar types as class namesAnthony Ferrara2015-03-191-0/+9
* Disallow relative namespace type declarationsAnthony Ferrara2015-03-191-1/+1
* Add support and tests for null constant default values. Refactor complex cond...Anthony Ferrara2015-03-191-1/+16
* Fix severity issues with callbacks, start work porting ZEND_STRLEN opcode to ...Anthony Ferrara2015-03-191-0/+35
* Add error case with invalid type declaration default valueAnthony Ferrara2015-03-181-0/+16
* Add tests for using constants as defaults with scalar type declarationsAnthony Ferrara2015-03-181-0/+68
* Refactor error messages to only append defined in the event of rendering as a...Anthony Ferrara2015-03-186-113/+127
* Fix executor issue with ignoring strict types, which cleans up a bunch of err...Anthony Ferrara2015-03-184-4/+4
* Fix more tests, improve error messages in failure output for thrown exceptionAnthony Ferrara2015-03-185-257/+282
* Refactor error implementation significantly to centralize error mode behavior...Anthony Ferrara2015-03-181-62/+98
* Refactor declare placement detection, allow encoding declares before type dec...Anthony Ferrara2015-02-202-1/+12
* Remove the aliases of scalar typesAnthony Ferrara2015-02-187-70/+0
* Fix default values for booleans, thanks to virtual typesAnthony Ferrara2015-02-181-0/+16
* Skip the tests if multibyte isn't loaded to prevent them from being fragile b...Anthony Ferrara2015-02-182-5/+24
* Improve detection of strict_types declaration being first in the fileAnthony Ferrara2015-02-187-1/+96
* Move declare() to the top of the file only, and allow int->float generalizationAnthony Ferrara2015-02-184-74/+286
* Add scalar return types testAndrea Faulds2015-02-101-0/+241
* Test behaviour of weak type hints with referencesAndrea Faulds2015-02-101-0/+29
* Test nested strict/weak function callsAndrea Faulds2015-02-101-0/+115
* Test strict code including weak code and vice-versaAndrea Faulds2015-02-107-0/+83