php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <time.h>
#include "php_soap.h"
#include "ext/libxml/php_libxml.h"
#include "ext/standard/base64.h"
#include "ext/date/php_date.h"
#include <libxml/parserInternals.h>
#include "zend_strtod.h"
#include "zend_interfaces.h"
#include "zend_enum.h"
Go to the source code of this file.
Macros | |
#define | FIND_XML_NULL(xml, zval) |
#define | CHECK_XML_NULL(xml) |
#define | FIND_ZVAL_NULL(zval, xml, style) |
#define | TO_XML_DATETIME_EX_HELPER(type, date, format, ext_date_format, style, parent) |
Functions | |
void | whiteSpace_replace (xmlChar *str) |
void | whiteSpace_collapse (xmlChar *str) |
xmlNodePtr | master_to_xml (encodePtr encode, zval *data, int style, xmlNodePtr parent) |
zval * | master_to_zval (zval *ret, encodePtr encode, xmlNodePtr data) |
xmlNodePtr | to_xml_user (encodeTypePtr type, zval *data, int style, xmlNodePtr parent) |
zval * | to_zval_user (zval *ret, encodeTypePtr type, xmlNodePtr node) |
zval * | sdl_guess_convert_zval (zval *ret, encodeTypePtr enc, xmlNodePtr data) |
xmlNodePtr | sdl_guess_convert_xml (encodeTypePtr enc, zval *data, int style, xmlNodePtr parent) |
xmlNsPtr | encode_add_ns (xmlNodePtr node, const char *ns) |
void | encode_reset_ns (void) |
void | encode_finish (void) |
encodePtr | get_conversion (int encode) |
void | delete_encoder (zval *zv) |
void | delete_encoder_persistent (zval *zv) |
Variables | |
encode | defaultEncoding [] |
int | numDefaultEncodings = sizeof(defaultEncoding)/sizeof(encode) |
Definition at line 132 of file php_encoding.c.
Definition at line 2999 of file php_encoding.c.
Definition at line 3704 of file php_encoding.c.
Definition at line 3722 of file php_encoding.c.
xmlNsPtr encode_add_ns | ( | xmlNodePtr | node, |
const char * | ns ) |
Definition at line 3456 of file php_encoding.c.
Definition at line 3531 of file php_encoding.c.
Definition at line 3519 of file php_encoding.c.
encodePtr get_conversion | ( | int | encode | ) |
Definition at line 3542 of file php_encoding.c.
Definition at line 514 of file php_encoding.c.
Definition at line 568 of file php_encoding.c.
xmlNodePtr sdl_guess_convert_xml | ( | encodeTypePtr | enc, |
zval * | data, | ||
int | style, | ||
xmlNodePtr | parent ) |
Definition at line 3287 of file php_encoding.c.
zval * sdl_guess_convert_zval | ( | zval * | ret, |
encodeTypePtr | enc, | ||
xmlNodePtr | data ) |
Definition at line 3223 of file php_encoding.c.
xmlNodePtr to_xml_user | ( | encodeTypePtr | type, |
zval * | data, | ||
int | style, | ||
xmlNodePtr | parent ) |
Definition at line 602 of file php_encoding.c.
zval * to_zval_user | ( | zval * | ret, |
encodeTypePtr | type, | ||
xmlNodePtr | node ) |
Definition at line 633 of file php_encoding.c.
void whiteSpace_collapse | ( | xmlChar * | str | ) |
Definition at line 245 of file php_encoding.c.
void whiteSpace_replace | ( | xmlChar * | str | ) |
Definition at line 235 of file php_encoding.c.
encode defaultEncoding[] |
Definition at line 142 of file php_encoding.c.
int numDefaultEncodings = sizeof(defaultEncoding)/sizeof(encode) |
Definition at line 232 of file php_encoding.c.