Download this file
1 2 3 4 5 6 7 8 9 10 11
<?php class lang_python_literal { public $name; public function __construct($name) { $this->name = $name; } }