mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFB: Fixed execution condition
This commit is contained in:
parent
a7de3bcb64
commit
c80b706c28
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ PHP_FUNCTION(readline_info)
|
|||
return;
|
||||
}
|
||||
|
||||
if (what) {
|
||||
if (!what) {
|
||||
array_init(return_value);
|
||||
add_assoc_string(return_value,"line_buffer",SAFE_STRING(rl_line_buffer),1);
|
||||
add_assoc_long(return_value,"point",rl_point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue