Home
last modified time | relevance | path

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

12345678

/PHP-7.3/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt11 * Description: Returns part of a string
H A Dmb_substr_variation5.phpt11 * Description: Returns part of a string
H A Dmb_substr_variation6.phpt11 * Description: Returns part of a string
H A Dmb_substr_variation7.phpt11 * Description: Returns part of a string
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt43 …s1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
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-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt47 // MyISAM engine should be part of _every_ MySQL today
122 // MyISAM engine should be part of _every_ MySQL today
/PHP-7.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/PHP-7.3/sapi/apache2handler/
H A DREADME67 If you want to debug a part of the PHP startup procedure, set a
/PHP-7.3/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-7.3/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-7.3/ext/spl/internal/
H A Dsplfileobject.inc164 /** Read and return remaining part of stream
165 * @return size of remaining part passed through
/PHP-7.3/ext/oci8/tests/
H A Derror_parse.phpt8 // As part of the fix for Bug 42134, an error handling difference was
/PHP-7.3/
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
190 1. Functions that are part of the external API should be named
320 as the code can be reasonably be kept as part of the codebase. See the
/PHP-7.3/ext/mbstring/
H A Dmbstring.c282 ZEND_ARG_INFO(0, part)
289 ZEND_ARG_INFO(0, part)
296 ZEND_ARG_INFO(0, part)
2552 zend_bool part = 0; in PHP_FUNCTION() local
2574 if (part) { in PHP_FUNCTION()
2607 zend_bool part = 0; in PHP_FUNCTION() local
2631 if (part) { in PHP_FUNCTION()
2660 zend_bool part = 0; in PHP_FUNCTION() local
2687 if (part) { in PHP_FUNCTION()
2713 zend_bool part = 0; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c3563 PART *mypart=NULL, *part; in PHP_FUNCTION() local
3790 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3791 mypart = bod->nested.part; in PHP_FUNCTION()
3910 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3957 part = bod->nested.part; in PHP_FUNCTION()
3981 rfc822_write_body_header(&t, &part->body); in PHP_FUNCTION()
3988 bod=&part->body; in PHP_FUNCTION()
3993 } while ((part = part->next)); /* until done */ in PHP_FUNCTION()
4672 PART *part; in _php_imap_add_body() local
4759 for (part = body->CONTENT_PART; part; part = part->next) { in _php_imap_add_body()
[all …]
/PHP-7.3/ext/standard/html_tables/
H A Dents_html401.txt174 part 2202
H A Dents_xhtml.txt206 part 2202
/PHP-7.3/ext/curl/
H A Dinterface.c2778 curl_mimepart *part; in _php_curl_setopt() local
2836 part = curl_mime_addpart(mime); in _php_curl_setopt()
2837 if (part == NULL) { in _php_curl_setopt()
2841 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in _php_curl_setopt()
2842 || (form_error = curl_mime_filedata(part, ZSTR_VAL(postval))) != CURLE_OK in _php_curl_setopt()
2843 … || (form_error = curl_mime_filename(part, filename ? filename : ZSTR_VAL(postval))) != CURLE_OK in _php_curl_setopt()
2844 … || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in _php_curl_setopt()
2869 part = curl_mime_addpart(mime); in _php_curl_setopt()
2870 if (part == NULL) { in _php_curl_setopt()
2875 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in _php_curl_setopt()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt235 [∂] => &part;

Completed in 123 milliseconds

12345678