Home
last modified time | relevance | path

Searched refs:newnum (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/bcmath/
H A Dbcmath.c214 bc_num newnum; in split_bc_num() local
218 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
219 *newnum = *num; in split_bc_num()
220 newnum->n_refs = 1; in split_bc_num()
222 return newnum; in split_bc_num()

Completed in 5 milliseconds