php-src/ext/gmp/tests
Dmitry Stogov da781a5ac2 Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL).
However, don't require internal functions returning by reference to return a reference.
Mark unserialize() as returning by reference and remove unwrap_reference hack, to allow proper returning of self referenced arrays using a reference.
Currently unserialize() is the only internal function that may return a reference.
2017-10-17 11:50:34 +03:00
..
002.phpt
003.phpt Throw warning when converting invalid string to GMP 2013-12-30 14:38:09 +01:00
bug32773.phpt
bug50175.phpt Fixed bug #50175 2014-09-02 19:04:55 +02:00
bug50283.phpt Drop support for GMP 4.1 2014-09-28 20:46:22 +02:00
bug52906.phpt Fix bug #52906 gmp_mod returns negative result when non-negative is expected 2010-10-01 00:12:23 +00:00
bug66872.phpt Add SKIPIF in GMP test 2014-03-12 14:17:08 +01:00
bug67917.phpt Fix test location 2017-08-17 22:11:20 +02:00
bug69803.phpt Fixed bug #69803 2015-06-11 22:20:05 +02:00
bug70284.phpt Fixed unzserialize(), to disable creation of unsupported data structures through manually crafted strings. (Dmitry) 2017-10-13 15:53:11 +03:00
bug659967.phpt Fix bug #65997 by switching to Serializable for GMP 2013-10-29 20:58:30 +01:00
cast.phpt Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
clone.phpt GMP improvements 2013-06-17 17:59:12 +02:00
comparison.phpt GMP improvements 2013-06-17 17:59:12 +02:00
gmp_abs.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_and.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_clrbit.phpt Make gmp_setbit and gmp_clrbit return values consistent 2014-09-28 20:18:14 +02:00
gmp_cmp.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_com.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_div_q.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_div_qr.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_div_r.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_divexact.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_export.phpt Split GMP tests testing multiple functions 2014-09-04 21:18:37 +02:00
gmp_fact.phpt Bugfix#70896 gmp_fact() silently ignores non-integer inputs 2016-07-26 22:04:18 -07:00
gmp_gcd.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_gcdext.phpt We can't output absolute S and T values for the 2015-01-09 16:27:09 -08:00
gmp_hamdist.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_import.phpt Split GMP tests testing multiple functions 2014-09-04 21:18:37 +02:00
gmp_init.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_intval.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_invert.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_jacobi.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_legendre.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_mod.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_neg.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_nextprime.phpt Throw warning when converting invalid string to GMP 2013-12-30 14:38:09 +01:00
gmp_or.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_perfect_square.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_php_int_max.phpt Skip 64bit test on 32bit 2014-09-02 18:42:39 +02:00
gmp_popcount.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_pow.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
gmp_pown.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_prob_prime.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_random_bits.phpt Run gmp_random tests more quickly 2015-04-16 16:29:57 +02:00
gmp_random_range.phpt Fixed bug #69803 2015-06-11 22:20:05 +02:00
gmp_random_seed-32bit.phpt Deprecate gmp_random() 2017-02-03 18:52:57 +01:00
gmp_random_seed.phpt Deprecate gmp_random() 2017-02-03 18:52:57 +01:00
gmp_random.phpt Deprecate gmp_random() 2017-02-03 18:52:57 +01:00
gmp_remroot.phpt Normalize gmp_remroot() behavior to GMP 5.1 2015-04-16 16:27:42 +02:00
gmp_root.phpt Split GMP tests testing multiple functions 2014-09-04 21:18:37 +02:00
gmp_scan0.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_scan1.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_setbit.phpt Make gmp_setbit and gmp_clrbit return values consistent 2014-09-28 20:18:14 +02:00
gmp_sign.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_sqrt.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_sqrtrem.phpt Cleanup gmp_sqrtrem() test 2016-07-25 22:07:56 +02:00
gmp_strval.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
gmp_sub.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_testbit.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
gmp_xor.phpt Give proper names to GMP test files 2014-09-04 21:10:41 +02:00
overloading.phpt Add GMP tests for some uncovered branches 2014-09-04 20:03:29 +02:00
serialize.phpt Fixed test script 2016-03-17 17:06:56 +08:00
unserialize_with_reference.phpt Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL). 2017-10-17 11:50:34 +03:00