Searched refs:newtype (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/main/ |
H A D | SAPI.c | 386 char *charset, *newtype; in sapi_apply_default_charset() local 393 newtype = emalloc(newlen + 1); in sapi_apply_default_charset() 394 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset() 395 strlcat(newtype, ";charset=", newlen + 1); in sapi_apply_default_charset() 396 strlcat(newtype, charset, newlen + 1); in sapi_apply_default_charset() 398 *mimetype = newtype; in sapi_apply_default_charset()
|
/PHP-5.6/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1356 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.6/ext/simplexml/ |
H A D | simplexml.c | 361 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 38 milliseconds