Searched refs:fptr_get_hash (Results 1 – 1 of 1) sorted by relevance
85 zend_function *fptr_get_hash; member119 if (intern->fptr_get_hash) { in spl_object_storage_get_hash()121 zend_call_method_with_1_params(this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); in spl_object_storage_get_hash()247 …intern->fptr_get_hash = zend_hash_str_find_ptr(&class_type->function_table, "gethash", sizeof("get… in spl_object_storage_new_ex()248 if (intern->fptr_get_hash->common.scope == spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()249 intern->fptr_get_hash = NULL; in spl_object_storage_new_ex()
Completed in 15 milliseconds