Browse Source

Give proper names to GMP test files

pull/807/head
Nikita Popov 12 years ago
parent
commit
9586b15229
  1. 0
      ext/gmp/tests/gmp_abs.phpt
  2. 0
      ext/gmp/tests/gmp_and.phpt
  3. 0
      ext/gmp/tests/gmp_clrbit.phpt
  4. 0
      ext/gmp/tests/gmp_cmp.phpt
  5. 0
      ext/gmp/tests/gmp_com.phpt
  6. 0
      ext/gmp/tests/gmp_div_q.phpt
  7. 0
      ext/gmp/tests/gmp_div_qr.phpt
  8. 0
      ext/gmp/tests/gmp_div_r.phpt
  9. 0
      ext/gmp/tests/gmp_divexact.phpt
  10. 0
      ext/gmp/tests/gmp_fact.phpt
  11. 0
      ext/gmp/tests/gmp_gcd.phpt
  12. 0
      ext/gmp/tests/gmp_gcdext.phpt
  13. 0
      ext/gmp/tests/gmp_hamdist.phpt
  14. 0
      ext/gmp/tests/gmp_init.phpt
  15. 0
      ext/gmp/tests/gmp_intval.phpt
  16. 0
      ext/gmp/tests/gmp_invert.phpt
  17. 0
      ext/gmp/tests/gmp_jacobi.phpt
  18. 0
      ext/gmp/tests/gmp_legendre.phpt
  19. 0
      ext/gmp/tests/gmp_mod.phpt
  20. 0
      ext/gmp/tests/gmp_neg.phpt
  21. 0
      ext/gmp/tests/gmp_or.phpt
  22. 0
      ext/gmp/tests/gmp_perfect_square.phpt
  23. 0
      ext/gmp/tests/gmp_popcount.phpt
  24. 0
      ext/gmp/tests/gmp_pow.phpt
  25. 0
      ext/gmp/tests/gmp_pown.phpt
  26. 0
      ext/gmp/tests/gmp_prob_prime.phpt
  27. 0
      ext/gmp/tests/gmp_random.phpt
  28. 0
      ext/gmp/tests/gmp_scan0.phpt
  29. 0
      ext/gmp/tests/gmp_scan1.phpt
  30. 0
      ext/gmp/tests/gmp_setbit.phpt
  31. 0
      ext/gmp/tests/gmp_sign.phpt
  32. 0
      ext/gmp/tests/gmp_sqrt.phpt
  33. 0
      ext/gmp/tests/gmp_sqrtrem.phpt
  34. 0
      ext/gmp/tests/gmp_strval.phpt
  35. 0
      ext/gmp/tests/gmp_sub.phpt
  36. 0
      ext/gmp/tests/gmp_testbit.phpt
  37. 0
      ext/gmp/tests/gmp_xor.phpt

0
ext/gmp/tests/013.phpt → ext/gmp/tests/gmp_abs.phpt

0
ext/gmp/tests/029.phpt → ext/gmp/tests/gmp_and.phpt

0
ext/gmp/tests/034.phpt → ext/gmp/tests/gmp_clrbit.phpt

0
ext/gmp/tests/026.phpt → ext/gmp/tests/gmp_cmp.phpt

0
ext/gmp/tests/031.phpt → ext/gmp/tests/gmp_com.phpt

0
ext/gmp/tests/009.phpt → ext/gmp/tests/gmp_div_q.phpt

0
ext/gmp/tests/007.phpt → ext/gmp/tests/gmp_div_qr.phpt

0
ext/gmp/tests/008.phpt → ext/gmp/tests/gmp_div_r.phpt

0
ext/gmp/tests/011.phpt → ext/gmp/tests/gmp_divexact.phpt

0
ext/gmp/tests/014.phpt → ext/gmp/tests/gmp_fact.phpt

0
ext/gmp/tests/021.phpt → ext/gmp/tests/gmp_gcd.phpt

0
ext/gmp/tests/022.phpt → ext/gmp/tests/gmp_gcdext.phpt

0
ext/gmp/tests/036.phpt → ext/gmp/tests/gmp_hamdist.phpt

0
ext/gmp/tests/040.phpt → ext/gmp/tests/gmp_init.phpt

0
ext/gmp/tests/004.phpt → ext/gmp/tests/gmp_intval.phpt

0
ext/gmp/tests/023.phpt → ext/gmp/tests/gmp_invert.phpt

0
ext/gmp/tests/024.phpt → ext/gmp/tests/gmp_jacobi.phpt

0
ext/gmp/tests/025.phpt → ext/gmp/tests/gmp_legendre.phpt

0
ext/gmp/tests/010.phpt → ext/gmp/tests/gmp_mod.phpt

0
ext/gmp/tests/012.phpt → ext/gmp/tests/gmp_neg.phpt

0
ext/gmp/tests/030.phpt → ext/gmp/tests/gmp_or.phpt

0
ext/gmp/tests/019.phpt → ext/gmp/tests/gmp_perfect_square.phpt

0
ext/gmp/tests/035.phpt → ext/gmp/tests/gmp_popcount.phpt

0
ext/gmp/tests/015.phpt → ext/gmp/tests/gmp_pow.phpt

0
ext/gmp/tests/016.phpt → ext/gmp/tests/gmp_pown.phpt

0
ext/gmp/tests/020.phpt → ext/gmp/tests/gmp_prob_prime.phpt

0
ext/gmp/tests/028.phpt → ext/gmp/tests/gmp_random.phpt

0
ext/gmp/tests/037.phpt → ext/gmp/tests/gmp_scan0.phpt

0
ext/gmp/tests/038.phpt → ext/gmp/tests/gmp_scan1.phpt

0
ext/gmp/tests/033.phpt → ext/gmp/tests/gmp_setbit.phpt

0
ext/gmp/tests/027.phpt → ext/gmp/tests/gmp_sign.phpt

0
ext/gmp/tests/017.phpt → ext/gmp/tests/gmp_sqrt.phpt

0
ext/gmp/tests/018.phpt → ext/gmp/tests/gmp_sqrtrem.phpt

0
ext/gmp/tests/005.phpt → ext/gmp/tests/gmp_strval.phpt

0
ext/gmp/tests/006.phpt → ext/gmp/tests/gmp_sub.phpt

0
ext/gmp/tests/039.phpt → ext/gmp/tests/gmp_testbit.phpt

0
ext/gmp/tests/032.phpt → ext/gmp/tests/gmp_xor.phpt

Loading…
Cancel
Save