summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize
Commit message (Expand)AuthorAgeFilesLines
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-013-35/+35
* Initialize property to UNDEF on unserialize overwriteNikita Popov2021-02-181-0/+12
* Don't use unmangled name if property not foundNikita Popov2021-02-181-0/+21
* Restrict allowed usages of $GLOBALSNikita Popov2021-01-061-0/+0
* Fix use-after-scope in SplObjectStorage::unserialize()Nikita Popov2021-01-051-0/+33
* Fix edge case serializing __PHP_Incomplete_Class properties.Tyson Andre2021-01-041-0/+32
* Fix another typed resource issue in unserializationNikita Popov2020-12-071-0/+22
* Fix removal of type source during unserializationNikita Popov2020-12-041-0/+17
* Fix another ref source management bug in unserializeNikita Popov2020-11-301-0/+19
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-251-0/+31
|\
| * Fixed bug #80411Nikita Popov2020-11-251-0/+31
* | Fix unserialization ref source management, againNikita Popov2020-11-252-1/+21
* | Fix ref source management during unserializationNikita Popov2020-11-251-0/+21
* | Run tidyNikita Popov2020-09-183-3/+3
* | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-158-23/+34
* | Promote incomplete class to modification to ErrorNikita Popov2020-08-283-26/+41
* | Throw Error instead of E_ERROR when calling method on incomplete classNikita Popov2020-08-281-3/+7
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0912-0/+12
* | Promote "undefined array key" notice to warningNikita Popov2020-08-031-0/+0
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-2/+2
* | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2424-234/+3
* | Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-101-0/+2
* | Make Exception::$previous a typed propertyNikita Popov2020-05-281-7/+4
* | Make Exception::$trace typed array propertyNikita Popov2020-05-282-24/+9
* | Trim trailing whitespaces and fix code styleRod Elias2020-05-121-6/+6
* | Fixed bug #79526 (`__sleep` error message doesn't include the name of the class)Xinchen Hui2020-04-281-0/+32
* | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-04-231-25/+13
|\ \ | |/
| * Fix bug #79447Nicolas Grekas2020-04-231-25/+13
* | Skip non-existing properties returned by __sleep()Nicolas Grekas2020-04-223-13/+7
* | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-1/+3
|\ \ | |/
| * Fix bug #67369 ArrayObject serializatino drops the iterator classAlex Dowad2020-04-201-1/+3
* | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-2/+2
* | Improve undefined variable error messagesMáté Kocsis2020-03-311-0/+0
* | Use serialize_precision for var_dump()Nikita Popov2020-02-256-6/+6
* | var_dump(): Don't skip recursion detection on first levelNikita Popov2020-02-122-56/+7
* | Reindent phpt filesNikita Popov2020-02-0346-440/+440
* | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-162-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-061-0/+60
|\ \ | |/
| * Throw Error when referencing uninit typed prop in __sleepNikita Popov2020-01-061-0/+60
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-022-0/+34
|\ \ | |/
| * Populate hashtable of __sleep() propertiesNikita Popov2020-01-021-0/+16
| * Deref names returned by __sleep()Nikita Popov2020-01-021-0/+18
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-5/+6
|\ \ | |/
| * Revert "Increase serialize_lock while decoding session"Nikita Popov2019-12-301-5/+6
* | Promote warning to exception in unserialize()Máté Kocsis2019-12-111-8/+13
* | Clean DONE tags from testsFabien Villepinte2019-11-078-17/+0
* | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-5/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-10-071-12/+0
|\ \ | |/