Created
May 10, 2016 19:04
-
-
Save morria/7f0e4f7fb10ac5fb17c0f747c632dba9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function f($p0, DateInterval $p1 = null) {} | |
| function g(DateInterval $p0 = null, $p1) {} | |
| function j(DateInterval $p0 = null, $p1 = null) {} | |
| function k($p0 = null, DateInterval $p1 = null) {} | |
| function m($p0 = null, DateInterval $p1) {} | |
| function n($p0 = null, $p1) {} |
morria
commented
May 10, 2016
Author
Author
<?php
function f($p0, DateInterval $p1 = null) {}
function g(DateInterval $p0 = null, $p1) {}
function j(DateInterval $p0 = null, $p1 = null) {}
function k($p0 = null, DateInterval $p1 = null) {}
function m($p0 = null, DateInterval $p1) {}
function n($p0 = null, $p1) {}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment