Searched refs:object_methods (Results 1 – 1 of 1) sorted by relevance
2136 HashTable *object_methods = &Z_OBJCE_P(obj)->function_table; in PHP_FUNCTION() local2144 } else if (zend_hash_find_ptr(object_methods, create_sid_name)) { in PHP_FUNCTION()2164 if (zend_hash_find_ptr(object_methods, validate_sid_name)) { in PHP_FUNCTION()2168 if (zend_hash_find_ptr(object_methods, update_timestamp_name)) { in PHP_FUNCTION()
Completed in 11 milliseconds