Matthew Brown
|
03f59ae05e
|
Check other arguments of array_unshift/array_push
Ref #2052
|
2019-08-25 23:52:38 -04:00 |
|
Pavel Batečko
|
3e549e275b
|
Type $matches as an array if non-zero flags are passed to preg_match() (#2022)
* Type $matches as an array if non-zero flags are passed to preg_match()
* Add tests for preg_match() function call
|
2019-08-15 10:28:03 -04:00 |
|
Brown
|
58b6d8bed4
|
Fix #2012 - count(callable-array) is fine and always equals 2
|
2019-08-12 16:17:55 -04:00 |
|
Matthew Brown
|
de932c4c18
|
Fix #1972 - improve understanding of how setcookie works
|
2019-07-28 16:40:35 -04:00 |
|
Brown
|
5770a6c904
|
Add support for compact
|
2019-07-24 17:24:23 -04:00 |
|
Brown
|
59dd6393f5
|
Fix #1953 - support third arg for explode
|
2019-07-17 14:13:34 -04:00 |
|
Matthew Brown
|
da42be175f
|
Apply PHPCS fixes
Fixes #1880
|
2019-07-05 16:27:53 -04:00 |
|
Matthew Brown
|
aa3df3f7a5
|
Add better support for preg_replace_callback
|
2019-07-05 10:40:05 -04:00 |
|
Matthew Brown
|
220fa31404
|
Fix suppression
|
2019-06-30 11:14:05 -04:00 |
|
Brown
|
5943f6036e
|
Fix #1859 - allow function_exists introspection when function exists
|
2019-06-28 10:48:30 -04:00 |
|
LeSuisse
|
f29826b958
|
Fully qualify constants and function calls (#1849)
This should give a small performance boost.
Part of #1837.
The change is enforced via phpcs and can be autofixed
with phpcbf.
|
2019-06-26 16:52:29 -04:00 |
|
Matthew Brown
|
c66a106622
|
Improve performance by doing less cloning
Ref #1837
|
2019-06-26 00:14:06 -04:00 |
|
Brown
|
84e002e9a7
|
Fix #1816 - convert array_filter strings to full closures
|
2019-06-19 17:42:42 -04:00 |
|
Matthew Brown
|
7155ed4e06
|
Fix #1811 - improve expected argument count
|
2019-06-19 09:05:07 -04:00 |
|
Matthew Brown
|
a553adb232
|
Fix test array spacing
|
2019-06-16 09:42:34 -04:00 |
|
Matthew Brown
|
2d5f332ebf
|
Fix #1781 by improving handling of callmap options
|
2019-06-15 16:10:48 -04:00 |
|
Brown
|
c81a9a8737
|
Fix #1742 - allow is_countable assertion to mean something
|
2019-06-07 15:49:10 -04:00 |
|
Brown
|
29eda50ed9
|
Fix #1716 - no notice when using single arg in min
|
2019-06-03 10:33:54 -04:00 |
|
Matthew Brown
|
4002504ff0
|
Allow trait_exists to inform type for ReflectionClass
|
2019-05-31 09:43:46 -04:00 |
|
Matthew Brown
|
e31cdf3be5
|
Fix #1701 - allow count to be called on SimpleXMLElement
|
2019-05-29 07:56:06 -04:00 |
|
Brown
|
a89892a41f
|
Prevent more broad template types being captured
|
2019-05-28 11:54:07 -04:00 |
|
Brown
|
29c869ed67
|
Ignore nullable issues on just-coerced types
|
2019-05-21 12:59:06 -04:00 |
|
Brown
|
4ecf370900
|
Coerce mixed values when passed as arguments
|
2019-05-21 11:51:41 -04:00 |
|
Lars Moelleken
|
0b5680f72f
|
fix return type of "array_combine()" && "array_replace()"
|
2019-05-12 19:37:46 -04:00 |
|
Brown
|
d7ee952084
|
Infer closure param type for array_filter/array_map
Fixes #664
|
2019-05-07 16:27:25 -04:00 |
|
Brown
|
0e4c8ce482
|
Split apart TypeCoercion issues, allowing more granular issue filtering
|
2019-04-25 18:02:19 -04:00 |
|
Brown
|
97f53a6486
|
@voku’s fixes for issues found by their callmap update
|
2019-04-11 11:02:46 -04:00 |
|
Brown
|
1a33b25264
|
Fix #1536 - prevent fatal error when filtering null array
|
2019-04-09 17:22:30 -04:00 |
|
Brown
|
5173c18cce
|
Fix calls after updating callmap
|
2019-04-09 16:52:32 -04:00 |
|
Brown
|
3dc3d659f1
|
Fix #1534 - allow unpacked args to be interpreted properly by overloaded functions
|
2019-04-09 14:48:51 -04:00 |
|
Brown
|
41c722448a
|
Fix #1531 - improve hrtime return type
|
2019-04-03 17:08:37 -04:00 |
|
Brown
|
f82a55d836
|
Fix #1512 - check args to mktime are all ints
|
2019-03-29 10:46:48 -04:00 |
|
Matthew Brown
|
c772914910
|
Add some formatting
|
2019-03-23 14:27:54 -04:00 |
|
Matthew Brown
|
f0ddc6f3bc
|
Fix array_reverse implementation
|
2019-03-17 18:14:30 -04:00 |
|
Brown
|
441d3c4693
|
Fix #1470 - array_reverse should preserve count
|
2019-03-15 16:39:31 -04:00 |
|
Matthew Brown
|
82e6876011
|
Fix #1397 - fix get_class behaviour for new instances
|
2019-03-02 18:02:11 -05:00 |
|
Bruce Weirdan
|
9bdc9f774f
|
More provider typing
|
2019-03-02 08:43:19 -05:00 |
|
Brown
|
601f303de2
|
Fix position of invalid param
|
2019-02-27 16:00:44 -05:00 |
|
Matthew Brown
|
3d4710c9d3
|
Add better checks for invalid array_map/array_filter args
|
2019-02-22 00:50:41 -05:00 |
|
Brown
|
41b133178a
|
Improve handling of count comparisons
|
2019-02-21 17:17:10 -05:00 |
|
Brown
|
b7a0950aea
|
Prevent passing casts to byref vars
|
2019-02-21 13:26:37 -05:00 |
|
Brown
|
079ac44263
|
Prevent pass by ref when type type is given
|
2019-02-20 17:43:12 -05:00 |
|
Matthew Brown
|
75104f4712
|
Fix #1359 - error on bad iterable args
|
2019-02-18 16:35:23 -05:00 |
|
Matthew Brown
|
c58100e3af
|
Fix #1313 - don’t allow mixed function calls
|
2019-02-10 16:15:52 -05:00 |
|
Matthew Brown
|
c383e61805
|
Fix #1296 - array_filter should allow scalar values
|
2019-02-07 13:05:17 -05:00 |
|
Matthew Brown
|
17541b415f
|
Fix #1191 - allow Psalm to check against different versions of PHP
|
2019-02-07 12:25:57 -05:00 |
|
Matthew Brown
|
f8f5ddfb04
|
Add support for string range
|
2019-02-07 10:50:42 -05:00 |
|
Brown
|
9edbae2bdc
|
Fix possible fatal when builtin function is called in array_filter
|
2019-01-28 17:54:50 -05:00 |
|
Brown
|
f33415827e
|
Add checks for rounded values
|
2019-01-28 11:57:49 -05:00 |
|
Matthew Brown
|
cd4d2027d0
|
Fix #1249 - allow iterator_to_array to respect getIterator method
|
2019-01-27 14:50:05 -05:00 |
|