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

#include <php_bcmath.h>

Data Fields

zend_stringvalue
 
size_t scale
 
bc_num num
 
zend_object std
 

Detailed Description

Definition at line 51 of file php_bcmath.h.

Field Documentation

◆ num

bc_num _bcmath_number_obj_t::num

Definition at line 54 of file php_bcmath.h.

◆ scale

size_t _bcmath_number_obj_t::scale

Definition at line 53 of file php_bcmath.h.

◆ std

zend_object _bcmath_number_obj_t::std

Definition at line 55 of file php_bcmath.h.

◆ value

zend_string* _bcmath_number_obj_t::value

Definition at line 52 of file php_bcmath.h.


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