Searched refs:struct (Results 1 – 25 of 91) sorted by relevance
1234
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug28985.phpt | 15 string(100) "struct LoginMGDIS { 25 string(28) "struct GetIdentification { 32 string(43) "struct ArrayOfAnyType { 42 string(68) "struct GetListeProfil { 47 string(87) "struct MGCodeLibelle { 66 string(43) "struct ArrayOfMGCodif { 70 string(18) "struct MGCodif { 77 string(39) "struct TestPhpSoap { 85 string(50) "struct GetListeCodif { 89 string(87) "struct MGCodifGrp { [all …]
|
/PHP-7.3/ext/wddx/tests/ |
H A D | bug35410.phpt | 16 <struct> 18 <struct> 20 <struct> 22 <struct> 30 <struct> 32 <struct> 36 </struct> 38 </struct> 40 </struct> 42 </struct> [all …]
|
H A D | bug35410_64bit.phpt | 16 <struct> 18 <struct> 20 <struct> 22 <struct> 30 <struct> 32 <struct> 36 </struct> 38 </struct> 40 </struct> 42 </struct> [all …]
|
H A D | bug72142.phpt | 8 …ze_value('', '</comment></header><data><struct><var name="php_class_name"><string>stdClass</string… 14 …><data><struct><var name="php_class_name"><string>stdClass<…
|
H A D | 004.phpt | 63 …struct><var name='data'><struct><var name='test1'><boolean value='true'/></var><var name='test2'><…
|
H A D | 005.phpt | 41 …struct><var name='data'><struct><var name='test1'><boolean value='true'/></var><var name='test2'><…
|
H A D | bug48562.phpt | 33 string(78) "<wddxPacket version='1.0'><header/><data><struct></struct></data></wddxPacket>" 34 …120) "<wddxPacket version='1.0'><header/><data><struct><var name='foo'><string>bar</string></var><…
|
H A D | bug37587.phpt | 14 <struct> 16 </struct>
|
H A D | bug52468.phpt | 12 …er><comment>my_command</comment></header><data><struct><var name='handle'><number></number></var><…
|
H A D | bug68996.phpt | 15 <wddxPacket version='1.0'><header/><data><struct><var name=''><string>foo</string></var></struct></…
|
H A D | bug72749.phpt | 17 <struct> 21 </struct>
|
H A D | bug72750.phpt | 18 <struct> 22 </struct>
|
H A D | bug71335.phpt | 13 <struct> 20 </struct>
|
H A D | bug73331.phpt | 8 …wddxPacket version='1.0'><header/><data><struct><var name='php_class_name'><string>PDORow</string>…
|
/PHP-7.3/ext/soap/interop/ |
H A D | server_round2_groupB.php | 22 function echoStructAsSimpleTypes ($struct) argument 24 return array('outputString' => $struct->varString, 25 'outputInteger' => $struct->varInt, 26 'outputFloat' => $struct->varFloat); 36 function echoNestedStruct($struct) argument 38 return $struct;
|
/PHP-7.3/ext/soap/tests/interop/Round2/GroupB/ |
H A D | round2_groupB.inc | 4 function echoStructAsSimpleTypes ($struct) 6 return array('outputString' => $struct->varString, 7 'outputInteger' => $struct->varInt, 8 'outputFloat' => $struct->varFloat); 18 function echoNestedStruct($struct) 20 return $struct;
|
/PHP-7.3/ext/xmlrpc/tests/ |
H A D | bug37057.phpt | 12 <struct> 17 </struct> 33 <struct> 38 </struct>
|
H A D | bug45226.phpt | 26 <struct> 33 </struct> 44 <struct> 51 </struct>
|
H A D | 003.phpt | 39 <struct> 58 </struct> 86 <struct> 105 </struct>
|
H A D | bug50761.phpt | 11 <value><struct> 15 </struct></value> 16 <value><struct> 20 </struct></value>
|
/PHP-7.3/ext/json/tests/ |
H A D | json_encode_pretty_print.phpt | 8 $struct = json_decode($json); 9 $pretty = json_encode($struct, JSON_PRETTY_PRINT); 12 printf("Match: %d\n", $pretty == $struct);
|
/PHP-7.3/ext/soap/tests/soap12/ |
H A D | soap12-test.inc | 65 function echoStructAsSimpleTypes ($struct) { 66 return array('outputString' => $struct->varString, 67 'outputInteger' => $struct->varInt, 68 'outputFloat' => $struct->varFloat); 77 function echoNestedStruct($struct) { 78 return $struct;
|
/PHP-7.3/ext/sockets/ |
H A D | config.m4 | 7 dnl Check for struct cmsghdr 8 AC_CACHE_CHECK([for struct cmsghdr], ac_cv_cmsghdr, 12 #include <sys/socket.h>]], [[struct cmsghdr s; s]])], [ac_cv_cmsghdr=yes], [ac_cv_cmsghdr=no]) 16 AC_DEFINE(HAVE_CMSGHDR,1,[Whether you have struct cmsghdr]) 24 ]], [[static struct msghdr tp; int n = (int) tp.msg_flags; return n]])],[], 30 AC_CACHE_CHECK([for field ss_family in struct sockaddr_storage], ac_cv_ss_family, 36 ]], [[struct sockaddr_storage sa_store; sa_store.ss_family = AF_INET6;]])],
|
/PHP-7.3/ext/soap/tests/ |
H A D | any.phpt | 17 $struct = new SOAPComplexType('arg',34,325.325); 23 $struct = $x->inputAny->any["SOAPComplexType"]; 24 if ($struct instanceof SOAPComplexType) { 25 …return array("return" => array("any" => array("SOAPComplexType"=>new SoapVar($struct, SOAP_ENC_OBJ… 53 …"any"=>new SoapVar($struct, SOAP_ENC_OBJECT, "SOAPComplexType", "http://soapinterop.org/xsd", "SOA…
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 86 + struct magic *mp; 94 -private struct magic_map *apprentice_load(struct magic_set *, 95 +private struct magic_map *apprentice_load(struct magic_set *, 140 struct mlist *ml; 304 -buffer_apprentice(struct magic_set *ms, struct magic **bufs, 519 - struct stat st; 1708 struct tm tm; 2272 -struct stat; 2392 -struct tm *gmtime_r(const time_t *, struct tm *); 2395 -struct tm *localtime_r(const time_t *, struct tm *); [all …]
|
Completed in 34 milliseconds
1234