File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/playground/wordpress/src Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -262,17 +262,6 @@ export async function setupPlatformLevelMuPlugins(php: UniversalPHP) {
262
262
$playground_consts = array_keys($playground_consts);
263
263
}
264
264
set_error_handler(function($severity, $message, $file, $line) use($playground_consts) {
265
- /**
266
- * This is a temporary workaround to hide the 32bit integer warnings that
267
- * appear when using various time related function, such as strtotime and mktime.
268
- * Examples of the warnings that are displayed:
269
- *
270
- * Warning: mktime(): Epoch doesn't fit in a PHP integer in <file>
271
- * Warning: strtotime(): Epoch doesn't fit in a PHP integer in <file>
272
- */
273
- if (strpos($message, "fit in a PHP integer") !== false) {
274
- return;
275
- }
276
265
/**
277
266
* Networking support in Playground registers a http_api_transports filter.
278
267
*
You can’t perform that action at this time.
0 commit comments