About

This package is 67.8 KB. It is available at http://ftp.debian.org/debian/pool/main/p/php-parser/php-parser_1.0.1-1_all.deb .

View its full control file here: debian/control.

Description

convert PHP code into abstract syntax tree

Relations

This package depends on: php5-cli, php5-common (>= 5.3).

This package does not recommend any other package.

This package does not suggest any other package.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-parser 1.0.1-1 is in debian - jessie / main. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/bin/ root:root 0o755
/usr/bin/php-parse root:root 0o777
/usr/bin/php-parse.php text/plain root:root 0o755 3.9 KB
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-parser/ root:root 0o755
/usr/share/doc/php-parser/0_Introduction.markdown text/plain root:root 0o644 3.5 KB
/usr/share/doc/php-parser/1_Installation.markdown text/plain root:root 0o644 1.0 KB
/usr/share/doc/php-parser/2_Usage_of_basic_components.markdown.gz application/gzip root:root 0o644 4.7 KB
/usr/share/doc/php-parser/3_Other_node_tree_representations.markdown.gz application/gzip root:root 0o644 1.3 KB
/usr/share/doc/php-parser/4_Code_generation.markdown text/plain root:root 0o644 1.9 KB
/usr/share/doc/php-parser/changelog.Debian.gz application/gzip root:root 0o644 802 bytes
/usr/share/doc/php-parser/changelog.gz application/gzip root:root 0o644 2.2 KB
/usr/share/doc/php-parser/component/ root:root 0o755
/usr/share/doc/php-parser/component/Lexer.markdown.gz application/gzip root:root 0o644 1.8 KB
/usr/share/doc/php-parser/copyright text/plain root:root 0o644 1.7 KB
/usr/share/doc/php-parser/README.md text/plain root:root 0o644 1.9 KB
/usr/share/doc/php-parser/UPGRADE-1.0.md.gz application/gzip root:root 0o644 1.6 KB
/usr/share/man/ root:root 0o755
/usr/share/man/man1/ root:root 0o755
/usr/share/man/man1/php-parse.1.gz application/gzip root:root 0o644 559 bytes
/usr/share/php/ root:root 0o755
/usr/share/php/PhpParser/ root:root 0o755
/usr/share/php/PhpParser/Autoloader.php text/x-php root:root 0o644 13.9 KB
/usr/share/php/PhpParser/bootstrap.php text/x-php root:root 0o644 76 bytes
/usr/share/php/PhpParser/Builder/ root:root 0o755
/usr/share/php/PhpParser/BuilderAbstract.php text/x-php root:root 0o644 2.9 KB
/usr/share/php/PhpParser/Builder/Class_.php text/x-php root:root 0o644 3.4 KB
/usr/share/php/PhpParser/BuilderFactory.php text/x-php root:root 0o644 2.3 KB
/usr/share/php/PhpParser/Builder/Function_.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/PhpParser/Builder/Interface_.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/PhpParser/Builder/Method.php text/x-php root:root 0o644 4.4 KB
/usr/share/php/PhpParser/Builder/Param.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/PhpParser/Builder.php text/x-php root:root 0o644 170 bytes
/usr/share/php/PhpParser/Builder/Property.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/PhpParser/Comment/ root:root 0o755
/usr/share/php/PhpParser/Comment/Doc.php text/x-php root:root 0o644 77 bytes
/usr/share/php/PhpParser/Comment.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/PhpParser/Error.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/PhpParser/Lexer/ root:root 0o755
/usr/share/php/PhpParser/Lexer/Emulative.php text/x-php root:root 0o644 6.7 KB
/usr/share/php/PhpParser/Lexer.php text/x-php root:root 0o644 6.7 KB
/usr/share/php/PhpParser/Node/ root:root 0o755
/usr/share/php/PhpParser/NodeAbstract.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/PhpParser/Node/Arg.php text/x-php root:root 0o644 863 bytes
/usr/share/php/PhpParser/Node/Const_.php text/x-php root:root 0o644 674 bytes
/usr/share/php/PhpParser/NodeDumper.php text/x-php root:root 0o644 1020 bytes
/usr/share/php/PhpParser/Node/Expr/ root:root 0o755
/usr/share/php/PhpParser/Node/Expr/ArrayDimFetch.php text/x-php root:root 0o644 674 bytes
/usr/share/php/PhpParser/Node/Expr/ArrayItem.php text/x-php root:root 0o644 835 bytes
/usr/share/php/PhpParser/Node/Expr/Array_.php text/x-php root:root 0o644 538 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/ root:root 0o755
/usr/share/php/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/BitwiseOr.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/BitwiseXor.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Concat.php text/x-php root:root 0o644 116 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Div.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Minus.php text/x-php root:root 0o644 115 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Mod.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Mul.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp.php text/x-php root:root 0o644 652 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Plus.php text/x-php root:root 0o644 114 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/Pow.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/ShiftLeft.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/AssignOp/ShiftRight.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/Assign.php text/x-php root:root 0o644 623 bytes
/usr/share/php/PhpParser/Node/Expr/AssignRef.php text/x-php root:root 0o644 669 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/ root:root 0o755
/usr/share/php/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/BooleanOr.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Concat.php text/x-php root:root 0o644 116 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Div.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Equal.php text/x-php root:root 0o644 115 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php text/x-php root:root 0o644 124 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Greater.php text/x-php root:root 0o644 117 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Identical.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/LogicalOr.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/LogicalXor.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Minus.php text/x-php root:root 0o644 115 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Mod.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Mul.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/NotEqual.php text/x-php root:root 0o644 118 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/NotIdentical.php text/x-php root:root 0o644 122 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp.php text/x-php root:root 0o644 715 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Plus.php text/x-php root:root 0o644 114 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Pow.php text/x-php root:root 0o644 113 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php text/x-php root:root 0o644 119 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/ShiftRight.php text/x-php root:root 0o644 120 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php text/x-php root:root 0o644 124 bytes
/usr/share/php/PhpParser/Node/Expr/BinaryOp/Smaller.php text/x-php root:root 0o644 117 bytes
/usr/share/php/PhpParser/Node/Expr/BitwiseNot.php text/x-php root:root 0o644 510 bytes
/usr/share/php/PhpParser/Node/Expr/BooleanNot.php text/x-php root:root 0o644 523 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/ root:root 0o755
/usr/share/php/PhpParser/Node/Expr/Cast/Array_.php text/x-php root:root 0o644 104 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/Bool.php text/x-php root:root 0o644 102 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/Double.php text/x-php root:root 0o644 104 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/Int.php text/x-php root:root 0o644 101 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/Object.php text/x-php root:root 0o644 104 bytes
/usr/share/php/PhpParser/Node/Expr/Cast.php text/x-php root:root 0o644 506 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/String.php text/x-php root:root 0o644 104 bytes
/usr/share/php/PhpParser/Node/Expr/Cast/Unset_.php text/x-php root:root 0o644 104 bytes
/usr/share/php/PhpParser/Node/Expr/ClassConstFetch.php text/x-php root:root 0o644 693 bytes
/usr/share/php/PhpParser/Node/Expr/Clone_.php text/x-php root:root 0o644 500 bytes
/usr/share/php/PhpParser/Node/Expr/Closure.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/PhpParser/Node/Expr/ClosureUse.php text/x-php root:root 0o644 703 bytes
/usr/share/php/PhpParser/Node/Expr/ConstFetch.php text/x-php root:root 0o644 542 bytes
/usr/share/php/PhpParser/Node/Expr/Empty_.php text/x-php root:root 0o644 503 bytes
/usr/share/php/PhpParser/Node/Expr/ErrorSuppress.php text/x-php root:root 0o644 517 bytes
/usr/share/php/PhpParser/Node/Expr/Eval_.php text/x-php root:root 0o644 501 bytes
/usr/share/php/PhpParser/Node/Expr/Exit_.php text/x-php root:root 0o644 536 bytes
/usr/share/php/PhpParser/Node/Expr/FuncCall.php text/x-php root:root 0o644 765 bytes
/usr/share/php/PhpParser/Node/Expr/Include_.php text/x-php root:root 0o644 766 bytes
/usr/share/php/PhpParser/Node/Expr/Instanceof_.php text/x-php root:root 0o644 683 bytes
/usr/share/php/PhpParser/Node/Expr/Isset_.php text/x-php root:root 0o644 504 bytes
/usr/share/php/PhpParser/Node/Expr/List_.php text/x-php root:root 0o644 560 bytes
/usr/share/php/PhpParser/Node/Expr/MethodCall.php text/x-php root:root 0o644 857 bytes
/usr/share/php/PhpParser/Node/Expr/New_.php text/x-php root:root 0o644 706 bytes
/usr/share/php/PhpParser/Node/Expr.php text/x-php root:root 0o644 107 bytes
/usr/share/php/PhpParser/Node/Expr/PostDec.php text/x-php root:root 0o644 502 bytes
/usr/share/php/PhpParser/Node/Expr/PostInc.php text/x-php root:root 0o644 502 bytes
/usr/share/php/PhpParser/Node/Expr/PreDec.php text/x-php root:root 0o644 500 bytes
/usr/share/php/PhpParser/Node/Expr/PreInc.php text/x-php root:root 0o644 500 bytes
/usr/share/php/PhpParser/Node/Expr/Print_.php text/x-php root:root 0o644 503 bytes
/usr/share/php/PhpParser/Node/Expr/PropertyFetch.php text/x-php root:root 0o644 695 bytes
/usr/share/php/PhpParser/Node/Expr/ShellExec.php text/x-php root:root 0o644 541 bytes
/usr/share/php/PhpParser/Node/Expr/StaticCall.php text/x-php root:root 0o644 858 bytes
/usr/share/php/PhpParser/Node/Expr/StaticPropertyFetch.php text/x-php root:root 0o644 711 bytes
/usr/share/php/PhpParser/Node/Expr/Ternary.php text/x-php root:root 0o644 831 bytes
/usr/share/php/PhpParser/Node/Expr/UnaryMinus.php text/x-php root:root 0o644 510 bytes
/usr/share/php/PhpParser/Node/Expr/UnaryPlus.php text/x-php root:root 0o644 521 bytes
/usr/share/php/PhpParser/Node/Expr/Variable.php text/x-php root:root 0o644 523 bytes
/usr/share/php/PhpParser/Node/Expr/Yield_.php text/x-php root:root 0o644 695 bytes
/usr/share/php/PhpParser/Node/Name/ root:root 0o755
/usr/share/php/PhpParser/Node/Name/FullyQualified.php text/x-php root:root 0o644 942 bytes
/usr/share/php/PhpParser/Node/Name.php text/x-php root:root 0o644 4.4 KB
/usr/share/php/PhpParser/Node/Name/Relative.php text/x-php root:root 0o644 936 bytes
/usr/share/php/PhpParser/Node/Param.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/PhpParser/Node.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/PhpParser/Node/Scalar/ root:root 0o755
/usr/share/php/PhpParser/Node/Scalar/DNumber.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/PhpParser/Node/Scalar/Encapsed.php text/x-php root:root 0o644 537 bytes
/usr/share/php/PhpParser/Node/Scalar/LNumber.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/PhpParser/Node/Scalar/MagicConst/ root:root 0o755
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Class_.php text/x-php root:root 0o644 192 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Dir.php text/x-php root:root 0o644 187 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/File.php text/x-php root:root 0o644 189 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Function_.php text/x-php root:root 0o644 198 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Line.php text/x-php root:root 0o644 189 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Method.php text/x-php root:root 0o644 193 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Namespace_.php text/x-php root:root 0o644 200 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst.php text/x-php root:root 0o644 495 bytes
/usr/share/php/PhpParser/Node/Scalar/MagicConst/Trait_.php text/x-php root:root 0o644 192 bytes
/usr/share/php/PhpParser/Node/Scalar.php text/x-php root:root 0o644 72 bytes
/usr/share/php/PhpParser/Node/Scalar/String.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/PhpParser/Node/Stmt/ root:root 0o755
/usr/share/php/PhpParser/Node/Stmt/Break_.php text/x-php root:root 0o644 565 bytes
/usr/share/php/PhpParser/Node/Stmt/Case_.php text/x-php root:root 0o644 717 bytes
/usr/share/php/PhpParser/Node/Stmt/Catch_.php text/x-php root:root 0o644 835 bytes
/usr/share/php/PhpParser/Node/Stmt/ClassConst.php text/x-php root:root 0o644 572 bytes
/usr/share/php/PhpParser/Node/Stmt/ClassMethod.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/PhpParser/Node/Stmt/Class_.php text/x-php root:root 0o644 3.7 KB
/usr/share/php/PhpParser/Node/Stmt/Const_.php text/x-php root:root 0o644 562 bytes
/usr/share/php/PhpParser/Node/Stmt/Continue_.php text/x-php root:root 0o644 577 bytes
/usr/share/php/PhpParser/Node/Stmt/DeclareDeclare.php text/x-php root:root 0o644 652 bytes
/usr/share/php/PhpParser/Node/Stmt/Declare_.php text/x-php root:root 0o644 725 bytes
/usr/share/php/PhpParser/Node/Stmt/Do_.php text/x-php root:root 0o644 666 bytes
/usr/share/php/PhpParser/Node/Stmt/Echo_.php text/x-php root:root 0o644 526 bytes
/usr/share/php/PhpParser/Node/Stmt/ElseIf_.php text/x-php root:root 0o644 669 bytes
/usr/share/php/PhpParser/Node/Stmt/Else_.php text/x-php root:root 0o644 519 bytes
/usr/share/php/PhpParser/Node/Stmt/Foreach_.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/PhpParser/Node/Stmt/For_.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpParser/Node/Stmt/Function_.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpParser/Node/Stmt/Global_.php text/x-php root:root 0o644 545 bytes
/usr/share/php/PhpParser/Node/Stmt/Goto_.php text/x-php root:root 0o644 526 bytes
/usr/share/php/PhpParser/Node/Stmt/HaltCompiler.php text/x-php root:root 0o644 606 bytes
/usr/share/php/PhpParser/Node/Stmt/If_.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/PhpParser/Node/Stmt/InlineHTML.php text/x-php root:root 0o644 507 bytes
/usr/share/php/PhpParser/Node/Stmt/Interface_.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/PhpParser/Node/Stmt/Label.php text/x-php root:root 0o644 487 bytes
/usr/share/php/PhpParser/Node/Stmt/Namespace_.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/PhpParser/Node/Stmt.php text/x-php root:root 0o644 107 bytes
/usr/share/php/PhpParser/Node/Stmt/Property.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/PhpParser/Node/Stmt/PropertyProperty.php text/x-php root:root 0o644 703 bytes
/usr/share/php/PhpParser/Node/Stmt/Return_.php text/x-php root:root 0o644 543 bytes
/usr/share/php/PhpParser/Node/Stmt/Static_.php text/x-php root:root 0o644 558 bytes
/usr/share/php/PhpParser/Node/Stmt/StaticVar.php text/x-php root:root 0o644 703 bytes
/usr/share/php/PhpParser/Node/Stmt/Switch_.php text/x-php root:root 0o644 654 bytes
/usr/share/php/PhpParser/Node/Stmt/Throw_.php text/x-php root:root 0o644 519 bytes
/usr/share/php/PhpParser/Node/Stmt/Trait_.php text/x-php root:root 0o644 631 bytes
/usr/share/php/PhpParser/Node/Stmt/TraitUseAdaptation/ root:root 0o755
/usr/share/php/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/PhpParser/Node/Stmt/TraitUseAdaptation.php text/x-php root:root 0o644 115 bytes
/usr/share/php/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php text/x-php root:root 0o644 929 bytes
/usr/share/php/PhpParser/Node/Stmt/TraitUse.php text/x-php root:root 0o644 762 bytes
/usr/share/php/PhpParser/Node/Stmt/TryCatch.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/PhpParser/Node/Stmt/Unset_.php text/x-php root:root 0o644 538 bytes
/usr/share/php/PhpParser/Node/Stmt/Use_.php text/x-php root:root 0o644 756 bytes
/usr/share/php/PhpParser/Node/Stmt/UseUse.php text/x-php root:root 0o644 1021 bytes
/usr/share/php/PhpParser/Node/Stmt/While_.php text/x-php root:root 0o644 666 bytes
/usr/share/php/PhpParser/NodeTraverserInterface.php text/x-php root:root 0o644 576 bytes
/usr/share/php/PhpParser/NodeTraverser.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/PhpParser/NodeVisitor/ root:root 0o755
/usr/share/php/PhpParser/NodeVisitorAbstract.php text/x-php root:root 0o644 316 bytes
/usr/share/php/PhpParser/NodeVisitor/NameResolver.php text/x-php root:root 0o644 6.8 KB
/usr/share/php/PhpParser/NodeVisitor.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/PhpParser/ParserAbstract.php text/x-php root:root 0o644 14.7 KB
/usr/share/php/PhpParser/Parser.php text/x-php root:root 0o644 128.8 KB
/usr/share/php/PhpParser/PrettyPrinter/ root:root 0o755
/usr/share/php/PhpParser/PrettyPrinterAbstract.php text/x-php root:root 0o644 9.7 KB
/usr/share/php/PhpParser/PrettyPrinter/Standard.php text/x-php root:root 0o644 26.6 KB
/usr/share/php/PhpParser/Serializer/ root:root 0o755
/usr/share/php/PhpParser/Serializer.php text/x-php root:root 0o644 260 bytes
/usr/share/php/PhpParser/Serializer/XML.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/PhpParser/Unserializer/ root:root 0o755
/usr/share/php/PhpParser/Unserializer.php text/x-php root:root 0o644 269 bytes
/usr/share/php/PhpParser/Unserializer/XML.php text/x-php root:root 0o644 4.8 KB