mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
6bcba24eb0
Strings may be empty, so we must not assume they are not. Closes GH-16177.
11 lines
151 B
PHP
11 lines
151 B
PHP
--TEST--
|
|
GH-16174 (Empty string is an invalid expression for phpdbg-ev)
|
|
--PHPDBG--
|
|
ev $e = ""
|
|
ev $f = ''
|
|
--EXPECT--
|
|
prompt>
|
|
prompt>
|
|
prompt>
|
|
prompt>
|