optional prompt argument is treated as non-optional
| Bug #53630 | optional prompt argument is treated as non-optional | ||||
|---|---|---|---|---|---|
| Submitted: | 2010-12-30 00:38 UTC | Modified: | 2011-01-10 19:19 UTC | ||
| From: | jo at feuersee dot de | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | Readline related | ||
| PHP Version: | 5.3.4 | OS: | Linux | ||
| Private report: | No | CVE-ID: | None | ||
[2010-12-30 00:38 UTC] jo at feuersee dot de
Description:
------------
The readline functions prompt argument is supposed to be optional. But omitting it raises a PHP warning.
Test script:
---------------
php -r 'printf("%s\n", readline());'
Replace single and double quotes vice versa for Win platform
Actual result:
--------------
PHP Warning: readline() expects exactly 1 parameter, 0 given in Command line code on line 1
Patches
53630.diff (last revision 2010-12-30 05:53 UTC by dave dot tajchreber at gmail dot com)Pull Requests
History
AllCommentsChangesGit/SVN commits
[2011-01-10 19:19 UTC] iliaa@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: iliaa
[2011-01-10 19:19 UTC] iliaa@php.net