Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/
H A Dbcmath.c207 bc_num newnum; in split_bc_num() local
211 newnum = _bc_new_num_ex(0, 0, 0); in split_bc_num()
212 *newnum = *num; in split_bc_num()
213 newnum->n_refs = 1; in split_bc_num()
215 return newnum; in split_bc_num()

Completed in 7 milliseconds