php-src/tests
Gina Peter Banyard f91f80ca19
Zend: Return anonymous closure names in zend_get_callable_name_ex() (#19011)
This returns the usual `{closure:FILE_NAME/FUNCTION:LINE_NO}` for anonymous functions rather than `Closure::__invoke` this is visible for `is_callable()` and any Engine call that uses `zend_fcall_info_init()` to get the name of the callable.

Related to GH-18063.
2025-07-03 12:01:11 +01:00
..
basic Merge branch 'PHP-8.4' 2025-06-25 03:23:03 +05:30
classes Zend: Use zend_bad_method_call() when cloning from the wrong scope (#18999) 2025-07-01 20:24:11 +02:00
func Merge branch 'PHP-8.3' into PHP-8.4 2025-06-25 03:22:43 +05:30
lang Merge branch 'PHP-8.4' 2025-06-25 03:23:03 +05:30
output Zend: Return anonymous closure names in zend_get_callable_name_ex() (#19011) 2025-07-03 12:01:11 +01:00
run-test Close PHP tags in tests 2023-10-18 17:34:10 +02:00
security Close PHP tags in tests 2023-10-18 17:34:10 +02:00
strings Fix GH-15964: printf() can strip sign of -INF 2024-12-02 14:27:36 +01:00