1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00
Files
archived-php-src/ext/com_dotnet
Nikita Popov 3012d006ff Don't set nullability flag for parameters without type
Use value 0 instead. To compensate we check in ReflectionParameter
allowsNull() whether the type is set at all: If it isn't, it always
allows null.

This removes a discrepancy between internal&userland functions:
For userland functions allowsNull() on untyped parameters returned
true, but for internal functions it returned false.
2019-09-23 16:39:52 +02:00
..
2019-03-18 19:26:08 +01:00
2019-08-11 21:46:14 +02:00
2019-05-29 17:15:19 +02:00
2018-07-25 00:53:25 +02:00
2003-08-14 20:48:06 +00:00
2019-02-03 21:03:00 +01:00