/PHP-8.2/ext/curl/ |
H A D | sync-constants.php | 293 $parts = explode('.', $version); 295 if (count($parts) === 2) { 296 $parts[] = '0'; 299 if (count($parts) !== 3) { 305 foreach ($parts as $value) {
|
/PHP-8.2/ext/opcache/tests/ |
H A D | ssa_bug_010.phpt | 7 function foo($parts, $a, $b) { 10 foreach ($parts as $part) {
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | mysql_pdo_test.inc | 59 $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 D | bug_50323.phpt | 24 $parts = explode(';', $dsn); 25 foreach ($parts as $k => $v) {
|
H A D | pdo_mysql_attr_errmode.phpt | 98 … 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.2/sapi/fpm/tests/ |
H A D | ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt | 39 'parts' => [ 49 Warning: PHP Request Startup: Multipart body parts limit exceeded 10. To increase the limit change …
|
H A D | ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt | 38 'parts' => [ 50 Warning: PHP Request Startup: Multipart body parts limit exceeded 25. To increase the limit change …
|
H A D | ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt | 37 'parts' => [
|
H A D | tester.inc | 681 $parts = $stdin['parts'] ?? null; 682 if (empty($parts)) { 689 $count = $parts['count'] ?? null; 691 $dispositionType = $parts['disposition'] ?? 'form-data'; 692 $dispositionParam = $parts['param'] ?? 'name'; 693 $namePrefix = $parts['prefix'] ?? 'f'; 694 $nameSuffix = $parts['suffix'] ?? ''; 695 $value = $parts['value'] ?? 'test'; 696 $parts = []; 698 $parts[] = [ [all …]
|
/PHP-8.2/ext/reflection/tests/ |
H A D | reflectionclass_for_traits.phpt | 2 Tests some parts of ReflectionClass behavior for traits
|
H A D | ReflectionClass_toString_003.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
|
H A D | ReflectionClass_toString_002.phpt | 2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
|
/PHP-8.2/ext/soap/tests/ |
H A D | gh8538.phpt | 2 Bug GH-8538 (SoapClient may strip parts of nmtokens)
|
/PHP-8.2/ext/standard/tests/network/ |
H A D | ip2long_variation2_x64.phpt | 6 …All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as spec…
|
/PHP-8.2/ext/openssl/tests/ |
H A D | bug77390.phpt | 94 $parts = str_split($data, (int) ceil(strlen($data) / 3)); 95 foreach ($parts as $part) {
|
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_split_basic.phpt | 9 var_dump(preg_split('/[:,;\(\)]/', $string, -1, PREG_SPLIT_NO_EMPTY)); //parts of $string separated…
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_many_columns.phpt | 15 the mysqli_stmt_bind_result test in large parts. There is only
|
H A D | mysqli_stmt_bind_param.phpt | 13 the mysqli_stmt_bind_result test in large parts. There is only
|
/PHP-8.2/build/ |
H A D | gen_stub.php | 1032 return implode('_', $this->name->parts); 1044 $underscoreName = implode('_', $this->name->parts); 1049 return implode('_', $this->name->parts); 1083 return implode('_', $this->className->parts); 2459 $params[] = "zend_class_entry *class_entry_" . implode("_", $extends->parts); 2465 $escapedName = implode("_", $this->name->parts); 2490 if (count($this->name->parts) > 1) { 2511 return "class_entry_" . implode("_", $item->parts); 2880 return strtolower(str_replace("_", "-", implode('-', $name->parts))); 3757 return implode('\\', $node->parts); [all …]
|
/PHP-8.2/win32/build/ |
H A D | confutils.js | 2764 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.2/Zend/ |
H A D | README.md | 41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
|
/PHP-8.2/ext/soap/ |
H A D | php_sdl.c | 586 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body() local 590 while (*parts) { in wsdl_soap_binding_body() 595 while (*parts == ' ') ++parts; in wsdl_soap_binding_body() 596 if (*parts == '\0') break; in wsdl_soap_binding_body() 597 end = strchr(parts, ' '); in wsdl_soap_binding_body() 601 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body() 612 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body() 614 parts += strlen(parts); in wsdl_soap_binding_body()
|
/PHP-8.2/ |
H A D | CONTRIBUTING.md | 132 several parts where maintenance is happening upstream in their respective
|
/PHP-8.2/ext/mbstring/libmbfl/ |
H A D | LICENSE | 426 14. If you wish to incorporate parts of the Library into other free
|
/PHP-8.2/ext/bcmath/libbcmath/ |
H A D | LICENSE | 430 14. If you wish to incorporate parts of the Library into other free
|