Home
last modified time | relevance | path

Searched refs:part (Results 176 – 200 of 221) sorted by relevance

123456789

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
H A Dbug50698_4.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
H A Dbug50698_3.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
H A Dbug50698_2.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt409 string(6) "&part;"
918 string(6) "&part;"
1425 string(6) "&part;"
H A Dhtml_entity_decode_html4.phpt210 "&part;",
H A Dget_html_translation_table_basic1.phpt396 string(6) "&part;"
H A Dhtmlentities_html4.phpt266 &part; U+02202
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation2.phpt11 * Description: Returns part of a string
H A Dmb_substr_variation3.phpt11 * Description: Returns part of a string
/PHP-5.5/ext/dba/
H A DREADME52 this is that on several systems these libraries are part of more than one
/PHP-5.5/ext/soap/
H A Dphp_sdl.c452 xmlNodePtr *message, part; in wsdl_soap_binding_header() local
476 if (!part) { in wsdl_soap_binding_header()
511 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
515 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
517 h->element = get_element(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header()
666 xmlNodePtr trav, part, message = NULL, *tmp; in wsdl_message() local
699 part = trav; in wsdl_message()
704 name = get_attribute(part->properties, "name"); in wsdl_message()
711 type = get_attribute(part->properties, "type"); in wsdl_message()
715 element = get_attribute(part->properties, "element"); in wsdl_message()
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1950 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
964 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
978 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
991 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1001 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1029 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1042 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1057 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1070 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1083 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
[all …]
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m49 If ',dir' part is omitted, default for the flavour
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE180 table, the facility still operates, and performs whatever part of
195 distribute the same sections as part of a whole which is a work based
198 entire whole, and thus to each and every part regardless of who wrote
224 This option is useful when you wish to copy part of the code of
253 that is part of the Library, the object code for the work may be a
346 that part of it is a work based on the Library, and explaining
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt44 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
/PHP-5.5/Zend/RFCs/
H A D002.txt78 (Here, the ":" between "Name" and "Space" is part of the name, it is
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt28 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature)
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW83 pre-screening of input when a literal string is known to be part of the
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1050 long part; in SPL_METHOD() local
1054 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &part, &prefix, &prefix_len) == FAILURE… in SPL_METHOD()
1057 if (0 > part || part > 5) { in SPL_METHOD()
1062 smart_str_free(&object->prefix[part]); in SPL_METHOD()
1063 smart_str_appendl(&object->prefix[part], prefix, prefix_len); in SPL_METHOD()
1240 ZEND_ARG_INFO(0, part)
/PHP-5.5/
H A DREADME.REDIST.BINS75 as part of a software package, or anywhere else to improve security,
315 This file is part of libzip, a library to manipulate ZIP archives.
358 Sponsored in part by the Defense Advanced Research Projects
H A DREADME.PARAMETER_PARSING_API38 part of the conversion process.
/PHP-5.5/ext/opcache/
H A DREADME184 be enabled only as part of a debugging process.
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re328 add_error(s, "Missing expected time part");
/PHP-5.5/ext/standard/
H A Dstring.c1734 zend_bool part = 0; local
1736 …rameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|b", &haystack, &haystack_len, &needle, &part) == FAILURE) {
1764 if (part) {
1787 zend_bool part = 0; local
1789 …rameters(ZEND_NUM_ARGS() TSRMLS_CC, "sz|b", &haystack, &haystack_len, &needle, &part) == FAILURE) {
1811 if (part) {

Completed in 147 milliseconds

123456789