1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Commit Graph

79 Commits

Author SHA1 Message Date
Dmitry Stogov 5764d6f41b Fixed bug #30407 (Strange behaviour of default arguments) 2005-02-10 11:45:24 +00:00
Stanislav Malyshev d38eed95ea test for Bug #31720 2005-02-02 10:31:53 +00:00
Dmitry Stogov fd4fe1c8d3 Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name). 2005-02-02 07:19:22 +00:00
Stanislav Malyshev 13cd138683 test for eval debug_backtrace bug 2005-02-01 19:03:50 +00:00
Marcus Boerger 82193adc09 - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) 2005-01-25 10:40:51 +00:00
Marcus Boerger 3cf4eae4aa - Second and last part of #30725 fix 2005-01-24 20:02:55 +00:00
Marcus Boerger be86e1696e - Add new test 2005-01-24 19:16:06 +00:00
Dmitry Stogov 72d02269a9 Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again) 2005-01-14 09:01:22 +00:00
Dmitry Stogov 6fa37163f2 Fixed bug #31098 (isset false positive) 2005-01-12 09:18:31 +00:00
Moriyoshi Koizumi e5786084e1 - Test renaming 2005-01-11 21:57:01 +00:00
Moriyoshi Koizumi 9b77de63ed - Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong type) 2005-01-11 21:53:11 +00:00
Dmitry Stogov beaff87d50 "Undefined variable: %s" noticies were fixed to use one space 2004-12-27 13:43:26 +00:00
Dmitry Stogov e986a1f47e "Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0 2004-12-24 08:24:55 +00:00
Stanislav Malyshev 11ae876f34 add test 2004-12-06 16:08:08 +00:00
Dmitry Stogov 7c83c4e418 Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves) 2004-12-06 11:53:30 +00:00
Dmitry Stogov ec36f7dc69 Fixed bug #29883 (isset gives invalid values on strings). 2004-12-01 14:02:35 +00:00
Dmitry Stogov 6414c8606a Test files are fixed. 2004-10-05 13:29:43 +00:00
Dmitry Stogov 0f99c02070 Test files are fixed. 2004-10-05 13:21:06 +00:00
Dmitry Stogov 3d383e45dc Fixed unset() bug that was introduced with CV optimization patch 2004-10-05 09:09:18 +00:00
Dmitry Stogov 3f35c6a6cc Added test cases for CV optimization patch 2004-10-05 06:53:39 +00:00
Marcus Boerger 3d29cd72d5 - Add new test 2004-10-04 08:58:47 +00:00
Marcus Boerger 1e3aa55b1e - Add new test 2004-10-02 14:22:52 +00:00
Marcus Boerger 6762c9f0e0 - Add new test 2004-10-02 14:13:35 +00:00
Andi Gutmans 5efcdba2d0 - Move bench.php to Zend/ 2004-09-29 17:08:46 +00:00
Ilia Alshanetsky a4df842974 Fixed test. 2004-09-23 20:08:07 +00:00
Andi Gutmans 97b796d0aa - Commit synthetic benchmark 2004-09-23 16:42:21 +00:00
Andi Gutmans 16d79b79d6 - Add test for bug #27669 2004-09-16 19:36:56 +00:00
Marcus Boerger c4508c377e Add new test 2004-08-03 16:59:53 +00:00
Ilia Alshanetsky 962c8cc9ef Fixed reversed condition for error reporting. 2004-04-01 22:05:35 +00:00
Ilia Alshanetsky 62c80d5e6e Fixed bug #27731 (error_reporting() inside @ block fails to set
error_reporting level).
2004-03-29 00:50:52 +00:00
Dmitry Stogov 7baa132194 Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented) 2004-03-24 13:16:07 +00:00
Derick Rethans f88b286888 - Added instance_of test (patch by Ard Biesheuvel) 2004-03-04 10:58:49 +00:00
Zeev Suraski 0f3106ad17 Fix and clarify the test case 2004-02-11 10:48:20 +00:00
Zeev Suraski 816d15252b Ignore the memleak in this test 2004-02-10 22:13:07 +00:00
Moriyoshi Koizumi e88babe8ac - Correcting test.
# still segfaults though.
2004-02-10 09:15:01 +00:00
Ilia Alshanetsky 157a4e289a Fixed bug #27145 (Unmangle private/protected property names before printing
then inside error messages).
2004-02-05 02:16:08 +00:00
Marcus Boerger dfad2955ee Update tests 2004-02-03 22:07:29 +00:00
Marcus Boerger db86475367 Update test 2004-01-25 13:19:16 +00:00
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
Stanislav Malyshev b9052251e7 fix expect 2004-01-09 14:32:32 +00:00
Stanislav Malyshev 209497cfdf add test 2004-01-09 13:55:02 +00:00
Marcus Boerger 6118a91849 Update 2004-01-06 00:51:43 +00:00
Marcus Boerger 18ea05b746 Fixed bug #26802 2004-01-05 22:45:11 +00:00
Marcus Boerger f16aed2d7a Fix test 2004-01-05 22:40:24 +00:00
Marcus Boerger 780b420797 Add new test 2004-01-05 22:17:14 +00:00
Marcus Boerger b5e5c845bf Update test 2004-01-05 14:01:09 +00:00
Ilia Alshanetsky f0fa1781ee Added test case for bug #26696. 2003-12-30 00:23:28 +00:00
Marcus Boerger c49b657084 Add new test 2003-12-27 20:45:36 +00:00
Marcus Boerger c6cb00fe59 Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload
results in segfault).
2003-12-23 10:45:10 +00:00
Marcus Boerger 717604ea70 Add more tests 2003-12-22 22:53:48 +00:00