php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
int | load_schema (sdlCtx *ctx, xmlNodePtr schema) |
void | schema_pass2 (sdlCtx *ctx) |
xmlChar * | schema_location_construct_uri (const xmlAttr *attribute) |
void | delete_model (zval *zv) |
void | delete_model_persistent (zval *zv) |
void | delete_type (zval *zv) |
void | delete_type_persistent (zval *zv) |
void | delete_extra_attribute (zval *zv) |
void | delete_extra_attribute_persistent (zval *zv) |
void | delete_attribute (zval *zv) |
void | delete_attribute_persistent (zval *zv) |
void | delete_restriction_var_int (sdlRestrictionIntPtr ptr) |
void | delete_restriction_var_int_persistent (sdlRestrictionIntPtr ptr) |
void | delete_restriction_var_char (zval *zv) |
void | delete_restriction_var_char_int (sdlRestrictionCharPtr ptr) |
void | delete_restriction_var_char_persistent (zval *zv) |
void | delete_restriction_var_char_persistent_int (sdlRestrictionCharPtr ptr) |
Definition at line 2522 of file php_schema.c.
Definition at line 2548 of file php_schema.c.
Definition at line 2496 of file php_schema.c.
Definition at line 2509 of file php_schema.c.
Definition at line 2351 of file php_schema.c.
Definition at line 2394 of file php_schema.c.
Definition at line 2598 of file php_schema.c.
void delete_restriction_var_char_int | ( | sdlRestrictionCharPtr | ptr | ) |
Definition at line 2588 of file php_schema.c.
Definition at line 2613 of file php_schema.c.
void delete_restriction_var_char_persistent_int | ( | sdlRestrictionCharPtr | ptr | ) |
Definition at line 2603 of file php_schema.c.
void delete_restriction_var_int | ( | sdlRestrictionIntPtr | ptr | ) |
Definition at line 2574 of file php_schema.c.
void delete_restriction_var_int_persistent | ( | sdlRestrictionIntPtr | ptr | ) |
Definition at line 2581 of file php_schema.c.
Definition at line 2399 of file php_schema.c.
Definition at line 2449 of file php_schema.c.
int load_schema | ( | sdlCtx * | ctx, |
xmlNodePtr | schema ) |
Definition at line 203 of file php_schema.c.
xmlChar * schema_location_construct_uri | ( | const xmlAttr * | attribute | ) |
Definition at line 168 of file php_schema.c.
Definition at line 2310 of file php_schema.c.