Searched defs:namespace (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/soap/interop/ |
| H A D | client_round2_interop.php | 395 $namespace = false; variable 398 $namespace = $soapaction = 'http://soapinterop.org/'; variable 431 $return = $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapaction,'uri'=>$namespace), $soap_test->headers, $result_headers); 433 $return = $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapaction,'uri'=>$namespace));
|
| /PHP_5_3/ext/xsl/ |
| H A D | xsltprocessor.c | 49 ZEND_ARG_INFO(0, namespace) 55 ZEND_ARG_INFO(0, namespace) 60 ZEND_ARG_INFO(0, namespace) 743 /* {{{ proto bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value]); 751 char *string_key, *name, *value, *namespace; local 756 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { 778 } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sss", &namespace, &namespace_len, &name, &name_len, &value, &value_len) == SUCCESS) { 794 /* {{{ proto string xsl_xsltprocessor_get_parameter(string namespace, string name); 800 char *name, *namespace; local 806 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &namespace, 825 char *name, *namespace; local [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_xml.c | 341 int parse_namespace(const xmlChar *inval, char **value, char **namespace) argument 346 (*namespace) = estrndup((char*)inval, found - (char*)inval); 350 (*namespace) = NULL;
|
Completed in 5 milliseconds