Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.c1502 HashTable *addHash; in schema_element() local
1548 addHash = sdl->elements; in schema_element()
1557 addHash = cur_type->elements; in schema_element()
1562 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1566 zend_hash_next_index_insert_ptr(addHash, newType); in schema_element()
1736 HashTable *addHash; in schema_attribute() local
1783 addHash = ctx->attributes; in schema_attribute()
1789 addHash = cur_type->attributes; in schema_attribute()
1792 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()

Completed in 10 milliseconds