1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/standard
Tyson Andre 5624d2eb00 Make some opcache types consistent with reflection information
Remove functions such as filter_id() where reference counts and types are
identical to what's in opcache.

Remove null types from zend_func_info.c that aren't in Reflection
(php would throw now)

Fix the Reflection type information for assert_options()

    php > assert_options(ASSERT_CALLBACK, static function() {});
    php > var_export(assert_options(ASSERT_CALLBACK));
    Closure::__set_state(array(
    ))

Closes GH-4958.
2019-12-04 07:31:06 +01:00
..
2019-12-02 11:39:58 +01:00
2019-11-07 11:17:38 +01:00
2019-09-30 10:30:20 +02:00
2019-10-23 17:42:16 +02:00
2019-08-14 19:24:16 +02:00
2019-11-08 08:04:52 -07:00
2019-12-02 11:21:37 +01:00
2019-10-08 12:35:47 +02:00
2019-10-02 11:21:17 +02:00
2019-10-11 16:36:11 +02:00
2019-11-08 08:04:52 -07:00
2019-09-30 10:30:20 +02:00
2019-12-02 11:39:58 +01:00
2019-10-07 17:52:54 +02:00
2019-11-25 15:58:45 +01:00