forked from GNUsocial/gnu-social
[COMPOSER] Add new php-ffmpeg package
This commit is contained in:
15
vendor/nikic/php-parser/lib/PhpParser/Unserializer.php
vendored
Normal file
15
vendor/nikic/php-parser/lib/PhpParser/Unserializer.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
interface Unserializer
|
||||
{
|
||||
/**
|
||||
* Unserializes a string in some format into a node tree.
|
||||
*
|
||||
* @param string $string Serialized string
|
||||
*
|
||||
* @return mixed Node tree
|
||||
*/
|
||||
public function unserialize($string);
|
||||
}
|
Reference in New Issue
Block a user