Lines Matching refs:body
35 private function sendRequest($body, $path = '/', $headers = ['Depth' => '0']) { argument
37 $request = new HTTP\Request('PROPFIND', $path, $headers, $body);
58 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
59 $xml = simplexml_load_string($body);
84 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
85 $xml = simplexml_load_string($body);
107 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
108 $xml = simplexml_load_string($body);
141 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
142 $xml = simplexml_load_string($body);
160 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
161 $xml = simplexml_load_string($body);
172 …$test))==true,'We expected the ' . $test . ' element to appear in the response, we got: ' . $body);
176 $this->assertEquals(1,count($val),$body);
183 $body = '<?xml version="1.0"?>
191 $result = $this->server->xml->parse($body);