Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* tests/php/parsing/class_constant.php: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Jul 28, 2014
1 parent 7f19975 commit 1892d2d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/php/parsing/class_constant.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

class A {
const TEST = 1;
}

var_dump(A::TEST);
3 changes: 3 additions & 0 deletions tests/php/parsing/interpolation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

cx("testModule/testClass{$s}Name");
3 changes: 3 additions & 0 deletions tests/php/parsing/vector.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

Vector{};

0 comments on commit 1892d2d

Please sign in to comment.