Home
last modified time | relevance | path

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

/PHP-8.3/ext/session/
H A Dsession.c2036 HashTable *object_methods = &Z_OBJCE_P(obj)->function_table; in PHP_FUNCTION() local
2044 } else if (zend_hash_find_ptr(object_methods, create_sid_name)) { in PHP_FUNCTION()
2064 if (zend_hash_find_ptr(object_methods, validate_sid_name)) { in PHP_FUNCTION()
2068 if (zend_hash_find_ptr(object_methods, update_timestamp_name)) { in PHP_FUNCTION()

Completed in 12 milliseconds