/PHP-5.4/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 | 22 $parts = explode(';', $dsn); 23 foreach ($parts as $k => $v) {
|
H A D | pdo_mysql_attr_errmode.phpt | 100 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 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-5.4/ext/pcre/tests/ |
H A D | preg_split_basic.phpt | 10 var_dump(preg_split('/[:,;\(\)]/', $string, -1, PREG_SPLIT_NO_EMPTY)); //parts of $string separated…
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 2114 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 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-5.4/ext/soap/ |
H A D | TODO | 52 - <soap:body> parts attribute (with MIME/DIME binding)
|
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() 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 D | server-tests.php | 1082 $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 D | NEWS | 8217 - 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 D | README.ZEND_VM | 12 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 D | LICENSE | 426 14. If you wish to incorporate parts of the Library into other free
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | README | 315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
|
H A D | ChangeLog | 2855 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 D | testinput8 | 1020 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testinput1 | 536 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testoutput8 | 1865 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testoutput1 | 1010 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2053 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 D | 024.phpt | 10 …* various control structures), while trying to combine code from other parts of the parser as well.
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 8503 # 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.
|