Page MenuHomeWickedGov Phorge

polyfill.php
No OneTemporary

Size
244 B
Referenced Files
None
Subscribers
None

polyfill.php

<?php
/**
* Polyfill for PHP < 5.4
*/
if (!interface_exists('JsonSerializable', false)) {
interface JsonSerializable
{
/**
* @param void
* @return mixed
*/
function jsonSerialize();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 12:57 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
91/23/03d281f0d1329ca4e1fc40c7591b
Default Alt Text
polyfill.php (244 B)

Event Timeline