Home
last modified time | relevance | path

Searched refs:TOKEN (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/soap/tests/bugs/
H A Dbug65018.phpt8 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…
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c241 #define TOKEN(c) tokens[(unsigned char)c] macro
979 c = TOKEN(ch); in php_http_parser_execute()
1014 c = TOKEN(ch); in php_http_parser_execute()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c152779 #define TOKEN yyminor
152783 if( TOKEN.z[0] ){
152784 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);

Completed in 385 milliseconds