diff options
author | Alexander Kiryukhin <alexander.kiryukhin@tatar.ru> | 2012-08-28 18:03:50 +0400 |
---|---|---|
committer | Alexander Kiryukhin <alexander.kiryukhin@tatar.ru> | 2012-08-28 18:03:50 +0400 |
commit | 136e5b6a9469e3fa9bb6ee64f5b3a20d2eeb4fc4 (patch) | |
tree | 11b6d9b44c5727835eca67df9a803f3b9d671680 /test.php | |
parent | 2490707e5cd7dc70a915a931e4e76a2922011065 (diff) |
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test.php b/test.php new file mode 100644 index 0000000..b57b514 --- /dev/null +++ b/test.php @@ -0,0 +1,8 @@ +<?php + +include 'nyaml.php'; + +$nyaml = new NXP\nyaml(); + +print_r($nyaml->file('test.nyaml')); + |