1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/sapi/phpdbg
Arnaud Le Blanc 626f3c3c7c Unify arg info representation for internal and user functions
The arg_info member of zend_function is now always a zend_arg_info*. Before,
it was a zend_internal_arg_info* on internal functions, unless the
ZEND_ACC_USER_ARG_INFO flag was set.

Closes GH-19022
2025-12-15 16:50:49 +01:00
..
2025-02-01 11:21:09 +01:00
2024-08-02 08:38:35 +02:00
2024-07-04 18:44:29 +02:00
2025-08-22 18:05:52 +02:00
2025-11-13 01:32:14 +00:00