Home
last modified time | relevance | path

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

12

/PHP-7.0/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.0/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.0/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.0/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.0/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.0/ext/soap/
H A DTODO52 - <soap:body> parts attribute (with MIME/DIME binding)
H A Dphp_sdl.c582 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body() local
586 while (*parts) { in wsdl_soap_binding_body()
591 while (*parts == ' ') ++parts; in wsdl_soap_binding_body()
592 if (*parts == '\0') break; in wsdl_soap_binding_body()
593 end = strchr(parts, ' '); in wsdl_soap_binding_body()
597 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
608 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
610 parts += strlen(parts); in wsdl_soap_binding_body()
/PHP-7.0/win32/build/
H A Dconfutils.js2430 function _inner_glob(base, p, parts) argument
2432 var pat = parts[p];
2437 if (p == parts.length) {
2444 if (p < parts.length - 1) {
2451 if (FSO.FolderExists(full_name) && p == parts.length - 1) {
2478 if (p == parts.length - 1) {
2482 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
2494 if (p == parts.length - 1) {
/PHP-7.0/
H A Dserver-tests.php1081 $parts = parse_url($this->conf['TEST_WEB_BASE_URL']);
1082 $depth = substr_count($parts['path'],'/');
1086 $this->conf['TEST_BASE_SCRIPT_NAME']=$parts['path'];
1087 …this->conf['TEST_WEB_BASE_URL'],0,strlen($this->conf['TEST_WEB_BASE_URL'])-strlen($parts['path']));
/PHP-7.0/Zend/
H A DREADME.ZEND_VM12 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput14162 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput1780 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestoutput14229 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestoutput1796 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput81020 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestinput1536 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
H A Dtestoutput81865 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
/PHP-7.0/ext/mbstring/libmbfl/
H A DLICENSE426 14. If you wish to incorporate parts of the Library into other free
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2064 different parts of the pattern, the contents of the options argument
3046 where different parts of the application may be using the same compiled
3511 parts of the pattern. Following the usage in Jeffrey Friedl's book,
6016 in different parts of the pattern. Any changes made in one alternative
6154 to capturing parentheses from other parts of the pattern, such as back
6824 divide it into three parts for ease of discussion:
9132 the subject is presented to a DFA matching function in several parts

Completed in 106 milliseconds

12