Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/main/
H A DSAPI.c365 char *charset, *newtype; in sapi_apply_default_charset() local
372 newtype = emalloc(newlen + 1); in sapi_apply_default_charset()
373 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset()
374 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset()
375 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset()
377 *mimetype = newtype; in sapi_apply_default_charset()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1356 int set_zval_xmlrpc_type(zval* value, XMLRPC_VALUE_TYPE newtype) /* {{{ */ in set_zval_xmlrpc_type() argument
1365 if (newtype == xmlrpc_base64 || newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()
1366 const char* typestr = xmlrpc_type_as_str(newtype, xmlrpc_vector_none); in set_zval_xmlrpc_type()
1375 if (newtype == xmlrpc_datetime) { in set_zval_xmlrpc_type()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c361 int newtype; in sxe_prop_dim_read() local
364 node = sxe_get_element_by_name(sxe, node, &name, &newtype TSRMLS_CC); in sxe_prop_dim_read()
366 …_node_as_zval(sxe, node, return_value, newtype, name, sxe->iter.nsprefix, sxe->iter.isprefix TSRML… in sxe_prop_dim_read()

Completed in 28 milliseconds