Home
last modified time | relevance | path

Searched refs:details (Results 51 – 75 of 110) sorted by relevance

12345

/PHP-7.3/ext/imap/
H A Dconfig.m464 Add --with-kerberos to your configure line. Check config.log for details.
88 Add --with-imap-ssl to your configure line. Check config.log for details.
279 AC_MSG_ERROR([build test failed. Please check the config.log for details.])
/PHP-7.3/ext/soap/
H A Dphp_encoding.h184 encodeType details; member
H A Dphp_sdl.h223 HashTable *details; /* array of sdlParamPtr */ member
H A Dphp_schema.c63 if (enc->details.ns) { in create_encoder()
64 efree(enc->details.ns); in create_encoder()
66 if (enc->details.type_str) { in create_encoder()
67 efree(enc->details.type_str); in create_encoder()
75 enc->details.ns = estrdup((char*)ns); in create_encoder()
76 enc->details.type_str = estrdup((char*)type); in create_encoder()
77 enc->details.sdl_type = cur_type; in create_encoder()
338 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
340 cur_type->encode->details.sdl_type = ptr; in schema_simpleType()
1393 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dbug42134.phpt11 require(dirname(__FILE__).'/details.inc');
H A Ddrcp_cclass1.phpt28 require(dirname(__FILE__)."/details.inc");
H A Dpassword.phpt6 require(dirname(__FILE__)."/details.inc");
H A Dpassword_2.phpt6 require(dirname(__FILE__)."/details.inc");
H A Ddetails.inc15 … // this file is not part of the source distribution; make it your own local variant of details.inc
H A Ddrcp_scope1.phpt11 require dirname(__FILE__)."/details.inc";
H A Ddrcp_scope2.phpt11 require dirname(__FILE__)."/details.inc";
H A Ddrcp_privileged.phpt39 require dirname(__FILE__)."/details.inc";
H A Dbug42841.phpt13 require dirname(__FILE__).'/details.inc';
H A Ddrcp_connect1.phpt14 require dirname(__FILE__)."/details.inc";
H A Derror_parse.phpt13 require(dirname(__FILE__).'/details.inc');
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt12 Those tests go into the details and are aimed to be a development tool, no more.
H A Dmysqli_options_init_command.phpt12 /* see mysqli.c for details */
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic_alt4-win32.phpt64 // get hdr details
H A Dmail_variation_alt1-win32.phpt64 // get hdr details
H A Dmail_variation_alt2-win32.phpt64 // get hdr details
H A Dmail_variation_alt3-win32.phpt63 // get hdr details
H A Dmail_basic_alt1-win32.phpt65 // get hdr details
H A Dmail_basic_alt2-win32.phpt63 // get hdr details
H A Dmail_basic_alt3-win32.phpt63 // get hdr details
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c218 const char* actor, const char* details) { in gen_soap_fault() argument
224 XMLRPC_CreateValueString(TOKEN_SOAP_FAULTDETAILS, details, 0), in gen_soap_fault()

Completed in 107 milliseconds

12345