Lines Matching refs:gmp_init
8 $test[] = gmp_init("0b10011010010");
9 $test[] = gmp_init("0b10011010010", 2);
10 $test[] = gmp_init("10011010010");
11 $test[] = gmp_init("10011010010", 2);
14 $test[] = gmp_init("02322");
15 $test[] = gmp_init("02322", 8);
16 $test[] = gmp_init("2322");
17 $test[] = gmp_init("2322", 8);
20 $test[] = gmp_init("1234");
21 $test[] = gmp_init("1234", 10);
24 $test[] = gmp_init("0x4d2");
25 $test[] = gmp_init("0x4d2", 16);
26 $test[] = gmp_init("4d2");
27 $test[] = gmp_init("4d2", 16);
34 Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in %s on line %d