|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-02-13 12:44 UTC] cynic@php.net
  [2001-02-20 01:56 UTC] ajandris at parks dot lv
  [2001-02-20 02:28 UTC] derick@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 10:00:02 2025 UTC | 
On linux (built in) and IIS 4.0 (cgi vers) on nt4.0 wrkst i can use function for example: function getThisMonth(){ $dat=getdate(); return $dat[mon]; } without problem. On pws it reproduces error (description I don't remember -> it happens at home) I should put mon in double quotes '"'. Then it works. This error happens with other parameters like nmon, year ... With quotes it works on linux and IIS 4.0 too. Thanks, Andris