mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
![]() When passing an array, the key entry can get converted to a string if it is an object, but this actually modifies the original array entry. The test originally outputted: ``` array(2) { [0]=> string(...) => ... [1]=> string(0) "" } ``` This is unexpected. Use zval_try_get_string() to prevent this behaviour. Closes GH-16693. |
||
---|---|---|
.. | ||
tests | ||
config.w32 | ||
config0.m4 | ||
CREDITS | ||
openssl.c | ||
openssl.stub.php | ||
openssl_arginfo.h | ||
php_openssl.h | ||
xp_ssl.c |