Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_010.phpt7 function foo($parts, $a, $b) {
10 foreach ($parts as $part) {
/PHP-7.4/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.phpt22 $parts = explode(';', $dsn);
23 foreach ($parts as $k => $v) {
H A Dpdo_mysql_attr_errmode.phpt100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
/PHP-7.4/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-7.4/ext/openssl/tests/
H A Dbug77390.phpt93 $parts = str_split($data, (int) ceil(strlen($data) / 3));
94 foreach ($parts as $part) {
/PHP-7.4/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-7.4/ext/pcre/tests/
H A Dpreg_split_basic.phpt10 var_dump(preg_split('/[:,;\(\)]/', $string, -1, PREG_SPLIT_NO_EMPTY)); //parts of $string separated…
/PHP-7.4/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-7.4/win32/build/
H A Dconfutils.js2765 function _inner_glob(base, p, parts) argument
2767 var pat = parts[p];
2772 if (p == parts.length) {
2779 if (p < parts.length - 1) {
2786 if (FSO.FolderExists(full_name) && p == parts.length - 1) {
2813 if (p == parts.length - 1) {
2817 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
2829 if (p == parts.length - 1) {
/PHP-7.4/Zend/
H A DREADME.md41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
/PHP-7.4/ext/soap/
H A Dphp_sdl.c585 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body() local
589 while (*parts) { in wsdl_soap_binding_body()
594 while (*parts == ' ') ++parts; in wsdl_soap_binding_body()
595 if (*parts == '\0') break; in wsdl_soap_binding_body()
596 end = strchr(parts, ' '); in wsdl_soap_binding_body()
600 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
611 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
613 parts += strlen(parts); in wsdl_soap_binding_body()
/PHP-7.4/
H A DUPGRADING477 implode($glue, $parts) instead of implode($parts, $glue).
524 parts of the process execution context which are currently being shared with
H A DCONTRIBUTING.md130 several parts where maintenance is happening upstream in their respective
/PHP-7.4/docs/
H A Drelease-process.md445 for other restricted parts of php-src might come in question. To edit
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE426 14. If you wish to incorporate parts of the Library into other free
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE430 14. If you wish to incorporate parts of the Library into other free
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13637 # Caris LIDAR format for LADS comes as two parts... ascii location file and binary waveform data
22849 # Note: moved & merged Microsoft Office parts from ./msdos Oct 2017
23986 # PGP secret keys contain also the public parts
25221 # *Sigh*. And these both came from various parts of the USG.
26454 >14 beshort x \b, %d key parts
26455 >16 beshort x \b, %d unique key parts
29444 # usPartNumber; 1, unless the file was split into multiple parts
29446 # usTotalParts; The total number of WIM file parts in a spanned set
H A Dmagic13637 # Caris LIDAR format for LADS comes as two parts... ascii location file and binary waveform data
22849 # Note: moved & merged Microsoft Office parts from ./msdos Oct 2017
23986 # PGP secret keys contain also the public parts
25221 # *Sigh*. And these both came from various parts of the USG.
26454 >14 beshort x \b, %d key parts
26455 >16 beshort x \b, %d unique key parts
29444 # usPartNumber; 1, unless the file was split into multiple parts
29446 # usTotalParts; The total number of WIM file parts in a spanned set
/PHP-7.4/tests/lang/
H A D024.phpt10 …* various control structures), while trying to combine code from other parts of the parser as well.

Completed in 162 milliseconds