the whole shebang
This commit is contained in:
13
vendor/nikic/php-parser/lib/PHPParser/Unserializer.php
vendored
Normal file
13
vendor/nikic/php-parser/lib/PHPParser/Unserializer.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
interface PHPParser_Unserializer
|
||||
{
|
||||
/**
|
||||
* Unserializes a string in some format into a node tree.
|
||||
*
|
||||
* @param string $string Serialized string
|
||||
*
|
||||
* @return array Statements
|
||||
*/
|
||||
public function unserialize($string);
|
||||
}
|
Reference in New Issue
Block a user