Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.c1231 static zend_result ZEND_FASTCALL pow_function_base(zval *result, zval *op1, zval *op2) /* {{{ */ in pow_function_base() function
1292 if (pow_function_base(result, op1, op2) == SUCCESS) { in pow_function()
1312 if (pow_function_base(result, &op1_copy, &op2_copy) == SUCCESS) { in pow_function()

Completed in 12 milliseconds