Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_schema.c1505 HashTable *addHash; in schema_element() local
1551 addHash = sdl->elements; in schema_element()
1560 addHash = cur_type->elements; in schema_element()
1565 if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) { in schema_element()
1569 zend_hash_next_index_insert_ptr(addHash, newType); in schema_element()
1741 HashTable *addHash; in schema_attribute() local
1788 addHash = ctx->attributes; in schema_attribute()
1794 addHash = cur_type->attributes; in schema_attribute()
1797 if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) { in schema_attribute()

Completed in 12 milliseconds