Searched refs:fptr_get_hash (Results 1 – 1 of 1) sorted by relevance
87 zend_function *fptr_get_hash; member114 if (intern->fptr_get_hash) { in spl_object_storage_get_hash()116 …zend_call_method_with_1_params(&this, intern->std.ce, &intern->fptr_get_hash, "getHash", &rv, obj); in spl_object_storage_get_hash()169 if (intern->fptr_get_hash) { in spl_object_storage_free_hash()279 …&class_type->function_table, "gethash", sizeof("gethash"), (void **) &intern->fptr_get_hash); in spl_object_storage_new_ex()280 if (intern->fptr_get_hash->common.scope == spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()281 intern->fptr_get_hash = NULL; in spl_object_storage_new_ex()
Completed in 10 milliseconds