<?php $first = new DateInterval('PT3M'); $second = new DateInterval('PT3M'); var_dump($first == $second); print_r($first, true); var_dump($first == $second);
You have javascript disabled. You will not be able to edit any code.