Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.1/ext/opcache/tests/
H A Dssa_bug_010.phpt7 function foo($parts, $a, $b) {
10 foreach ($parts as $part) {
/PHP-8.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc59 $parts = explode(';', $dsn);
60 foreach ($parts as $k => $v) {
109 $parts = explode('.', $version_string);
110 if (count($parts) < 3)
113 $version = (int)$parts[0] * 10000;
114 $version+= (int)$parts[1] * 100;
115 $version+= (int)$parts[2];
H A Dbug_50323.phpt24 $parts = explode(';', $dsn);
25 foreach ($parts as $k => $v) {
H A Dpdo_mysql_attr_errmode.phpt98 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
136 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
/PHP-8.1/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt39 'parts' => [
49 Warning: Unknown: Multipart body parts limit exceeded 10. To increase the limit change max_multipar…
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt38 'parts' => [
50 Warning: Unknown: Multipart body parts limit exceeded 25. To increase the limit change max_multipar…
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt37 'parts' => [
H A Dtester.inc649 $parts = $stdin['parts'] ?? null;
650 if (empty($parts)) {
657 $count = $parts['count'] ?? null;
659 $dispositionType = $parts['disposition'] ?? 'form-data';
660 $dispositionParam = $parts['param'] ?? 'name';
661 $namePrefix = $parts['prefix'] ?? 'f';
662 $nameSuffix = $parts['suffix'] ?? '';
663 $value = $parts['value'] ?? 'test';
664 $parts = [];
666 $parts[] = [
[all …]
/PHP-8.1/ext/reflection/tests/
H A Dreflectionclass_for_traits.phpt2 Tests some parts of ReflectionClass behavior for traits
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
H A DReflectionClass_toString_002.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
/PHP-8.1/ext/soap/tests/
H A Dgh8538.phpt2 Bug GH-8538 (SoapClient may strip parts of nmtokens)
/PHP-8.1/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…
/PHP-8.1/ext/openssl/tests/
H A Dbug77390.phpt94 $parts = str_split($data, (int) ceil(strlen($data) / 3));
95 foreach ($parts as $part) {
/PHP-8.1/ext/pcre/tests/
H A Dpreg_split_basic.phpt9 var_dump(preg_split('/[:,;\(\)]/', $string, -1, PREG_SPLIT_NO_EMPTY)); //parts of $string separated…
/PHP-8.1/build/
H A Dgen_stub.php804 $underscoreName = implode('_', $this->name->parts);
809 return implode('_', $this->name->parts);
841 return implode('_', $this->className->parts);
1701 $params[] = "zend_class_entry *class_entry_" . implode("_", $extends->parts);
1704 $params[] = "zend_class_entry *class_entry_" . implode("_", $implements->parts);
1707 $escapedName = implode("_", $this->name->parts);
1719 if (count($this->name->parts) > 1) {
1741 return "class_entry_" . implode("_", $item->parts);
2016 return strtolower(str_replace("_", "-", implode('-', $name->parts)));
2629 return implode('\\', $node->parts);
[all …]
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt15 the mysqli_stmt_bind_result test in large parts. There is only
H A Dmysqli_stmt_bind_param.phpt13 the mysqli_stmt_bind_result test in large parts. There is only
/PHP-8.1/win32/build/
H A Dconfutils.js2764 function _inner_glob(base, p, parts) argument
2766 var pat = parts[p];
2771 if (p == parts.length) {
2778 if (p < parts.length - 1) {
2785 if (FSO.FolderExists(full_name) && p == parts.length - 1) {
2812 if (p == parts.length - 1) {
2816 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
2828 if (p == parts.length - 1) {
/PHP-8.1/Zend/
H A DREADME.md41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
/PHP-8.1/ext/soap/
H A Dphp_sdl.c584 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body() local
588 while (*parts) { in wsdl_soap_binding_body()
593 while (*parts == ' ') ++parts; in wsdl_soap_binding_body()
594 if (*parts == '\0') break; in wsdl_soap_binding_body()
595 end = strchr(parts, ' '); in wsdl_soap_binding_body()
599 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
610 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
612 parts += strlen(parts); in wsdl_soap_binding_body()
/PHP-8.1/
H A DCONTRIBUTING.md130 several parts where maintenance is happening upstream in their respective
H A Dphp.ini-development426 ; How many multipart body parts (combined input variable and file uploads) may
1634 ; The version of the .NET framework to use. The value of the setting are the first three parts
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE426 14. If you wish to incorporate parts of the Library into other free
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE430 14. If you wish to incorporate parts of the Library into other free

Completed in 64 milliseconds

12