History log of /php-src/sapi/phpdbg/tests/gh16174.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 6bcba24e 02-Oct-2024 Christoph M. Becker

Fix GH-16174: Empty string is an invalid expression for phpdbg-ev

Strings may be empty, so we must not assume they are not.

Closes GH-16177.