Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.h447 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type);
456 return zend_separate_class_constants_table(ce); in zend_class_constants_table()
H A Dzend_API.c1401 ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry *class_type) /* {{{ */ in zend_separate_class_constants_table() function
1530 constants_table = zend_separate_class_constants_table(class_type); in zend_update_class_constants()

Completed in 29 milliseconds