Home
last modified time | relevance | path

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

/PHP-7.0/ext/bcmath/
H A Dbcmath.c213 bc_num newnum; in split_bc_num() local
217 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
218 *newnum = *num; in split_bc_num()
219 newnum->n_refs = 1; in split_bc_num()
221 return newnum; in split_bc_num()

Completed in 6 milliseconds