Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c477 zval z_quot, z_rem; in PHP_FUNCTION() local
478 ZVAL_STR(&z_quot, bc_num2str_ex(quot, 0)); in PHP_FUNCTION()
481 RETVAL_ARR(zend_new_pair(&z_quot, &z_rem)); in PHP_FUNCTION()
1565 zval z_quot, z_rem; in PHP_METHOD() local
1566 ZVAL_OBJ(&z_quot, &quot_intern->std); in PHP_METHOD()
1569 RETURN_ARR(zend_new_pair(&z_quot, &z_rem)); in PHP_METHOD()

Completed in 12 milliseconds