Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c1523 HashTable *addHash; in schema_element() local
1569 addHash = sdl->elements; in schema_element()
1578 addHash = cur_type->elements; in schema_element()
1583 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1587 zend_hash_next_index_insert_ptr(addHash, newType); in schema_element()
1757 HashTable *addHash; in schema_attribute() local
1804 addHash = ctx->attributes; in schema_attribute()
1810 addHash = cur_type->attributes; in schema_attribute()
1813 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()

Completed in 12 milliseconds