Searched refs:obligations (Results 1 – 4 of 4) sorted by relevance
2256 HashTable *obligations = get_or_init_obligations_for_class(ce); in add_dependency_obligation() local2260 zend_hash_next_index_insert_ptr(obligations, obligation); in add_dependency_obligation()2267 HashTable *obligations = get_or_init_obligations_for_class(ce); in add_compatibility_obligation() local2283 zend_hash_next_index_insert_ptr(obligations, obligation); in add_compatibility_obligation()2289 HashTable *obligations = get_or_init_obligations_for_class(ce); in add_property_compatibility_obligation() local2294 zend_hash_next_index_insert_ptr(obligations, obligation); in add_property_compatibility_obligation()2366 ZEND_ASSERT(obligations != NULL); in resolve_delayed_variance_obligations()2368 zend_hash_apply(obligations, check_variance_obligation); in resolve_delayed_variance_obligations()2369 if (zend_hash_num_elements(obligations) == 0) { in resolve_delayed_variance_obligations()2383 ZEND_ASSERT(obligations != NULL); in report_variance_errors()[all …]
169 or other liability obligations and/or rights consistent with this170 License. However, in accepting such obligations, You may act only
379 distribute so as to satisfy simultaneously your obligations under this380 License and any other pertinent obligations, then as a consequence you
382 distribute so as to satisfy simultaneously your obligations under this383 License and any other pertinent obligations, then as a consequence you
Completed in 26 milliseconds