Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_sdl.h75 HashTable *attributeGroups; /* array of sdlTypesPtr */ member
H A Dphp_schema.c179 if (!ctx->attributeGroups) { in load_schema()
180 ctx->attributeGroups = emalloc(sizeof(HashTable)); in load_schema()
181 zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); in load_schema()
1989 if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) { in schema_attributeGroup()
2147 if (ctx->attributeGroups != NULL) { in schema_attributegroup_fixup()
2148 tmp = (sdlTypePtr)schema_find_by_ref(ctx->attributeGroups, attr->ref); in schema_attributegroup_fixup()
2307 if (ctx->attributeGroups) { in schema_pass2()
2308 ZEND_HASH_MAP_FOREACH_PTR(ctx->attributeGroups, type) { in schema_pass2()
2331 if (ctx->attributeGroups) { in schema_pass2()
2332 zend_hash_destroy(ctx->attributeGroups); in schema_pass2()
[all …]
/PHP-8.2/build/
H A Dgen_stub.php4276 function createAttributes(array $attributeGroups): array { argument
4279 foreach ($attributeGroups as $attrGroup) {

Completed in 41 milliseconds