php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30376 strtotime empty time parameter warning
Submitted: 2004-10-09 20:15 UTC Modified: 2004-10-11 07:51 UTC
From: diabo at mail dot telepac dot pt Assigned:
Status: Not a bug Package: Calendar related
PHP Version: 5.0.2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 + 19 = ?
Subscribe to this entry?

 
 [2004-10-09 20:15 UTC] diabo at mail dot telepac dot pt
Description:
------------
im having a prob with this function im hoping someone can help me... im getting this error:

Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /xxxx/html/modules/Calendar/index.php on line 615

line 615 is:

while ((strtotime($eventDate_Array[$usedcount]) <= strtotime("$Date_Array[2]-$Date_Array[0]-$day")) && ($usedcount <= $count)) {

by any chance anyone can help me?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-11 07:51 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC