|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 Patches53630.diff (last revision 2010-12-30 05:53 UTC by dave dot tajchreber at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits              [2010-12-30 06:52 UTC] dtajchreber@php.net
 
-Status: Open
+Status: Verified
  [2011-01-10 19:19 UTC] iliaa@php.net
  [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
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 07:00:02 2025 UTC | 
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