Home
last modified time | relevance | path

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

/PHP-7.4/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.4/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()

Completed in 8 milliseconds