Home
last modified time | relevance | path

Searched refs:part (Results 151 – 175 of 213) sorted by relevance

123456789

/PHP-5.4/
H A DCODING_STANDARDS57 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the
109 2. If they are part of a "parent set" of functions, that parent should
169 1. Functions that are part of the external API should be named
296 as the code can be reasonably be kept as part of the codebase. See
/PHP-5.4/ext/spl/internal/
H A Dsplfileobject.inc164 /** Read and return remaining part of stream
165 * @return size of remaining part passed through
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt67 TODO - we skip this part of the test for now, because of bugs.mysql.com/26824
/PHP-5.4/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-5.4/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.4/ext/mbstring/
H A Dmbstring.c294 ZEND_ARG_INFO(0, part)
301 ZEND_ARG_INFO(0, part)
308 ZEND_ARG_INFO(0, part)
2446 zend_bool part = 0; in PHP_FUNCTION() local
2474 if (part) { in PHP_FUNCTION()
2504 zend_bool part = 0; in PHP_FUNCTION() local
2534 if (part) { in PHP_FUNCTION()
2560 zend_bool part = 0; in PHP_FUNCTION() local
2596 if (part) { in PHP_FUNCTION()
2619 zend_bool part = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.4/ext/oci8/tests/
H A Derror_parse.phpt8 // As part of the fix for Bug 42134, an error handling difference was
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_008w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_009w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
H A Dr4_groupH_complex_doclit_010w.phpt53 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
/PHP-5.4/ext/imap/
H A Dphp_imap.c3480 PART *mypart=NULL, *part; in PHP_FUNCTION() local
3668 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3669 mypart = bod->nested.part; in PHP_FUNCTION()
3772 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3819 part = bod->nested.part; in PHP_FUNCTION()
3843 rfc822_write_body_header(&t, &part->body); in PHP_FUNCTION()
3850 bod=&part->body; in PHP_FUNCTION()
3855 } while ((part = part->next)); /* until done */ in PHP_FUNCTION()
4543 PART *part; in _php_imap_add_body() local
4636 for (part = body->CONTENT_PART; part; part = part->next) { in _php_imap_add_body()
[all …]
/PHP-5.4/ext/standard/html_tables/
H A Dents_html401.txt174 part 2202
H A Dents_xhtml.txt206 part 2202
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput81805 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1819 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1833 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1846 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1856 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1884 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1897 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1912 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1925 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
1938 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a…
[all …]
/PHP-5.4/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-5.4/ext/gd/libgd/
H A DREADME45 software is based in part on the work of the Independent JPEG
/PHP-5.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt235 [∂] => &part;
H A Dget_html_translation_table_basic2.phpt409 string(6) "&part;"
918 string(6) "&part;"
1425 string(6) "&part;"
/PHP-5.4/ext/mbstring/tests/
H A Dmb_substr_variation2.phpt11 * Description: Returns part of a string
/PHP-5.4/ext/dba/
H A DREADME52 this is that on several systems these libraries are part of more than one
/PHP-5.4/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 …]

Completed in 75 milliseconds

123456789