Searched refs:TOKEN (Results 1 – 3 of 3) sorted by relevance
8 public function TOKEN($id){9 return new SoapHeader('namespace1', 'TOKEN', $id, true);19 '<SOAP-ENV:Header><ns1:TOKEN soapenv:mustUnderstand="1">abc</ns1:TOKEN></SOAP-ENV:Header>'.28 …s.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header><ns1:TOKEN SOAP-ENV:mustUnderstand="1">abc</ns1:TOK…
309 #define TOKEN(c) tokens[(unsigned char)c] macro1045 c = TOKEN(ch); in php_http_parser_execute()1080 c = TOKEN(ch); in php_http_parser_execute()
126609 #define TOKEN (yyminor.yy0)126612 assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */126613 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
Completed in 420 milliseconds