Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/oci8/tests/
H A Dbug42134.phpt11 require(dirname(__FILE__).'/details.inc');
H A Ddrcp_cclass1.phpt25 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 Dpassword.phpt6 require(dirname(__FILE__)."/details.inc");
H A Dpassword_2.phpt6 require(dirname(__FILE__)."/details.inc");
H A Ddrcp_scope2.phpt11 require dirname(__FILE__)."/details.inc";
H A Ddrcp_scope1.phpt11 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-5.5/ext/standard/tests/mail/
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
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_include.inc135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
/PHP-5.5/ext/soap/
H A Dphp_sdl.h224 HashTable *details; /* array of sdlParamPtr */ member
H A Dphp_schema.c64 if (enc->details.ns) { in create_encoder()
65 efree(enc->details.ns); in create_encoder()
67 if (enc->details.type_str) { in create_encoder()
68 efree(enc->details.type_str); in create_encoder()
76 enc->details.ns = estrdup((char*)ns); in create_encoder()
77 enc->details.type_str = estrdup((char*)type); in create_encoder()
78 enc->details.sdl_type = cur_type; in create_encoder()
339 cur_type->encode->details.ns = estrdup(newType->namens); in schema_simpleType()
341 cur_type->encode->details.sdl_type = *ptr; in schema_simpleType()
1392 cur_type->encode->details.ns = estrdup(newType->namens); in schema_complexType()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt15 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-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c221 const char* actor, const char* details) { in gen_soap_fault() argument
227 XMLRPC_CreateValueString(TOKEN_SOAP_FAULTDETAILS, details, 0), in gen_soap_fault()
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt82 // use localeconv() to get the details of currently set locale
/PHP-5.5/ext/pgsql/
H A DREADME65 manual for details. Followings are common cases that async functions
80 Please refer to libpq manual or source for details.

Completed in 71 milliseconds

12345