1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

662 Commits

Author SHA1 Message Date
Zoe Slattery 7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Stanislav Malyshev deb7825601 fix crash when unexpectedly passed by-ref parameter is modified 2009-08-18 20:51:49 +00:00
Dmitry Stogov 8f523cb33b Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) 2009-08-17 07:41:22 +00:00
Etienne Kneuss ef045590dc Fix endless recursion of var_dump() over self-referencing closures 2009-08-10 15:18:13 +00:00
Dmitry Stogov f560d4ea84 Fixed bug #49037 (@list( $b ) = $a; causes a crash) 2009-07-28 13:01:40 +00:00
Dmitry Stogov 5753d36230 Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 2009-07-28 12:36:08 +00:00
Zoe Slattery ec97c3c3e3 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
Felipe Pena 3cf7638cf2 - New tests 2009-07-19 16:31:43 +00:00
Felipe Pena 6ff8222d0e - New test 2009-07-19 03:36:46 +00:00
Felipe Pena f1be9ef385 - Tests related to bug #48770 2009-07-19 03:25:49 +00:00
Zoe Slattery 199a181a2c Removing unnecessary SKIPIF sections 2009-07-18 13:44:15 +00:00
Zoe Slattery a8fbe048a6 fix tests 2009-07-17 08:20:04 +00:00
Felipe Pena dd6e75c230 - Fixed bug #48899 (is_callable returns true even if method does not exist in parent class) 2009-07-15 01:08:15 +00:00
David Soria Parra 646cce06e6 Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C. 2009-07-07 11:52:43 +00:00
andy wharmby 9f62b4467a Fix test 2009-07-06 19:34:58 +00:00
Felipe Pena e2e5c765f8 - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted) 2009-06-28 01:14:28 +00:00
andy wharmby fada257def Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit. 2009-06-14 13:49:18 +00:00
Felipe Pena 8c782591dc - Fixed bug #48533 (__callStatic is not invoked for private/protected methods) 2009-06-12 01:00:30 +00:00
Matt Wilmas 756d134c45 Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
2009-06-07 19:28:02 +00:00
Matt Wilmas b412586e4f Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:45:46 +00:00
Matt Wilmas 9061bf39bd Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
2009-06-04 18:24:09 +00:00
Jani Taskinen db4dcd9f4d fix test 2009-06-02 08:02:21 +00:00
Arnaud Le Blanc a2412a68cd New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.
2009-06-01 16:10:13 +00:00
Pierre Joye 2e41430516 - MFB: #42143, the constant NAN is reported as 0 on Windows 2009-05-29 08:18:42 +00:00
Arnaud Le Blanc 4399c7670f Use zend_get_property_info() in get_class_vars() (fixes #46812) 2009-05-22 11:18:57 +00:00
Felipe Pena 7ff880405f - Fixed bug #48248 (SIGSEGV when access to private property via &__get) 2009-05-12 22:50:56 +00:00
Felipe Pena 6f52819a75 - Fix code && new test 2009-05-11 14:59:37 +00:00
Felipe Pena f350831de6 - Missing title 2009-05-07 12:15:48 +00:00
Arnaud Le Blanc 778baeb1b2 Fix tests 2009-04-24 15:52:38 +00:00
Dmitry Stogov d4f6ab748d Fixed bug #48004 (Error handler prevents creation of default object) 2009-04-21 08:12:23 +00:00
Hannes Magnusson a563e4224d Fixed bug#47981 (error handler not called regardless) 2009-04-16 13:47:25 +00:00
Felipe Pena 2582b6ca24 - Added test 2009-04-08 00:29:55 +00:00
Dmitry Stogov 78d2e0b924 Bug #47880 (crashes in call_user_func_array()) 2009-04-06 11:10:50 +00:00
Felipe Pena e595ebf5e5 - Synced old changes 2009-04-04 17:19:29 +00:00
Dmitry Stogov 2771eb928e Fixed bug #47596 (Bus error on parsing file) 2009-03-26 17:29:01 +00:00
Dmitry Stogov 3b8a7eaff8 Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote) 2009-03-26 12:38:38 +00:00
Dmitry Stogov f1a231d2e6 Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes) 2009-03-26 10:56:25 +00:00
Dmitry Stogov 91ca700dd9 Fixed bug #47771 (Exception during object construction from arg call calls object's destructor) 2009-03-26 10:17:47 +00:00
Dmitry Stogov 145b60e7f8 Fixed bug #47699 (autoload and late static binding) 2009-03-25 10:39:36 +00:00
Matt Wilmas b68c241623 Fixed test on 64-bit (thanks Antony) 2009-03-18 16:30:04 +00:00
Dmitry Stogov ac1ccb1331 Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks
2009-03-18 12:52:58 +00:00
Matt Wilmas d4207fc58d Fixed bug #45877 (Array key '2147483647' left as string) 2009-03-18 01:06:30 +00:00
Pierre Joye 860232e90e - MFB: make it less(er) sensible to bison version 2009-03-17 16:03:25 +00:00
Dmitry Stogov d3e3c4e666 Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:52:26 +00:00
Felipe Pena d795d49751 - Fixed bug #47593 (interface_exists() returns false when using absolute namespace path)
Patch by Kalle.
2009-03-08 17:23:44 +00:00
Felipe Pena fadd129268 - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:24:41 +00:00
Dmitry Stogov 4d8a928716 Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) 2009-02-18 12:03:03 +00:00
Zoe Slattery f4680106bc fix test 2009-02-17 20:25:02 +00:00
Antony Dovgal 28293c3ec5 add test 2009-02-11 10:01:54 +00:00
Dmitry Stogov 15b5f9a8c7 Fixed bug #47320 ($php_errormsg out of scope in functions) 2009-02-09 09:20:46 +00:00