/PHP-7.0/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-7.0/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-7.0/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-7.0/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-7.0/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-7.0/ext/soap/ |
H A D | TODO | 52 - <soap:body> parts attribute (with MIME/DIME binding)
|
H A D | php_sdl.c | 582 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 D | confutils.js | 2430 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 D | server-tests.php | 1081 $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 D | README.ZEND_VM | 12 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 D | testinput14 | 162 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testinput17 | 80 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testoutput14 | 229 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
H A D | testoutput17 | 96 [^()<>@,;:".\\\[\]\x80-\xff\000-\010\012-\037] | # atom and space parts, or...
|
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...
|
/PHP-7.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 426 14. If you wish to incorporate parts of the Library into other free
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | README | 315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2064 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
|