Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_API.h422 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type);
431 return zend_separate_class_constants_table(ce); in zend_class_constants_table()
H A Dzend_API.c1313 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type) /* {{{ */ in zend_separate_class_constants_table() function
1414 constants_table = zend_separate_class_constants_table(class_type); in zend_update_class_constants()

Completed in 36 milliseconds