Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 163) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS320 . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary
1482 . The hash extension is now an integral part of PHP and cannot be disabled
H A DUPGRADING36 was a simple (CV) variable and did not occur as part of the list().
316 . The username and password can now be specified as part of the PDO DSN for
598 . The hash extension cannot be disabled anymore and is always an integral part
H A DUPGRADING.INTERNALS286 - Obsolescant checks for headers and functions that are part of C89 have
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc76 displayBytes(1, "Block to be absorbed (part)", curInput, partialBlock);
123 displayBytes(1, "Squeezed block (part)", curOutput, partialBlock);
194 displayBytes(1, "Block to be absorbed (part)", curData, partialBlock);
292 displayBytes(1, "Squeezed block (part)", curData, partialBlock);
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc76 displayBytes(1, "Block to be absorbed (part)", curInput, partialBlock);
123 displayBytes(1, "Squeezed block (part)", curOutput, partialBlock);
194 displayBytes(1, "Block to be absorbed (part)", curData, partialBlock);
292 displayBytes(1, "Squeezed block (part)", curData, partialBlock);
/PHP-7.4/ext/mbstring/
H A Dmbstring.c286 ZEND_ARG_INFO(0, part)
293 ZEND_ARG_INFO(0, part)
300 ZEND_ARG_INFO(0, part)
2703 zend_bool part = 0; in PHP_FUNCTION() local
2722 if (part) { in PHP_FUNCTION()
2754 zend_bool part = 0; in PHP_FUNCTION() local
2775 if (part) { in PHP_FUNCTION()
2804 zend_bool part = 0; in PHP_FUNCTION() local
2829 if (part) { in PHP_FUNCTION()
2855 zend_bool part = 0; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/pgsql/tests/
H A D06copy_2.phpt2 PostgreSQL copy functions, part 2
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2198 - /* take dir part */
/PHP-7.4/ext/curl/
H A Dinterface.c2162 curl_mimepart *part; in build_mime_structure_from_hash() local
2246 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2247 if (part == NULL) { in build_mime_structure_from_hash()
2251 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()
2252 …|| (form_error = curl_mime_data_cb(part, filesize, read_cb, seekfunc, free_cb, cb_arg)) != CURLE_OK in build_mime_structure_from_hash()
2253 || (form_error = curl_mime_filename(part, filename ? filename : ZSTR_VAL(postval))) != CURLE_OK in build_mime_structure_from_hash()
2254 || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in build_mime_structure_from_hash()
2280 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
2281 if (part == NULL) { in build_mime_structure_from_hash()
2286 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()
[all …]
/PHP-7.4/build/
H A Dpkg.m423 dnl distribute this file as part of a program that contains a
H A Dphp.m41574 dnl LIBS. This should be called in the ACTION-IF-NOT-FOUND part of
H A Dlibtool.m41325 # assumed that no part of a normal pathname contains ";" but that should
4122 # This file is part of GNU Libtool:
4140 # distribute this file as part of a program that contains a
H A Dphp_cxx_compile_stdcxx.m477 dnl The relevant part of the unchanged original implementation is below.
/PHP-7.4/ext/imap/
H A Dphp_imap.c3585 PART *mypart=NULL, *part; in PHP_FUNCTION() local
3812 bod->nested.part = mail_newbody_part(); in PHP_FUNCTION()
3813 mypart = bod->nested.part; in PHP_FUNCTION()
3932 if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { in PHP_FUNCTION()
3979 part = bod->nested.part; in PHP_FUNCTION()
4003 rfc822_write_body_header(&t, &part->body); in PHP_FUNCTION()
4010 bod=&part->body; in PHP_FUNCTION()
4015 } while ((part = part->next)); /* until done */ in PHP_FUNCTION()
4691 PART *part; in _php_imap_add_body() local
4778 for (part = body->CONTENT_PART; part; part = part->next) { in _php_imap_add_body()
[all …]
/PHP-7.4/ext/standard/
H A Dstring.c1837 zend_bool part = 0; local
1843 Z_PARAM_BOOL(part)
1874 if (part) {
1896 zend_bool part = 0; local
1902 Z_PARAM_BOOL(part)
1927 if (part) {
H A Dbasic_functions.c2234 ZEND_ARG_INFO(0, part)
2240 ZEND_ARG_INFO(0, part)
/PHP-7.4/ext/opcache/tests/
H A Dbug81015.phpt2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
8 // the "true" part is not as trivial in the real case
H A Dbug78189.phpt20 $part = substr($filename, strlen($tmpdir), 34);
21 if (!preg_match('~/[0-9a-f]{32}/~', $part)) {
22 echo "invalid opcache folder: $part\n";
/PHP-7.4/ext/soap/
H A Dphp_sdl.c451 xmlNodePtr message, part; in wsdl_soap_binding_header() local
475 if (!part) { in wsdl_soap_binding_header()
510 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
514 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
516 h->element = get_element(ctx->sdl, part, tmp->children->content); in wsdl_soap_binding_header()
662 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
695 part = trav; in wsdl_message()
700 name = get_attribute(part->properties, "name"); in wsdl_message()
707 type = get_attribute(part->properties, "type"); in wsdl_message()
711 element = get_attribute(part->properties, "element"); in wsdl_message()
[all …]
/PHP-7.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
H A Dbug76386.phpt22 // test part 1 - TIMESTAMP(n)
52 // test part 2 - TIME(n)
/PHP-7.4/Zend/tests/
H A Dlive_range_phi_leak.phpt2 Missing live range if part of phi
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1100 zend_long part; in SPL_METHOD() local
1105 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &part, &prefix, &prefix_len) == FAILURE) { in SPL_METHOD()
1109 if (0 > part || part > 5) { in SPL_METHOD()
1114 smart_str_free(&object->prefix[part]); in SPL_METHOD()
1115 smart_str_appendl(&object->prefix[part], prefix, prefix_len); in SPL_METHOD()
1315 ZEND_ARG_INFO(0, part)
/PHP-7.4/ext/standard/tests/mail/
H A Dbug54298.phpt12 var_dump(mail('someuser@example.com', 'testsubj', 'Body part', ''));
20 Body part
/PHP-7.4/tests/classes/
H A Darray_access_011.phpt6 // NOTE: This will become part of SPL

Completed in 162 milliseconds

1234567