Home
last modified time | relevance | path

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

/PHP-5.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-5.4/ext/reflection/tests/
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-5.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-5.4/win32/build/
H A Dconfutils.js2114 function _inner_glob(base, p, parts) argument
2116 var pat = parts[p];
2121 if (p == parts.length) {
2128 if (p < parts.length - 1) {
2135 if (FSO.FolderExists(full_name) && p == parts.length - 1) {
2162 if (p == parts.length - 1) {
2166 subitems = _inner_glob(base + "\\" + item_name, p + 1, parts);
2178 if (p == parts.length - 1) {
/PHP-5.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-5.4/ext/soap/
H A DTODO52 - <soap:body> parts attribute (with MIME/DIME binding)
H A Dphp_sdl.c586 char *parts = (char*)tmp->children->content; in wsdl_soap_binding_body() local
590 while (*parts) { in wsdl_soap_binding_body()
596 while (*parts == ' ') ++parts; in wsdl_soap_binding_body()
597 if (*parts == '\0') break; in wsdl_soap_binding_body()
598 end = strchr(parts, ' '); in wsdl_soap_binding_body()
603 strcmp(parts, (*param)->paramName) == 0) { in wsdl_soap_binding_body()
615 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
617 parts += strlen(parts); in wsdl_soap_binding_body()
/PHP-5.4/
H A Dserver-tests.php1082 $parts = parse_url($this->conf['TEST_WEB_BASE_URL']);
1083 $depth = substr_count($parts['path'],'/');
1087 $this->conf['TEST_BASE_SCRIPT_NAME']=$parts['path'];
1088 …this->conf['TEST_WEB_BASE_URL'],0,strlen($this->conf['TEST_WEB_BASE_URL'])-strlen($parts['path']));
H A DNEWS8217 - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts). (Jani)
8224 - Fixed bug #34148 (+,- and . not supported as parts of scheme). (Ilia)
8648 multiple parts). (Dmitry)
/PHP-5.4/Zend/
H A DREADME.ZEND_VM12 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE426 14. If you wish to incorporate parts of the Library into other free
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
H A DChangeLog2855 pcreposix and pcrecpp parts of the library. These were overlooked when this
5647 5. Changed all the names of code files so that the basic parts are no longer
/PHP-5.4/ext/pcre/pcrelib/testdata/
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...
H A Dtestoutput11010 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2053 different parts of the pattern, the contents of the options argument
3035 where different parts of the application may be using the same compiled
3500 parts of the pattern. Following the usage in Jeffrey Friedl's book,
5992 in different parts of the pattern. Any changes made in one alternative
6130 to capturing parentheses from other parts of the pattern, such as back
6800 divide it into three parts for ease of discussion:
9108 the subject is presented to a DFA matching function in several parts
/PHP-5.4/tests/lang/
H A D024.phpt10 …* various control structures), while trying to combine code from other parts of the parser as well.
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic8503 # Caris LIDAR format for LADS comes as two parts... ascii location file and binary waveform data
15657 # *Sigh*. And these both came from various parts of the USG.

Completed in 213 milliseconds