Bob Weinand
0913c15092
Merge branch 'PHP-5.5' into PHP-5.6
2014-06-15 23:55:44 +02:00
Bob Weinand
4555779c39
Merge branch 'PHP-5.4' into PHP-5.5
2014-06-15 23:54:05 +02:00
Bob Weinand
a84a2d4ace
Fixed wrong XFAIL test - already fixed
2014-06-15 23:52:41 +02:00
Bob Weinand
096e40a027
Fixed tests for recent constant array changes
2014-04-11 20:13:24 +02:00
nikita2206
5f09944662
Fixed bug #65768 : DateTimeImmutable::diff does not work
...
This commit also prevents user classes from directly implementing
DateTimeInterface, because ext/date relies on classes implementing
it to support certain internal structures.
2013-11-29 23:31:07 +01:00
Dmitry Stogov
967abd6153
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
Added validation of class names in the autoload process
2013-11-29 12:54:22 +04:00
Dmitry Stogov
2d31eadbbf
Added validation of class names in the autoload process
2013-11-29 12:53:02 +04:00
Stanislav Malyshev
c793a65690
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
non living code related typo fixes
Conflicts:
Zend/zend_compile.c
2013-08-04 16:06:24 -07:00
Veres Lajos
8d86597d73
non living code related typo fixes
2013-08-04 16:05:36 -07:00
Stanislav Malyshev
7272e3e722
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
Adding test to verify that __sleep can handle parent classes' private members
Adding test to stabelize keys used when converting objects to arrays
2013-06-23 13:54:50 -07:00
Marco Pivetta
f1e37d03c1
Adding test to verify that __sleep can handle parent classes' private members
2013-06-23 13:53:46 -07:00
Marco Pivetta
61fb822d1a
Adding test to stabelize keys used when converting objects to arrays
2013-06-23 13:53:37 -07:00
Michael Moravec
70668fd88a
Fixed typo - inconsistent notice for undefined property (introduced by fix for #49348 )
2013-04-10 13:36:47 +08:00
Stanislav Malyshev
dc6f073ce9
fix tests
2013-02-18 23:01:42 -08:00
Stanislav Malyshev
122570443b
fix tests
2013-01-23 10:44:53 -08:00
Stanislav Malyshev
d78f5ababe
fix tests
2013-01-22 00:36:07 -08:00
Lars Strojny
bdc1e2302c
Adding test for bug #63462
2013-01-06 14:46:49 +01:00
Marco Pivetta
627eb9e3d9
Adding tests for private and protected properties
2012-12-02 19:47:18 +01:00
Marco Pivetta
12f451c771
Fixing test according to @jpauli's suggestions
2012-12-02 19:47:13 +01:00
Marco Pivetta
1377942b69
Adding regression test for behavior of magic methods with unset public properties
...
Verifies that after having unset a public property, any access to it, be it read or write, causes calls to public magic methods
Signed-off-by: Marco Pivetta <ocramius@gmail.com>
2012-12-02 19:47:09 +01:00
Xinchen Hui
e081c55fb5
Merge branch 'PHP-5.3' into PHP-5.4
2012-10-10 10:31:31 +08:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Xinchen Hui
14fdb8bf0a
trivial change try to ci a "fake" merge
...
seems now a empty merge will not be accepted by pre-receive-hook
"remote: We cannot figure out what you comitted!"
2012-03-30 20:50:45 +08:00
Xinchen Hui
6b4112c98a
Fix test, parameter signatures was introduced only into 5.4
2012-03-30 20:37:48 +08:00
Felipe Pena
06bc6bdc29
- Fix test
2011-11-26 17:35:19 +00:00
Felipe Pena
1bd15bbd7d
- Fix test
2011-11-26 17:35:19 +00:00
Stanislav Malyshev
d81ea16ef1
Changed silent conversion of array to string to produce a notice. (Patrick)
2011-10-21 06:08:47 +00:00
Alan Knowles
d296cea9f1
clean up is_a test title
2011-09-24 01:34:46 +00:00
Alan Knowles
55573c1418
clean up is_a test, so that it covers more use cases - negative and positive testing
2011-09-24 01:29:48 +00:00
Alan Knowles
dbc999c6e1
add is_a and is_subclass_of test with autoloader feature
...
Its a bit of an overkill, but should ensure breaks are easier to spot in future.
2011-09-24 01:18:29 +00:00
Xinchen Hui
c58f254354
Improve the warning message of incompatible arguments. ( #55719 )
...
And fix tests related.
2011-09-23 15:08:11 +00:00
Scott MacVicar
6144da7e35
Silently casting an empty string, null or false into an object by adding a property
...
is pretty non-intuitive. If the same value was 1 or true you get a warning and it halts.
Since we can't break BC completely (yet) lets bump this from E_STRICT.
Also added a new section to UPGRADING for engine changes.
<?php
$x = '';
// $x = null;
// $x = false;
$x->baz = 1;
var_dump($x);
$y = 1;
$y->baz = 1;
var_dump($y);
2010-12-31 16:57:45 +00:00
Gustavo André dos Santos Lopes
8d82e96103
- Fix tests for \0 patch in PHP 5.3.
...
- Fix constants_error_004.phpt (closes bug #51901 )
2010-11-22 05:10:14 +00:00
Gustavo André dos Santos Lopes
2a545be57f
- Fix tests for \0 patch in PHP 5.3.
...
- Fix constants_error_004.phpt (closes bug #51901 )
2010-11-22 05:10:14 +00:00
Ilia Alshanetsky
16c90b0a2d
Fixed test
2010-05-26 11:00:05 +00:00
Jani Taskinen
f9843495d1
- Fixed tests
2010-02-13 01:08:04 +00:00
Felipe Pena
8afad00a16
- Fixed tests
2009-12-04 11:32:39 +00:00
Zoe Slattery
9ff94c82df
Remove empty sections. Fix bad use of --SKIP--
2009-07-21 14:02:24 +00:00
Robin Fernandes
73cd7e83ee
Additional class related tests.
2009-06-17 10:38:25 +00:00
Matt Wilmas
2462fce244
MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")
2009-06-07 15:46:54 +00:00
Felipe Pena
13b1607886
- Fix test
2009-04-28 23:46:27 +00:00
Antony Dovgal
53990b2bf3
fix test
2009-04-28 10:30:56 +00:00
Robin Fernandes
2057a9a3f9
Add some class related tests, fix hard-coded object ID in serialize_001.phpt.
2008-12-05 22:12:07 +00:00
Sean Coates
4e3929d278
add test for ArrayObject acting as array (for 5.3)
2008-11-10 19:01:35 +00:00
Dmitry Stogov
f8c6965075
Fixed test
2008-06-11 06:30:09 +00:00
Felipe Pena
402fb5285d
- MFH: Fixed bug #44769 (declaring private magic methods should throw error)
2008-06-03 14:07:15 +00:00
Steve Seear
6e361fa7db
Added some class tests; Replaced some hardcoded instance ids with %d.
2008-03-19 17:56:10 +00:00
Antony Dovgal
0ee45c4711
fix tests
2008-03-17 14:59:23 +00:00
Felipe Pena
c7cb8551fe
Fix tests (removed space on error message "Undefined index: ...")
2008-03-08 12:01:53 +00:00
Robin Fernandes
ee0f7bc0ac
Add new tests for class/object functions and features.
2008-03-06 11:02:37 +00:00