|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-15 01:59 UTC] judas dot iscariote at gmail dot com
[2006-12-15 20:05 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Mar 13 12:00:01 2026 UTC |
Description: ------------ Test on FC3, FC6 ( RedHat Fedora) On FC3, PHP version is 4.3.11 On FC6, PHP version is 5.1.6 $s=""; // debug if (!(ctype_alnum($s))) echo "false<br>"; // return value is not same on FC3 and FC6