Searched refs:newtype (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 1347 int set_zval_xmlrpc_type(zval* value, XMLRPC_VALUE_TYPE newtype) /* {{{ */ argument 1356 if (newtype == xmlrpc_base64 || newtype == xmlrpc_datetime) { 1357 const char* typestr = xmlrpc_type_as_str(newtype, xmlrpc_vector_none); 1366 if (newtype == xmlrpc_datetime) {
|
| /PHP_TRUNK/main/ |
| H A D | SAPI.c | 358 char *charset, *newtype; local 365 newtype = emalloc(newlen + 1); 366 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); 367 strlcat(newtype, ";charset=", newlen + 1); 368 strlcat(newtype, charset, newlen + 1); 370 *mimetype = newtype;
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 361 int newtype; local 364 node = sxe_get_element_by_name(sxe, node, &name, &newtype TSRMLS_CC); 366 _node_as_zval(sxe, node, return_value, newtype, name, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
|
Completed in 10 milliseconds