Skip to content

Commit 61c2753

Browse files
committed
Fix typo in README
1 parent 90dfefd commit 61c2753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extension=timecop.so
6161
var_dump(date("Y-m-d")); // todays date
6262
timecop_freeze(0);
6363
var_dump(gmdate("Y-m-d H:i:s")); // string(19) "1970-01-01 00:00:00"
64-
var_dump(strtotime("+100000 sec")); // int(10000)
64+
var_dump(strtotime("+100000 sec")); // int(100000)
6565
```
6666

6767
## CHANGELOG

0 commit comments

Comments
 (0)