Searched refs:php_session_update_timestamp_iface_entry (Results 1 – 2 of 2) sorted by relevance
325 extern PHPAPI zend_class_entry *php_session_update_timestamp_iface_entry;
80 zend_class_entry *php_session_update_timestamp_iface_entry; variable1901 ZEND_HASH_FOREACH_STR_KEY(&php_session_update_timestamp_iface_entry->function_table, func_name) { in PHP_FUNCTION()2870 php_session_update_timestamp_iface_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()2871 php_session_update_timestamp_iface_entry->ce_flags |= ZEND_ACC_INTERFACE; in PHP_MINIT_FUNCTION()
Completed in 19 milliseconds