This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: MTEAV Sample | |
description: Tables for MTEAV test. | |
EA = { | |
entity, attribute | |
1, 'A1 A3 A4' | |
2, 'A1 A2 A3 A4' | |
3, 'A2 A4' | |
4, 'A1 A4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"firstName": "John", | |
"lastName": "Smith", | |
"age": 25, | |
"address": { | |
"streetAddress": "21 2nd Street", | |
"city": "New York", | |
"state": "NY", | |
"postalCode": "10021" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author SuyashBansal | |
* @author Kingster | |
* @category SMS | |
* @copyright 2015 | |
* @description Request this page with get or post params | |
* @param uid = Way2SMS Username | |
* @param pwd = Way2SMS Password | |
* @param phone = Number to send to. Multiple Numbers separated by comma (,). |