aboutsummaryrefslogtreecommitdiff
path: root/test.php
diff options
context:
space:
mode:
authorAlexander Kiryukhin <alexander.kiryukhin@tatar.ru>2012-08-28 18:03:50 +0400
committerAlexander Kiryukhin <alexander.kiryukhin@tatar.ru>2012-08-28 18:03:50 +0400
commit136e5b6a9469e3fa9bb6ee64f5b3a20d2eeb4fc4 (patch)
tree11b6d9b44c5727835eca67df9a803f3b9d671680 /test.php
parent2490707e5cd7dc70a915a931e4e76a2922011065 (diff)
Alpha of new versionHEADmaster
Diffstat (limited to 'test.php')
-rw-r--r--test.php8
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'));
+