|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-04-02 16:35 UTC] felipe@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 01:00:01 2025 UTC |
Description: ------------ strtok("\t\n","\t") - return one char (char code 10), but not null Reproduce code: --------------- <?=ord(strtok("\t\n","\t"))?> Expected result: ---------------- 0 Actual result: -------------- 10