diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-22 18:28:59 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-22 18:28:59 +0300 |
| commit | 8f947db6515f2ff2b6b2cd8abaedf297745c2176 (patch) | |
| tree | 172abfb15142ea7b53a4bc99145453be30e375b8 /tests/obj.php | |
| parent | d827d5345f778bb9a481e916666c540801108d18 (diff) | |
| download | gyraf1gov-8f947db6515f2ff2b6b2cd8abaedf297745c2176.tar.gz gyraf1gov-8f947db6515f2ff2b6b2cd8abaedf297745c2176.tar.bz2 gyraf1gov-8f947db6515f2ff2b6b2cd8abaedf297745c2176.zip | |
working onto application form
Diffstat (limited to 'tests/obj.php')
| -rw-r--r-- | tests/obj.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/obj.php b/tests/obj.php new file mode 100644 index 0000000..8537381 --- /dev/null +++ b/tests/obj.php @@ -0,0 +1,9 @@ +<?php + +print_r(json_decode( json_encode( [ + 'in' => [ + 'el' => 'mesa', + 'en' => 'inside' + ], + 'out' => 'exo' +])));
\ No newline at end of file |
