Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/soap/
H A Dphp_sdl.c2440 sdlTypePtr ptype; in make_persistent_sdl_function_headers() local
2503 sdlTypePtr ptype; in make_persistent_sdl_parameters() local
2704 *ptype = *type; in make_persistent_sdl_type()
2707 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2710 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2712 if (ptype->def) { in make_persistent_sdl_type()
2713 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2716 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2719 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2812 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-7.0/ext/soap/interop/
H A Dclient_round2_interop.php623 foreach($this->paramTypes as $ptype) {
625 if ($usewsdl && $ptype == 'soapval') break;
626 $this->paramType = $ptype;
645 foreach($this->paramTypes as $ptype) {
647 if ($usewsdl && $ptype == 'soapval') break;
648 $this->paramType = $ptype;
763 foreach($this->paramTypes as $ptype) {
765 if ($usewsdl && $ptype == 'soapval') break;
766 $this->paramType = $ptype;
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c234 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
240 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
245 ptype = ptype * pvalue; in get_ucpname()
246 return (ptype == pvalue)? "??" : "??"; in get_ucpname()
722 unsigned int ptype = *ccode++; in pcre_printint() local
725 switch(ptype) in pcre_printint()
741 get_ucpname(ptype, pvalue)); in pcre_printint()
H A Dpcre_compile.c2831 switch(ptype) in check_char_prop()
5014 unsigned int ptype = 0; in compile_branch() local
5033 ptype = PT_PXGRAPH; in compile_branch()
5036 if (ptype == 0) ptype = PT_PXPRINT; in compile_branch()
5039 if (ptype == 0) ptype = PT_PXPUNCT; in compile_branch()
5041 *class_uchardata++ = ptype; in compile_branch()
5235 unsigned int ptype = 0, pdata = 0; in compile_branch() local
5240 *class_uchardata++ = ptype; in compile_branch()
8031 unsigned int ptype = 0, pdata = 0; in compile_branch() local
8032 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
[all …]
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c349 const char* ptype = !strcmp(el->name, "value") ? type : basetype; in xml_element_to_method_description() local
350 if(ptype) { in xml_element_to_method_description()
352 (!strcmp(ptype, "array") || !strcmp(ptype, "struct") || !strcmp(ptype, "mixed"))) { in xml_element_to_method_description()
364 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
/PHP-7.0/TSRM/
H A Dtsrm_win32.c471 char *ptype = (char *)type; in popen_ex() local
487 if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) { in popen_ex()
490 ptype++; in popen_ex()

Completed in 49 milliseconds