|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-15 04:18 UTC] dave@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 17:00:01 2025 UTC |
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."