ID: 38896 Updated by: [EMAIL PROTECTED] Reported By: jens dot nistler at media-soma dot de -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2006-09-20 12:41:51] jens dot nistler at media-soma dot de Description: ------------ "The proj parameter should be a one character string." must be "The proj parameter must be a one character string." otherwise PHP throws a warning: "Warning: ftok() [function.ftok]: Project identifier is invalid in /media-soma/dev/webserver/www/shm/index.php5 on line 3" Reproduce code: --------------- ftok('anyfile.test', 'test'); Expected result: ---------------- "The proj parameter must be a one character string." Actual result: -------------- "The proj parameter should be a one character string." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38896&edit=1