Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Added a test that validates assignment is working as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthejeff committed Sep 9, 2010
1 parent de65124 commit af66561
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/assignment.pht
@@ -0,0 +1,12 @@
Loading ctags
Starting php
type 'h' or 'help' to see instructions & features
php> = 3 + 3
6
php> = $_
6
php> $x = $_

php> print $x
6
php>

0 comments on commit af66561

Please sign in to comment.