You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry Stogov 08fe0d1da3 Test engine is improved to support unicode mode 21 years ago
..
array_type_hint_001.phpt Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument) 21 years ago
bug19859.phpt cleanup (CS+ws) 23 years ago
bug20240.phpt Fixed test. 22 years ago
bug20242.phpt cleanup (CS+ws) 23 years ago
bug21478.phpt Add missing right parensis 23 years ago
bug21888.phpt cleanup (CS+ws) 23 years ago
bug22725.phpt cleanup (CS+ws) 23 years ago
bug22836.phpt Test engine is improved to support unicode mode 21 years ago
bug23104.phpt Test engine is improved to support unicode mode 21 years ago
bug24436.phpt cleanup (CS+ws) 23 years ago
bug24635.phpt Style & WS fixes 23 years ago
bug24699.phpt fix syntax 23 years ago
bug24773.phpt Test case for bug #24773. 23 years ago
bug24884.phpt Update tests 22 years ago
bug26010.phpt Test engine is improved to support unicode mode 21 years ago
bug26077.phpt fix expect 22 years ago
bug26166.phpt Fix tests now that class names are shown in correct casing 22 years ago
bug26229.phpt - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars) 21 years ago
bug26281.phpt Possible fix for bug #26281 & test case. 23 years ago
bug26696.phpt Update test 22 years ago
bug26697.phpt Fixed bug #26697 (calling class_exists on a nonexistent class in __autoload 22 years ago
bug26698.phpt Ignore the memleak in this test 22 years ago
bug26801.phpt Add new test 22 years ago
bug26802.phpt Fix and clarify the test case 22 years ago
bug27268.phpt Fixed bug #27268 (Bad references accentuated by clone). 21 years ago
bug27304.phpt Fix test 21 years ago
bug27598.phpt Fixed bug #27598 (list() array key assignment causes HUGE memory leak) 21 years ago
bug27641.phpt - Unify error_reporting setting + make sure E_STRICT is set when wanted 21 years ago
bug27669.phpt - Add test for bug #27669 22 years ago
bug27731.phpt Fixed reversed condition for error reporting. 22 years ago
bug27798.phpt Test engine is improved to support unicode mode 21 years ago
bug28072.phpt Fixed bug #28072 (static array with some constant keys will be incorrectly ordered). 21 years ago
bug28377.phpt Fixed bug #28377 (debug_backtrace is intermittently passing args) 21 years ago
bug28442.phpt Test engine is improved to support unicode mode 21 years ago
bug28444.phpt Test engine is improved to support unicode mode 21 years ago
bug29015.phpt Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others) 21 years ago
bug29104.phpt Fixed bug #29104 (Function declaration in method doesn't work) 21 years ago
bug29210.phpt Fixed bug #29210 (Function: is_callable - no support for private and protected classes) 21 years ago
bug29368.phpt No short-tags! 21 years ago
bug29505.phpt Test engine is improved to support unicode mode 21 years ago
bug29674.phpt Test engine is improved to support unicode mode 21 years ago
bug29689.phpt typos 21 years ago
bug29883.phpt Fixed bug #29883 (isset gives invalid values on strings). 22 years ago
bug29890.phpt test 21 years ago
bug29896.phpt Fixed bug #29896 (Backtrace argument list out of sync) 21 years ago
bug29944.phpt Fixed bug #29944 (Function defined in switch, crashes). 21 years ago
bug30080.phpt Fixed bug #30080 (Passing array or non array of objects) 21 years ago
bug30140.phpt Test engine is improved to support unicode mode 21 years ago
bug30161.phpt Fixed bug #30162 (Catching exception in constructor couses lose of $this) 21 years ago
bug30162.phpt Test engine is improved to support unicode mode 21 years ago
bug30332.phpt Make sure E_STRICT is set always 21 years ago
bug30346.phpt - Add new tests 21 years ago
bug30394.phpt Added test for 5.0 specific bug #30394 (Assignment operators yield wrong result with __get/__set) 21 years ago
bug30407.phpt Test engine is improved to support unicode mode 21 years ago
bug30451.phpt tests 21 years ago
bug30519.phpt Fixed bug #30519 (Interface not existing says Class not found) 21 years ago
bug30702.phpt Test engine is improved to support unicode mode 21 years ago
bug30707.phpt Fixed bug #30707 (Segmentation fault on exception in method) 21 years ago
bug30725.phpt - Second and last part of #30725 fix 21 years ago
bug30791.phpt Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded) 21 years ago
bug30820.phpt Fixed bug #30820 (static member conflict with $this->member silently ignored) 21 years ago
bug30828.phpt Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) 21 years ago
bug30889.phpt Fixed bug #30889 (Conflict between __get/__set and ++ operator) 21 years ago
bug30922.phpt Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves) 22 years ago
bug30998.phpt add test 22 years ago
bug31098.phpt Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again) 21 years ago
bug31102.phpt - Added missing description (thanks jani) 21 years ago
bug31177.phpt Added test file for bug #31177 (not fixed yet) 21 years ago
bug31525.phpt Fixed bug #31525 (object reference being dropped. $this getting lost) 21 years ago
bug31683.phpt Test engine is improved to support unicode mode 21 years ago
bug31720.phpt No short-tags! 21 years ago
bug31828.phpt Strict warnings 21 years ago
bug32080.phpt Strict warnings 21 years ago
bug32226.phpt - Fixed layout of test description. 21 years ago
bug32252.phpt - Add new test 21 years ago
bug32290.phpt - Bugfix #32290 21 years ago
bug32296.phpt Fixed bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3) 21 years ago
bug32322.phpt Added test for bug #32322 (Return values by reference broken( using self::),example singleton instance) 21 years ago
bug32427.phpt Fixed bug #32427 (Interfaces are not allowed 'static' access modifier). 21 years ago
bug32428.phpt typofix 21 years ago
bug32429.phpt fix 21 years ago
bug32596.phpt Added test for bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct) 21 years ago
bug32660.phpt Fixed bug #32660 (Assignment by reference causes crash when field access is overloaded (__get)) 21 years ago
bug32674.phpt Fixed bug #32674 (exception in iterator causes crash) 21 years ago
bug32799.phpt Test engine is improved to support unicode mode 21 years ago
bug32833.phpt Fixed bug #32833 (Invalid opcode) 21 years ago
bug32852.phpt Make sure E_STRICT is set always 21 years ago
bug32993.phpt Fixed bug #32993 (implemented Iterator function current() don't throw exception) 21 years ago
bug33116.phpt Fixed bug #33116 (crash when assigning class name to global variable in __autoload). 21 years ago
bug33171.phpt Fixed bug #33171 (foreach enumerates private fields declared in base classes) 21 years ago
bug33243.phpt Test engine is improved to support unicode mode 21 years ago
bug33257.phpt Fixed bug #33257 (array_splice() inconsistent when passed function instead of variable) 21 years ago
bug33277.phpt No short-tags! 21 years ago
bug33318.phpt Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8) 21 years ago
bug33558.phpt Fixed bug #33558 (warning with nested calls to functions returning by reference) 21 years ago
bug33710.phpt typo 21 years ago
bug33802.phpt Fixed bug #33802 (throw Exception in error handler causes crash) 21 years ago
bug33996.phpt Fixed bug #33996 (No information given for fatal error on passing invalid value to typed argument) 21 years ago
bug33999.phpt Test engine is improved to support unicode mode 21 years ago
bug34045.phpt Fixed bug #34045 (Buffer overflow with serialized object) 21 years ago
bug34064.phpt Test engine is improved to support unicode mode 21 years ago
bug_debug_backtrace.phpt test for eval debug_backtrace bug 21 years ago
dtor_scope.phpt add test 23 years ago
foreach_undefined.phpt add test for the last Dmitry's fix 21 years ago
halt01.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
halt02.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
halt03.phpt Thought I committed it ages ago... Anyway, without further delays, the final 21 years ago
method_exists.phpt method_exists() regression test 21 years ago
object_handlers.phpt Fixed memory allocation bugs related to magic object handlers (__get(), __set(), 21 years ago
unset.inc Added test cases for CV optimization patch 22 years ago
unset_cv01.phpt Added test cases for CV optimization patch 22 years ago
unset_cv02.phpt Added test cases for CV optimization patch 22 years ago
unset_cv03.phpt Added test cases for CV optimization patch 22 years ago
unset_cv04.phpt Added test cases for CV optimization patch 22 years ago
unset_cv05.phpt fix test when session.save_handler is "user" 21 years ago
unset_cv06.phpt fix test when session.save_handler is "user" 21 years ago
unset_cv07.phpt Fixed test file 21 years ago
unset_cv08.phpt Added test cases for CV optimization patch 22 years ago
unset_cv09.phpt Added test cases for CV optimization patch 22 years ago
unset_cv10.phpt Added test cases for CV optimization patch 22 years ago
unset_cv11.phpt Test engine is improved to support unicode mode 21 years ago
zend2.php.txt Missing .cvsignore, broken test, renamed zend2.php -> zend2.php.txt 23 years ago
zend_operators.phpt - Added instance_of test (patch by Ard Biesheuvel) 22 years ago