Searched refs:php_session_update_timestamp_iface_entry (Results 1 – 2 of 2) sorted by relevance
318 extern PHPAPI zend_class_entry *php_session_update_timestamp_iface_entry;
74 zend_class_entry *php_session_update_timestamp_iface_entry; variable2031 ZEND_HASH_FOREACH_STR_KEY(&php_session_update_timestamp_iface_entry->function_table, func_name) { in PHP_FUNCTION()2817 php_session_update_timestamp_iface_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()2818 php_session_update_timestamp_iface_entry->ce_flags |= ZEND_ACC_INTERFACE; in PHP_MINIT_FUNCTION()
Completed in 13 milliseconds