We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25605b7 commit 6eccde1Copy full SHA for 6eccde1
tests/data/mysql2date.php
@@ -19,7 +19,3 @@
19
assertType('mixed', $_GET['foo']);
20
assertType('int|string|false', mysql2date($_GET['foo'], $time));
21
assertType('int|string|false', mysql2date(get_option('date_format'), $time));
22
-
23
-// Unsupported types
24
-assertType('int|string|false', mysql2date(new stdClass(), $time));
25
-assertType('int|string|false', mysql2date(false, $time));
0 commit comments