Home
last modified time | relevance | path

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

/PHP-7.3/ext/gmp/
H A Dgmp.c94 ZEND_ARG_INFO(0, nth)
1572 zend_long nth; in ZEND_FUNCTION() local
1580 if (nth <= 0) { in ZEND_FUNCTION()
1587 if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) { in ZEND_FUNCTION()
1594 mpz_root(gmpnum_result, gmpnum_a, (gmp_ulong) nth); in ZEND_FUNCTION()
1604 zend_long nth; in ZEND_FUNCTION() local
1613 if (nth <= 0) { in ZEND_FUNCTION()
1620 if (nth % 2 == 0 && mpz_sgn(gmpnum_a) < 0) { in ZEND_FUNCTION()
1636 mpz_rootrem(gmpnum_result1, gmpnum_result2, gmpnum_a, (gmp_ulong) nth); in ZEND_FUNCTION()
1638 mpz_root(gmpnum_result1, gmpnum_a, (gmp_ulong) nth); in ZEND_FUNCTION()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE391 \n \k<n> \k'n' (n >= 1) backreference the nth group in the regexp
392 \k<-n> \k'-n' (n >= 1) backreference the nth group counting
394 \k<+n> \k'+n' (n >= 1) backreference the nth group counting
444 \g<n> \g'n' (n >= 1) call the nth group
446 \g<-n> \g'-n' (n >= 1) call the nth group counting backwards from
448 \g<+n> \g'+n' (n >= 1) call the nth group counting forwards from
/PHP-7.3/sapi/phpdbg/
H A Dxml.md168 - num: the nth opline of a function/method/file

Completed in 16 milliseconds