1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00
Files
archived-php-src/ext/opcache
Tyson Andre 38c0f6056b zend_func_info: Remove null from methods with non-null return type
Detected by parsing the strings in zend_func_info.c, looping over them
and checking for inconsistencies with Reflection.

(new ReflectionFunction('str_shuffle')->getReturnType()) would be
a non-null 'string', for example.
- e.g. that change was made in 7393777da9
  for php 8.0

Closes GH-4269.
2019-06-17 12:36:30 +02:00
..
2019-06-13 12:54:17 +02:00
2019-05-12 18:51:50 +02:00
2019-02-05 10:33:28 +03:00
2019-05-21 14:34:55 +02:00
2019-06-11 13:16:38 +02:00
2019-02-05 10:33:28 +03:00
2019-06-11 13:16:38 +02:00
2019-02-05 10:33:28 +03:00
2019-06-14 13:10:39 +03:00
2019-05-14 15:09:30 +03:00