Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c1424 bool scale_is_null = true; in bcmath_number_calc_method() local
1429 Z_PARAM_LONG_OR_NULL(scale_lval, scale_is_null); in bcmath_number_calc_method()
1525 bool scale_is_null = true; in PHP_METHOD() local
1530 Z_PARAM_LONG_OR_NULL(scale_lval, scale_is_null); in PHP_METHOD()
1547 if (scale_is_null) { in PHP_METHOD()
1589 bool scale_is_null = true; in PHP_METHOD() local
1660 bool scale_is_null = true; in PHP_METHOD() local
1674 if (scale_is_null) { in PHP_METHOD()
1693 if (scale_is_null) { in PHP_METHOD()
1708 bool scale_is_null = true; in PHP_METHOD() local
[all …]

Completed in 9 milliseconds