Home
last modified time | relevance | path

Searched refs:classmap (Results 1 – 25 of 32) sorted by relevance

12

/php-src/ext/soap/tests/bugs/
H A Dbug41004.phpt24 $classmap = array('EchoBean'=>'EchoBean','echo'=>'EchoRequest','echoResponse'=>'EchoResponse');
25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
H A Dbug42183.phpt2 Bug #42183 (classmap cause crash in non-wsdl mode )
20 'classmap' => array('Object' => 'PHPObject')));
H A Dsegfault_assertion_props.phpt32 $client = new TestSoapClient(__DIR__."/../classmap.wsdl", ['classmap' => ['Struct' => 'DummyClass']…
H A Dbug36575.phpt32 $client = new SoapClient(__DIR__."/bug36575.wsdl", array("trace" => 1, "exceptions" => 0, "classmap
42 $server = new SoapServer(__DIR__."/bug36575.wsdl", array("classmap" => $classMap));
H A Dbug42326.phpt41 $soap = new SoapServer(__DIR__.'/bug42326.wsdl', array('classmap' => $soap_admin_classmap));
H A Dbug30928.phpt42 array("classmap" => array('testType'=>'foo')));
/php-src/ext/soap/tests/
H A Dclassmap002.phpt2 SOAP Classmap 2: SoapClient support for classmap
31 'classmap' => array('book'=>'book', 'wsdltype2'=>'classname2')
34 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dclassmap005.phpt2 SOAP Classmap 5: SoapClient support for classmap with namespace
35 'classmap' => array('book'=>'book', '{http://schemas.nothing.com}book'=>'bookNs')
38 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dclassmap001.phpt2 SOAP Classmap 1: SoapServer support for classmap
41 'classmap' => array('book'=>'book', 'wsdltype2'=>'classname2')
44 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dbug70875.phpt20 'classmap' => [
H A Dclassmap003.phpt47 array('classmap'=>array('A'=>'A','B'=>'B')));
H A Dtypemap012.phpt33 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dclassmap006.phpt52 array('classmap'=>array('A'=>'A','{urn:abt}At'=>'Attest','B'=>'B')));
H A Dclassmap004.phpt55 array('classmap'=>array('A'=>'A','B'=>'B')));
H A Dclassmap007.phpt52 array('classmap'=>array('A'=>'A','{urn:abt}At'=>'Attest','B'=>'B')));
H A Dbug79536.phpt55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap003.phpt45 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap009.phpt50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap010.phpt50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap011.phpt40 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dany.phpt47 'classmap' => array('SOAPComplexType'=>'SOAPComplexType')));
H A Dtypemap004.phpt33 $client = new TestSoapClient(__DIR__."/classmap.wsdl",$options);
H A Dtypemap001.phpt55 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
H A Dtypemap002.phpt50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c983 uint8_t *classmap = NULL; in set_start_bits() local
1598 classmap = ((xclassflags & XCL_MAP) == 0)? NULL : in set_start_bits()
1608 PCRE2_SPTR p = tcode + 1 + LINK_SIZE + 1 + ((classmap == NULL)? 0:32); in set_start_bits()
1668 classmap = (uint8_t *)(++tcode); in set_start_bits()
1682 if (classmap != NULL) in set_start_bits()
1687 for (c = 0; c < 16; c++) re->start_bitmap[c] |= classmap[c]; in set_start_bits()
1690 if ((classmap[c/8] & (1u << (c&7))) != 0) in set_start_bits()
1703 for (c = 0; c < 32; c++) re->start_bitmap[c] |= classmap[c]; in set_start_bits()

Completed in 33 milliseconds

12