Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_sdl.c2434 sdlTypePtr ptype; in make_persistent_sdl_function_headers() local
2497 sdlTypePtr ptype; in make_persistent_sdl_parameters() local
2698 *ptype = *type; in make_persistent_sdl_type()
2701 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2704 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2706 if (ptype->def) { in make_persistent_sdl_type()
2707 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2710 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2713 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2812 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-7.2/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.2/ext/pcre/pcrelib/
H A Dpcre_printint.c236 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break; in get_ucpname()
247 ptype = ptype * pvalue; in get_ucpname()
248 return (ptype == pvalue)? "??" : "??"; in get_ucpname()
724 unsigned int ptype = *ccode++; in pcre_printint() local
727 switch(ptype) in pcre_printint()
743 get_ucpname(ptype, pvalue)); in pcre_printint()
H A Dpcre_compile.c2834 switch(ptype) in check_char_prop()
5053 unsigned int ptype = 0; in compile_branch() local
5072 ptype = PT_PXGRAPH; in compile_branch()
5075 if (ptype == 0) ptype = PT_PXPRINT; in compile_branch()
5078 if (ptype == 0) ptype = PT_PXPUNCT; in compile_branch()
5080 *class_uchardata++ = ptype; in compile_branch()
5276 unsigned int ptype = 0, pdata = 0; in compile_branch() local
5281 *class_uchardata++ = ptype; in compile_branch()
8091 unsigned int ptype = 0, pdata = 0; in compile_branch() local
8092 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
[all …]
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c346 const char* ptype = !strcmp(el->name, "value") ? type : basetype; in xml_element_to_method_description() local
347 if(ptype) { in xml_element_to_method_description()
349 (!strcmp(ptype, "array") || !strcmp(ptype, "struct") || !strcmp(ptype, "mixed"))) { in xml_element_to_method_description()
361 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
/PHP-7.2/TSRM/
H A Dtsrm_win32.c487 char *ptype = (char *)type; in popen_ex() local
503 if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) { in popen_ex()
506 ptype++; in popen_ex()

Completed in 42 milliseconds