Home
last modified time | relevance | path

Searched refs:part (Results 126 – 150 of 184) sorted by relevance

12345678

/php-src/
H A DCODING_STANDARDS.md54 1. Use `PHP_*` macros in the PHP source, and `ZEND_*` macros in the Zend part of
118 1. If they are part of a "parent set" of functions, that parent should be
215 1. Functions that are part of the external API should be named
307 code can be reasonably be kept as part of the codebase. See the `README` in the
H A DCONTRIBUTING.md98 …e-representation-in-PHP-7-part-1.html), [part 2](https://www.npopov.com/2015/06/19/Internal-value-…
110 …tps://phpinternals.net/articles/implementing_a_range_operator_into_php), [part 2](https://phpinter…
211 └─ ir/ # Bundled part of IR framework https://github.com/dstogov/ir
H A DREADME.REDIST.BINS47 Email local part: ph10
61 Email local part: hzmester
72 Email local part: hzmester
176 as part of a software package, or anywhere else to improve security,
376 Sponsored in part by the Defense Advanced Research Projects
491 G. Lane. This software is based in part on the work of the
568 This function is part of libzip, a library to manipulate ZIP archives.
/php-src/tests/classes/
H A Darray_access_010.phpt6 // NOTE: This will become part of SPL
H A Darray_access_009.phpt6 // NOTE: This will become part of SPL
H A Darray_access_011.phpt6 // NOTE: This will become part of SPL
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt45 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_010w.phpt45 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_008w.phpt45 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_009w.phpt45 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
/php-src/scripts/dev/
H A Dmakedist51 - last part of tag is optional and is one of RC, alpha, or
/php-src/sapi/fpm/tests/
H A Dtester.inc791 foreach ($parts as $part) {
792 if (!is_array($part)) {
793 $part = ['name' => $part];
794 } elseif ( ! isset($part['name'])) {
795 throw new \Exception('Each part has to have a name');
797 $name = $part['name'];
798 $dispositionType = $part['disposition'] ?? 'form-data';
799 $dispositionParam = $part['param'] ?? 'name';
800 $value = $part['value'] ?? 'test';
801 $partHeaders = $part['headers'] ?? [];
/php-src/ext/standard/html_tables/
H A Dents_html401.txt174 part 2202
H A Dents_xhtml.txt206 part 2202
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt235 [∂] => &part;
H A Dget_html_translation_table_basic2.phpt404 string(6) "&part;"
913 string(6) "&part;"
1420 string(6) "&part;"
H A Dhtml_entity_decode_html4.phpt210 "&part;",
H A Dget_html_translation_table_basic1.phpt391 string(6) "&part;"
/php-src/ext/spl/
H A Dspl_iterators.stub.php446 public function setPrefixPart(int $part, string $value): void {} argument
/php-src/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"/>
/php-src/ext/soap/
H A Dphp_sdl.c459 xmlNodePtr message, part; in wsdl_soap_binding_header() local
483 if (!part) { in wsdl_soap_binding_header()
518 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
522 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
524 h->element = get_element(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header()
670 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
703 part = trav; in wsdl_message()
708 name = get_attribute(part->properties, "name"); in wsdl_message()
715 type = get_attribute(part->properties, "type"); in wsdl_message()
719 element = get_attribute(part->properties, "element"); in wsdl_message()
[all …]
/php-src/ext/pdo_odbc/
H A Dconfig.m43 of: ibm-db2, iODBC, unixODBC, generic. If ',dir' part is omitted, default for
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt45 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
/php-src/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

Completed in 50 milliseconds

12345678