|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_bcmath.h>
Data Fields | |
| zend_string * | value |
| size_t | scale |
| bc_num | num |
| zend_object | std |
Definition at line 51 of file php_bcmath.h.
| bc_num _bcmath_number_obj_t::num |
Definition at line 54 of file php_bcmath.h.
| size_t _bcmath_number_obj_t::scale |
Definition at line 53 of file php_bcmath.h.
| zend_object _bcmath_number_obj_t::std |
Definition at line 55 of file php_bcmath.h.
| zend_string* _bcmath_number_obj_t::value |
Definition at line 52 of file php_bcmath.h.