/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug66112.phpt | 11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")… 18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")))); 23 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uri="uri:mist"> 26 <uri:Request><uri:A>XXX</uri:A><uri:B>yyy</uri:B></uri:Request> 35 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist">…
|
H A D | bug29839.wsdl | 1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri"> 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified"> 28 <soap:operation soapAction="http://test-uri"/>
|
H A D | bug34453.wsdl | 1 …s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-uri"> 3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified"> 28 <soap:operation soapAction="http://test-uri"/>
|
H A D | bug37278.phpt | 2 Bug #37278 (SOAP not respecting uri in __soapCall) 9 "uri" => "http://bricolage.sourceforge.net/Bric/SOAP/Auth", 17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
|
H A D | bug41097.phpt | 13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_file_variation1.phpt | 48 ["uri"]=> 68 ["uri"]=> 88 ["uri"]=> 108 ["uri"]=> 128 ["uri"]=> 148 ["uri"]=> 168 ["uri"]=> 188 ["uri"]=> 208 ["uri"]=> 228 ["uri"]=> [all …]
|
H A D | bug71323.phpt | 7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata'; 17 ["uri"]=> 18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
|
H A D | stream_get_meta_data_file_variation2.phpt | 62 ["uri"]=> 87 ["uri"]=> 110 ["uri"]=> 133 ["uri"]=>
|
H A D | stream_get_meta_data_file_variation4.phpt | 47 ["uri"]=> 69 ["uri"]=>
|
H A D | stream_get_meta_data_file_variation5.phpt | 52 ["uri"]=> 75 ["uri"]=>
|
/PHP-7.3/ext/dom/ |
H A D | domimplementation.c | 97 xmlURIPtr uri; in PHP_METHOD() local 120 uri = xmlParseURI(name); in PHP_METHOD() 121 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD() 122 localname = xmlStrdup((xmlChar *) uri->opaque); in PHP_METHOD() 125 xmlFreeURI(uri); in PHP_METHOD() 137 if (uri) { in PHP_METHOD() 138 xmlFreeURI(uri); in PHP_METHOD() 166 char *uri = NULL, *name = NULL; in PHP_METHOD() local 170 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ssO", &uri, &uri_len, &name, &name_len, &node, dom_do… in PHP_METHOD() 191 && ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL) in PHP_METHOD()
|
H A D | element.c | 116 ZEND_ARG_INFO(0, uri) 158 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local 180 if (nodep != NULL && uri != NULL) { in PHP_METHOD() 661 char *uri, *name; in PHP_FUNCTION() local 741 char *uri, *name, *value; in PHP_FUNCTION() local 870 char *name, *uri; in PHP_FUNCTION() local 927 char *uri, *name; in PHP_FUNCTION() local 1053 char *uri, *name; in PHP_FUNCTION() local 1065 nsuri = xmlCharStrndup(uri, uri_len); in PHP_FUNCTION() 1110 char *uri, *name; in PHP_FUNCTION() local [all …]
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct_uri.phpt | 21 …$uri = sprintf('uri:file://%s', (substr(PHP_OS, 0, 3) == 'WIN' ? str_replace('\\', '/', $file) : $… 30 $db = new PDO($uri, $user, $pass); 33 $uri, $dsn, 47 $db = new PDO($uri, $user, $pass); 54 $uri, $dsn, 75 [003] URI=uri:file://%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbn…
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | bug79971_1.phpt | 14 $uri = "file://$path/bug79971_1.xml"; 15 var_dump(simplexml_load_file("$uri%00foo")); 17 $sxe = simplexml_load_file($uri); 18 var_dump($sxe->asXML("$uri.out%00foo"));
|
/PHP-7.3/ext/standard/tests/network/ |
H A D | udp4loop.phpt | 7 $uri = "udp://127.0.0.1:$port"; 8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND); 16 $client = stream_socket_client($uri);
|
/PHP-7.3/ext/soap/tests/ |
H A D | custom_content_type.phpt | 26 'uri' => 'misc-uri', 42 if (strpos($headers, 'Multipart/Related; action="misc-uri#foo"') === FALSE) 52 'uri' => 'misc-uri', 68 if (strpos($headers, 'Content-Type: application/soap+xml; charset=utf-8; action="misc-uri#foo"') ==…
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | bug78599-path-info-underflow.phpt | 32 $uri = $tester->makeSourceFile(); 37 'SCRIPT_FILENAME' => $uri . "/" . str_repeat('A', 35), 41 $uri
|
/PHP-7.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 174 ZEND_ARG_INFO(0, uri) 208 ZEND_ARG_INFO(0, uri) 214 ZEND_ARG_INFO(0, uri) 221 ZEND_ARG_INFO(0, uri) 228 ZEND_ARG_INFO(0, uri) 593 xmlURI *uri; in _xmlwriter_get_valid_file_path() local 607 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path() 618 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path() 636 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path() 646 xmlFreeURI(uri); in _xmlwriter_get_valid_file_path() [all …]
|
/PHP-7.3/ext/xmlreader/tests/ |
H A D | 010.phpt | 8 <prefix:books xmlns:prefix="uri" isbn="" prefix:isbn="12isbn">book1</prefix:books>'; 20 echo $reader->getAttributeNs('isbn', 'uri');
|
/PHP-7.3/ext/dom/tests/ |
H A D | bug79971_2.phpt | 15 $uri = "file://$path/bug79971_2.xml"; 16 var_dump($imp->createDocumentType("$uri%00foo"));
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | stream_rfc2397_002.phpt | 49 ["uri"]=> 70 ["uri"]=> 101 ["uri"]=> 126 ["uri"]=> 151 ["uri"]=> 178 ["uri"]=>
|
/PHP-7.3/ext/soap/tests/schema/ |
H A D | test_schema.inc | 15 xmlns:tns="http://test-uri/" 19 targetNamespace="http://test-uri/" 22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm… 41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
|
/PHP-7.3/ext/xmlwriter/tests/ |
H A D | xmlwriter_write_attribute_ns_basic_001.phpt | 11 xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'); 25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
|
H A D | xmlwriter_write_attribute_ns_error_001.phpt | 11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri'); 23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
|
/PHP-7.3/ext/zip/tests/ |
H A D | stream_meta_data.phpt | 51 ["uri"]=> 71 ["uri"]=>
|