| Anonymous | Login | Signup for a new account | 10-28-2025 04:54 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0004070 | [Quercus] | minor | always | 06-04-10 06:06 | 06-06-10 04:01 | |||||||
| Reporter | sblommers | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | Platform | Linux | |||||||
| Status | new | OS | Ubuntu | |||||||||
| Projection | none | OS Version | 10.04 | |||||||||
| ETA | none | Fixed in Version | Product Version | 4.0.8 | ||||||||
| Product Build | SVN | |||||||||||
| Summary | 0004070: strtotime not returning correct value-type | |||||||||||
| Description | Incorrect return type when uring strtotime with a incorrect string (format?) | |||||||||||
| Steps To Reproduce |
$date=strtotime('1149585733 +5 days'); var_dump($date); //should return bool(false); QUERCUS returns a int with +5 PHP returns false |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
(0004633) hm2k 06-06-10 04:01 |
<?php $date=strtotime('1149585733 +5 days'); var_dump($date); //should return bool(false); ?> |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 06-04-10 06:06 | sblommers | New Issue | |
| 06-04-10 08:02 | sblommers | Issue Monitored: sblommers | |
| 06-06-10 04:01 | hm2k | Note Added: 0004633 | |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |