php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_php_hashcontext_object Struct Reference

#include <php_hash.h>

Data Fields

const php_hash_opsops
 
voidcontext
 
zend_long options
 
unsigned char * key
 
zend_object std
 

Detailed Description

Definition at line 57 of file php_hash.h.

Field Documentation

◆ context

void* _php_hashcontext_object::context

Definition at line 59 of file php_hash.h.

◆ key

unsigned char* _php_hashcontext_object::key

Definition at line 62 of file php_hash.h.

◆ ops

const php_hash_ops* _php_hashcontext_object::ops

Definition at line 58 of file php_hash.h.

◆ options

zend_long _php_hashcontext_object::options

Definition at line 61 of file php_hash.h.

◆ std

zend_object _php_hashcontext_object::std

Definition at line 64 of file php_hash.h.


The documentation for this struct was generated from the following file: